Yin-Yang icon indicating copy to clipboard operation
Yin-Yang copied to clipboard

Not using native widget style (there is a workaround)

Open alxlg opened this issue 6 years ago • 1 comments
trafficstars

GUI doesn't use native Qt widget style (Breeze by default in Plasma) but uses Fusion.

Uninstalling PyQt5 with PIP:

pip3 uninstall PyQt5

and installing PyQt5 with distro packages (tested on Ubuntu/KDE Neon, package name python3-pyqt5) is a workaround for now. See screenshot below:

immagine

alxlg avatar Mar 19 '19 16:03 alxlg

Just tested the workaround and it worked, will be implemented with Yin-Yang 3.0. Thanks

oskarsh avatar Mar 22 '19 07:03 oskarsh

Since every distro uses different package managers, it is really difficult to use them in the script. Instead, I made a note of that in the installation section of the readme.

l0drex avatar Oct 23 '22 10:10 l0drex