EliverLara / Nordic

:snowflake: Dark Gtk3.20+ theme created using the awesome Nord color pallete.
GNU General Public License v3.0
2.32k stars 116 forks source link

Flatpak #80

Open dbasinge opened 4 years ago

dbasinge commented 4 years ago

Any plans for a flatpak for Nordic, to have this theme on flatpak apps.

rago666 commented 4 years ago

sudo flatpak override --filesystem=~/.themes

if you installed it on .local/share/themes then =~/.local/share/themes

sharpenedblade commented 3 years ago

Making a flatpak allows people to use this theme when they dont have sudo, and also when they dont want to open up a directory for flatpaks to read from. And i know flatpacks can get the permissions on install, but it is still not a good idea to allow flatpaks to assess unnecessary files. Making a flatpak theme is also the recommended way to use gtk themes for flatpak apps. Adding a override that allows access to the thmes folder is not supported.

TheGentleChainsaw commented 2 years ago

Does https://github.com/flathub/org.gtk.Gtk3theme.Yaru offer a useful example for making this happen? It seems to specifically rely on re-packaging select files from Ubuntu's official Yaru package, but that doesn't mean it can't be retooled to fetch relevant theme data from GitHub instead.