Jump to content
Enpass Discussion Forum

Starting browser for Google Drive sync. does not work with Qt 5.7


Jan
 Share

Recommended Posts

Hi, I'm on Arch Linux with Plasma 5.7.1 and Qt 5.7.0. Enpass uses kde-open5 to open a browser, which fails:

kde-open5: /home/jan/Enpass/libs/libQt5Core.so.5: version `Qt_5.7' not found (required by kde-open5) 
kde-open5: /home/jan/Enpass/libs/libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/libKF5KIOWidgets.so.5)
kde-open5: /home/jan/Enpass/libs/libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/libKF5KIOCore.so.5)
kde-open5: /home/jan/Enpass/libs/libQt5Core.so.5: version `Qt_5.7' not found (required by /usr/lib/libKF5Service.so.5)
[...]


Possible fix: Reset environment vars when starting a QProcess(?).

Hack: Start Enpass and temporarily rename the libs/ dir, which makes kde-open5 use the system's libQt5Core.so

 

Link to comment
Share on other sites

  • 2 weeks later...

Ok found the problem. We use QDesktopServices to launch browser. It is happening when Qt used by KDE is newer than Qt shipped with Enpass. We are planning to abandon use of QDesktopServices in next version and use xdg-open instead to avoid this type of problem.

As a fix, you can either Setup Enpass sync in a desktop manager other than KDE or use folder sync for now.

Link to comment
Share on other sites

  • 1 month later...
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...