You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, while the theme works on the base system, it does not work in flatpak-installed applications. This is because flatpak uses a different runtime environment to the rest of the system, requiring Darkly to be installed as a flatpak package to be seen by applications running within it.
I have XDG desktop portal installed for KDE and it does not solve the issue. Reading that page, seems that portals don't pass through themes or kstyles, only the UI toolkit to be used by applications like Firefox. In order to use kstyles, they seemingly need to be installed via a flatpak package. By default, they are only using Breeze.
With limited testing Dolphin and Okular does not adopt the theme and continue to use the default Breeze style, even though I set flatpak override --env=QT_STYLE_OVERRIDE=Darkly $flatpak_app. I guess some flatpak applications don't support the style override.
I did however have success with VLC when installed as a flatpak and it shows up as a theme to select from within the application.
@RilicTheFox further testing is required, which flatpak applications specifically are you looking for Darkly theme to be applied to ?
Currently, while the theme works on the base system, it does not work in flatpak-installed applications. This is because flatpak uses a different runtime environment to the rest of the system, requiring Darkly to be installed as a flatpak package to be seen by applications running within it.
There is a Lightly fork that "ports" it into a Flatpak package here: https://github.com/MicrogamerCz/Lightly
Kvantum also has a flatpak package that is published on Flathub: https://github.com/flathub/org.kde.KStyle.Kvantum
The text was updated successfully, but these errors were encountered: