ax1900kr@lemmy.world to Linux@lemmy.ml · 1 year agoThunderbird Flatpak got updated to 115 Supernovalemmy.worldimagemessage-square15fedilinkarrow-up19arrow-down10
arrow-up19arrow-down1imageThunderbird Flatpak got updated to 115 Supernovalemmy.worldax1900kr@lemmy.world to Linux@lemmy.ml · 1 year agomessage-square15fedilink
minus-squaremaess@feddit.delinkfedilinkEnglisharrow-up0arrow-down1·1 year agoBut they don’t adhere to the system theme at all so every time I launch a flatpak it is white if it uses GTK; and they are annoying to launch via command line.
minus-squareYote.zip@pawb.sociallinkfedilinkEnglisharrow-up1·edit-21 year agoYou can theme them with some overrides: https://itsfoss.com/flatpak-app-apply-theme/ I throw this in my .local/share/flatpak/overrides/global file in order to enable theming (the override directory may require flatseal? I forget): [Context] filesystems=~/.icons:ro;~/.themes:ro;xdg-config/Kvantum:ro;~/.config/gtk-3.0:ro [Environment] QT_STYLE_OVERRIDE=kvantum GTK_THEME= Then you can put your stuff in your personal ~/.themes and ~/.icons directories As for calling via command line, you can use something like this or just manually make aliases.
But they don’t adhere to the system theme at all so every time I launch a flatpak it is white if it uses GTK; and they are annoying to launch via command line.
You can theme them with some overrides: https://itsfoss.com/flatpak-app-apply-theme/
I throw this in my
.local/share/flatpak/overrides/global
file in order to enable theming (the override directory may require flatseal? I forget):[Context] filesystems=~/.icons:ro;~/.themes:ro;xdg-config/Kvantum:ro;~/.config/gtk-3.0:ro [Environment] QT_STYLE_OVERRIDE=kvantum GTK_THEME=
Then you can put your stuff in your personal
~/.themes
and~/.icons
directoriesAs for calling via command line, you can use something like this or just manually make aliases.