eht16 left a comment (geany/geany-themes#90) > I tried placing geany theme conf files in ~/.config/geany/colorschemes/ and > even tried moving them to sudo mv *.* /usr/share/geany/colorschemes/. In both > cases even after restarting RPi and even after restarting Geany the color > schemes are not available via Geany's View > Change Color Scheme option.
They should be visible, putting the schemes into ~/.config/geany/colorschemes/ is enough. Can you provide more information, otherwise no one will be able to help identifying the problem and so also no one will be able to fix it. The output of `ls -l ~/.config/geany/colorschemes/` would be helpful as well as the contents of `Help -> Debug Messages` in Geany. > Instead of having two possible folders where the colorschemes can be stored, > just use one folder and ensure that Geany searches the folder for new files > when it starts. It does exactly this in `~/.config/geany/colorschemes/`, this is the idea. > ps: I tried installing the edge version of Geany from snap (I think it was > version 1.33, which surprised me because the apt I don't know about Snaps, I do not know who creates them, who updates them (obviously they are not updated at all) and with such an old version as 1.33 it is not surprising that things won't work. Try not to mix up such different versions, Geany's configuration file format changed a couple of times a little bit over the last two decades and we try to hard to keep it backward compatible but not the other way round. That is, switching from 1.33 to 1.38 is fine but not from 1.38 to 1.33. > I also tried downloading Geany source code and building it, but at least 4 > other packages are not available via apt on RPi so I could not build from > source. If you really want to compile from source, `apt build-dep geany` will help you to find and install the build time dependencies. > It'd help to provide binaries on Geany's download page. We all would like this but it is not feasible at all. There are too many different combinations of distributions, GTK versions, other library versions, different hardware architectures out there to provide binary builds for Linux based systems. This is what distributions are for. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-themes/issues/90#issuecomment-2889206914 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-themes/issues/90/2889206...@github.com>