Mark Wagie
                                            Mark Wagie
                                        
                                    I also tried building the GTK version on Manjaro and ran into the same error. @flakes Are there plans to continue working on the Linux version?
@teohhanhui Try setting `export QT_STYLE_OVERRIDE="kvantum"` in your `~/.profile`.
@teohhanhui You may have to edit `/etc/environment` instead and disable using `qt5ct`: ``` #QT_QPA_PLATFORMTHEME="qt5ct" QT_STYLE_OVERRIDE="kvantum" ``` Have you added `QT_QPA_PLATFORMTHEME="gnome"` anywhere?
Maybe it's just a Wayland thing, then. QBittorrent is using my Kvantum theme on GNOME using Xorg. I have `qgnomeplatform-git` and `kvantum-qt5` installed; `qt5ct` and `adwaita-qt` are not installed. `/etc/environment`:...
@teohhanhui > Is my understanding correct? In theory, it should find a matching Kvantum theme: * https://github.com/FedoraQt/QGnomePlatform/blob/d4277c9109d17ec53b369a2cd938b9925bf11294/common/gnomehintssettings.cpp#L324 * https://github.com/FedoraQt/QGnomePlatform/blob/d4277c9109d17ec53b369a2cd938b9925bf11294/common/gnomehintssettings.cpp#L477
@C8forT: `python-qtpy` is now at 2.0.1. I'm getting the same error. FYI, `pyside6` and `python-pyqt6` are optional dependencies of `python-qtpy`. Either should work...or at least it did with PyQt5 /...
I have both Pyside6 and PyQt6 installed. Neither Build / Installer nor Poetry looks for either during build or install. EDIT: Forgot to mention I'm the AUR packager for both...
> QT_API=pyside6 That works fine. I've updated `guiscrcpy-git` to utilize that. However PyQt6 does not: ``` ❯ QT_API=pyqt6 guiscrcpy guiscrcpy v4.12.1 by @srevinsaju https://github.com/srevinsaju/guiscrcpy Traceback (most recent call last): File...
@ahmed-al-balochi Not to be impatient, but It's been almost 7 months. This PR is good, please merge it.
I see the extension hasn't been updated in over two years. What's the status on the development?