flathub / org.geany.Geany

https://flathub.org/apps/details/org.geany.Geany
6 stars 6 forks source link

User-installed themes not found #10

Closed salim-b closed 4 years ago

salim-b commented 4 years ago

If I'm not mistaken, I have to put Geany themes for the Flatpak version to ~/.var/app/org.geany.Geany/config/colorschemes/ instead of ~/.config/geany/colorschemes/, right?

But when I do, they aren't found. I did

mkdir -p "${HOME}/.var/app/org.geany.Geany/config/colorschemes"
wget --directory-prefix="${HOME}/.var/app/org.geany.Geany/config/colorschemes" https://raw.github.com/geany/geany-themes/master/colorschemes/sleepy-pastel.conf

but after a restart of Geany, the theme still doesn't appear in the theme dialog.

I'm on Ubuntu 20.04 and installed Flatpak from this PPA (currently Flatpak 1.6.3) if that matters.

TingPing commented 4 years ago

Just the wrong dir, you meant: ~/.var/app/org.geany.Geany/config/geany/colorschemes/

salim-b commented 4 years ago

Ahhh, stupid me! Thanks a lot!