Open Plailect opened 4 years ago
I'd also love to see Flatpak support! I've become addicted to the Dracula theme, but I've also started using Flatpak as my primary source for applications.
Another voice for flatpak support. Pakitheme works ok, but some things aren't quite right. Close button doesn't show up, for example.
I'm using pakitheme with the release of the theme from this repo, not from Ant.
Yeah, pakitheme would be the easiest way
Seems like stylepak doesn't work anymore :/
@OlaoluwaM commented on 10 déc. 2021, 19:39 UTC+1:
Seems like stylepak doesn't work anymore :/
No need anymore.
Just give all your flatpak apps access to .themes
& .icons
(Not /usr/share/ because that's blacklisted apparently)
sudo flatpak override --filesystem=/home/pm/.icons/
sudo flatpak override --filesystem=/home/pm/.themes
# In the worse case scenario
sudo flatpak override --env=GTK_THEME=Dracula
~/.themes and ~/.icons are deprecated and old , use ~/.local/share/themes and ~/.local/share/icons.
But it is better to isolate the theme and upload as a flatpak
To theme Flatpak applications, themes must also be packaged for Flatpak. An example of this for GTK is org.gtk.Gtk3theme.Yaru. An example of this for KDE is org.kde.KStyle.Adwaita.
For GTK, I am currently using pakitheme to automatically package Ant-Dracula, but there is also this user repository which has a manifest for an older version of the theme.