Jan Posted July 19, 2016 Report Posted July 19, 2016 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
Fabrizio Ruggeri Posted August 2, 2016 Report Posted August 2, 2016 I have exactly the same problem. I'm on Kde-Neon Qt: 5.7.0 Plasma: 5.7.2 Kernel: 4.4.0-31
Vinod Kumar Posted August 3, 2016 Report Posted August 3, 2016 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.
Fabrizio Ruggeri Posted August 3, 2016 Report Posted August 3, 2016 Great news! For the moment I used the workaround from Jan. Thank you, great job guys! Fabrizio
Andy Long Posted September 18, 2016 Report Posted September 18, 2016 Hi Vinod... I just signed up for the beta program using Linux platform. Just wondering will the new xdg-open method will be part of the beta at some point? I'll look for the workaround mentioned.
Vinod Kumar Posted September 19, 2016 Report Posted September 19, 2016 Hi @Andy Long, Yes it will be part of next beta. 1
Recommended Posts