GradienceTeam / Gradience

Change the look of Adwaita, with ease
https://gradienceteam.github.io
GNU General Public License v3.0
1.3k stars 47 forks source link

bug: Some Flatpak applications are not themed #682

Closed KaspianDev closed 1 year ago

KaspianDev commented 1 year ago

Is there an existing issue for this?

What happened?

Flatpak applications (Flatseal for example) do not match my gradience preset.

To Reproduce

  1. Install gradience & flatseal
  2. Apply gradience preset
  3. Open flatseal

Expected behavior

Flatseal colors should be in dracula preset, as other applications

Screenshots

image image

OS

Fedora 37

Version

0.3.3

Installation method

Flatpak from Flathub

Additional context

I would like to add that yes I have checked "Allow gtk4 flatpak appplication theming".

Code of Conduct

github-actions[bot] commented 1 year ago

Welcome on Gradience. 🥳 We really appreciate your contribution. The core team will review your issue as soon as possible. You can also join the matrix room https://matrix.to/#/#Gradience-space:envs.net or the discord server https://discord.com/invite/4njFDtfGEZ

daudix commented 1 year ago

Have you logged out? Flatseal uses gtk3 so you need to check gtk3 checkbox in gradience settings

If you have done this, try to follow this: https://github.com/GradienceTeam/Gradience#%EF%B8%8F-theming-setup

KaspianDev commented 1 year ago

Yup I logged out and in, I have all checkboxes checked in my settings image image

KaspianDev commented 1 year ago

Update: Flatseal seems to be okay now, amberol is still the same though I have ran sudo flatpak override --filesystem=xdg-config/gtk-4.0

daudix commented 1 year ago

Hmm, now this is odd, can you try kill amberol ?

KaspianDev commented 1 year ago

Oh you are right, sorry about that.

Now they only problematic apps are gparted and timeshift, and whats similar in them both is that they both run as root. Is there anything extra I need to do for them?

daudix commented 1 year ago

Root apps use root theme, which is not recommend to modify, also I believe you can use timeshift without root

Either way this can help: https://www.reddit.com/r/linuxmint/comments/mh1spr/comment/gswc9zv

KaspianDev commented 1 year ago

Thank you guys you are really helpful appreciate it!

| I symlinked my themes for the root user to fix the problem.

daudix commented 1 year ago

I should add symlinking to the faq 😆