-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QT: support Flatpak #916
Comments
QT_LOGGING_RULES="*=true" yeah help will be appreciated |
Nice, I was able to reproduce this behaviour! ; .local/share/flatpak/overrides/global
[Context]
filesystems=/nix/store:ro;/home/bricked/.themes/adw-gtk3:ro;/home/bricked:ro;/home/bricked/.config/Kvantum:ro;
[Environment]
GTK_THEME=adw-gtk3
QT_PLUGIN_PATH=/home/bricked/.local/share/flatpak/exports/lib/qt-5.15.16/plugins:/home/bricked/.local/share/flatpak/exports/lib/qt-6/plugins:/var/lib/flatpak/exports/lib/qt-5.15.16/plugins:/var/lib/flatpak/exports/lib/qt-6/plugins:/home/bricked/.nix-profile/lib/qt-5.15.16/plugins:/home/bricked/.nix-profile/lib/qt-6/plugins:/nix/profile/lib/qt-5.15.16/plugins:/nix/profile/lib/qt-6/plugins:/home/bricked/.local/state/nix/profile/lib/qt-5.15.16/plugins:/home/bricked/.local/state/nix/profile/lib/qt-6/plugins:/etc/profiles/per-user/bricked/lib/qt-5.15.16/plugins:/etc/profiles/per-user/bricked/lib/qt-6/plugins:/nix/var/nix/profiles/default/lib/qt-5.15.16/plugins:/nix/var/nix/profiles/default/lib/qt-6/plugins:/run/current-system/sw/lib/qt-5.15.16/plugins:/run/current-system/sw/lib/qt-6/plugins:/home/bricked/.nix-profile/lib/qt-5.15.16/plugins:/home/bricked/.nix-profile/lib/qt-6/plugins Judging from the logs it seems to use kvantum, but it doesn't load the correct theme. |
Ohh there is a flatpak for dolphin nice |
As pointed out in #693 (comment), QT apps aren't styled when installed as Flatpaks. This article describes how support may be added. I already attempted it but couldn't get it to work.
The text was updated successfully, but these errors were encountered: