gtk icon indicating copy to clipboard operation
gtk copied to clipboard

Flatpak Support

Open Plailect opened this issue 4 years ago • 6 comments

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.

Plailect avatar Apr 07 '20 08:04 Plailect

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.

rstrube avatar Aug 10 '20 20:08 rstrube

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.

drewofdoom avatar Nov 25 '20 06:11 drewofdoom

Yeah, pakitheme would be the easiest way

Elsie19 avatar Mar 26 '21 15:03 Elsie19

Seems like stylepak doesn't work anymore :/

OlaoluwaM avatar Dec 10 '21 18:12 OlaoluwaM

@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

PoorPocketsMcNewHold avatar Dec 31 '21 16:12 PoorPocketsMcNewHold

~/.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

pspiagicw avatar Jan 28 '22 08:01 pspiagicw