Hello. I’m using Debian testing with KDE Plasma 5.27. I’m experiencing a problem where GTK Flatpaks are not following the chosen GTK theme despite giving them permissions to access .themes and .icons folders found in the home directory. I tried the running the following commands in the terminal:
flatpak override --filesystem=xdg-config/gtk-4.0:ro flatpak override --filesystem=xdg-config/gtk-3.0:ro
I even tried to specify a certain GTK theme to be chosen, that resulted in the flatpak changing to an ugly white-adwaita theme. I should note that this is happening exclusively with GTK Flatpaks, QT Flatpaks and GTK deb packages don’t seem to have this problem. What am I missing here? Any help would be appreciated.
try this https://bugsfiles.kde.org/attachment.cgi?id=135846
here’s the same as text
sudo apt install xdg-desktop-portal-gtk
systemctl --user edit xdg-desktop-portal.service
[Service] Environment="XDG_CURRENT_DESKTOP=sway"
systemctl --user restart xdg-desktop-portal.service
This also refused to work unfortunately.