Nordic
Nordic copied to clipboard
Flatpak
Any plans for a flatpak for Nordic, to have this theme on flatpak apps.
sudo flatpak override --filesystem=~/.themes
if you installed it on .local/share/themes then =~/.local/share/themes
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.
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.