vinceliuice / WhiteSur-gtk-theme

MacOS Big Sur like theme for Gnome desktops
MIT License
5.66k stars 600 forks source link

Flatpak theme via ./tweaks.sh -F shows "Could not locate theme... install theme first! " #693

Open Hekel1989 opened 1 year ago

Hekel1989 commented 1 year ago

Despite having just installed the theme (and it works a treat), whenever I try to use the -F parameter for ./tweaks.sh, I get the error below:

image

And here's my neofetch

image

I do have the .themes and .icons folder, and I've added them to the folders that flatpak can access via Flatseal.

vinceliuice commented 1 year ago

Did you run ./install.sh first ?

kb-ig commented 1 year ago

I've noticed this happening in two scenarios:

It also seems like although the tweaks.sh script is documented to support --nord|--nordcolor, these are treated as unrecognized tweak options. Looks like it's been forgotten/omitted from this parameter check. @vinceliuice Do you know if this is intentional or not? I've tried adding support in for this parameter, e.g.

    --nord|--nordcolor)
      colorscheme="-nord"; shift ;;

And while this appears to fix the issue (no error, paths look good), the nord theme still doesnt seem to apply to flatpak

vinceliuice commented 1 year ago

Fixed now

HongYue1 commented 1 year ago

I still has this problem on Fedora 38.

Edit: Even though I got this error, after setting filesystem=home with Flatseal, the theme is working now. also this is needed: sudo flatpak override --env GTK_THEME=THEMENAME

devliberalpedro commented 5 months ago

Have the same issue here! Fedora 39 with Gnome and Flatpak! Theme installed and applied in gtk4 apps!