PINE64
Cannot run onionshare-gui on pp manjaro plasma - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Manjaro on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=130)
+---- Thread: Cannot run onionshare-gui on pp manjaro plasma (/showthread.php?tid=14186)



Cannot run onionshare-gui on pp manjaro plasma - scott_VYuCAbn3k1NFK - 06-12-2021

Hi all,

I tried to install onionshare (https://onionshare.org/) on Manjaro Plasma. I installed through Discover, but looks like I could also have done:

Code:
sudo pacman -S onionshare

Upon selecting onionshare from the launcher menu, nothing happens.

The .desktop file for onionshare executes "onionshare-gui".

I tried running that on the command line and I get:

Code:
ImportError: /usr/lib/python3.9/site-packages/PyQt5/QtGui.abi3.so: undefined symbol: _ZTI18QOpenGLTimeMonitor, version Qt_5

It turns out I can get the same error by just running python, and then typing:
Code:
from PyQt5 import QtGui

Has anyone hit a similar error already? I haven't done any Qt development in python, but this looks like it would be a fairly important package?