Closed tuxiqae closed 4 years ago
cannot reproduce on Pop!_OS 20.04 with i3 4.17.1 and X11
everything works great for me
'undefined symbol' means that QT webengine is missing, fix for this depends on OS and/or package manager available. Apologies on late reply!
I can reproduce this exact same issue on Arch Linux/i3 with :
The undefined symbol in question is std::out_of_range::out_of_range
when unmangled. It's both present in the pip libQt5WebEngineCore.so.5 and the system one but undefined in both.
For now I fixed it by removing PyQtWebEngine with pip and instead installing the python-pyqtwebengine
package from Pacman.
Tried to run the executable at
~/.local/bin/discord-overlay
after installing, got the following error. I am using i3wm, not sure if tiling WMs are meant to be supported.Thanks!