Closed Hybjis closed 1 year ago
The error occurs because Solaar is unable to find the solaar icon. Solaar looks in a lot of places for the icon, including the usual places for icons but also from around the directory it is running from. To diagnose for sure, run Solaar as solaar -ddd
and look for the line that contains solaar.ui.icons: icon theme paths:
. There should be some Solaar icons (solaar.png or solaar.svg) under some of these directories.
I checked the /home/oduxy/miniconda3/share/solaar/icons
directory and there are indeed Solaar icons there. However I think this error message Gtk-WARNING **: 22:36:21.333: Found an icon but could not load it. Most likely gdk-pixbuf does not provide SVG support.
makes it sound like the problem is with loading the icons rather than finding them. I just found this old issue #1197 which appears to be the same problem. It looks like he never found a solution...
I am also running Fedora. I checked to see what happened if I made all the solaar....png files on my system inaccessible and Solaar still worked find. I then checked to see what happened if I made all the solaar.svg files inacessible and Solaar threw and error that it could not load a solaar.svg file because of a permissions error. So gdk on my system can load svg files. I run XFCE and X11 so maybe the problem is that you are running Gnome.
I see that there are some bug reports on other systems with the same problem. Please try the solution in https://github.com/dino/dino/issues/1024.
But the big question is why gdk isn't set up to load SVG files. That would seem to be a core functionality for GDK/GTK.
Holy shit I just got it to work. The solution was to uninstall Miniconda. I have no idea why conda/miniconda breaks it, but I'm glad I found it. :smile:
You may have been running in an environment where a library was unavailable.
Anyway, I'm closing this issue.
Information
solaar --version
orgit describe --tags
if cloned from this repository): 1.1.8uname -srmo
): 6.1.13-200.fc37.x86_64solaar show
:~/.config/solaar/config.yaml
(or~/.config/solaar/config.json
if~/.config/solaar/config.yaml
not present):Describe the bug After installing Solaar I get an error when trying to open the program by running "solaar". If I try to start the program by clicking the application I get no errors but Solaar does not start. I have tried installing Solaar in terminal (sudo dnf install solaar) and in GNOME Software.
To Reproduce Steps to reproduce the behavior:
Screenshots If applicable, add screenshots to help explain your problem.
Additional context When reading documents I saw that ayatanaappindicator was required. I was not able to find a way to install it on Fedora but I did install libappindicator instead.