linuxmint / mint-l-theme

Mint-L Theme
8 stars 4 forks source link

Mint-L themes are not provided / updated in Flathub #10

Open billyswong opened 1 year ago

billyswong commented 1 year ago

This causes people who use Mint-L themes fail to get the theme applied to applications installed by Flatpak out of the box, as found in https://forums.linuxmint.com/viewtopic.php?t=400563

In https://github.com/orgs/flathub/repositories?q=org.gtk.Gtk3theme.Mint we get only the latest Mint-Y themes, and forgotten-to-rename "Mint-Y-darker" themes.

Edit: Mint-X themes are also missing there.

SakiiCode commented 1 month ago

+1 I would also like to use the Mint-L-Dark theme and Mint-L icons in Flatpak

In the meantime you can do

mkdir ~/.themes
mkdir ~/.icons
cp -r /usr/share/themes/Mint-L-Dark ~/.themes
cp -r /usr/share/icons/Mint-L ~/.icons
flatpak override --user --filesystem=xdg-data/themes:ro
flatpak override --user --filesystem=xdg-data/icons:ro

as a workaround