-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to load "image-loading" default from icon theme #133
Comments
This is odd! The We may have to add a dependency on this package in ubuntu if it isn't already. |
Yes, I've checked it and as it seems, the gnome-icon-theme is not installed by default on ubuntu anymore. See:
By querying for all icon theme packages...
... I was able to find just two packages installed by default:
and
Making a little search on internet I've also found out this article: https://www.omgubuntu.co.uk/2017/11/suru-default-icon-theme-ubuntu-18-04-lts I suspect that gnome-icon-theme is not the default on Ubuntu for some time now. As it seems, Humanity is. I've also installed gnome-icon-theme as you've asked but nitrogen is still failling to load the "image-loading" icon. Searching more deeply I've came to the conclusion that the "image-loading" icon is not where you've expected it to be. At least in gnome-icon-theme package:
I think things have changed breaking the nitrogen app. It is just a minor bug as the application still works but it seem that it is in fact a real bug. |
Just as an addendum, that's the "image-loading" content of the two icon themes installed by default:
|
Getting this on arch manjaro with both packages above mentioned installed. |
Same issue on Ubuntu 20.04. |
How to resolve this? Did anyone get any solution? I tried by installing |
Hi all, I think I've got a better handle on what's happening here - thanks so much for the investigative work @fabio-blanco and sorry it's taken so long to address. The funny thing is that while nitrogen logs an "error", it's not at all a problem - nitrogen will just continue without really showing an icon as it loads/creates thumbnails. I've relaxed the process a lot more as to how it finds the loading icon - it'll search for both If anyone wants to try it out and is comfortable building nitrogen locally, it's in the |
Hello, |
@IAmDarthMole it's in c6fd90d but that's not yet merged to master. I haven't had enough systems to test this on yet - if you are comfortable building from source please check that branch out (image-loading) and see if it works better for you - otherwise I'll likely just merge it soon as I'm pretty sure it improves things. |
Currently experiencing this on Manjaro (22.0.4). |
Using Openbox (Arch-based BigLinux) Changing the icon and window theme to Adwaita using the lxappearance command, the error in Nitrogen does not appear. Alterando o tema de icones e da janela para Adwaita pelo comando lxappearance o erro no Nitrogen não aparece. Tested on Linux distribution based on Arch Linux. After changing the theme of the icons and the window. |
In a fresh install of Ubuntu 18.04 and using the last version of i3 windows manager, when I try to run nitrogen from a terminal it displays the following error message:
$ nitrogen
ERR: Could not load "image-loading" from icon theme, this indicates a problem with your Gtk/Gtkmm install.
Maybe the icon "image-loading" is not anymore where it used to be.
$ ls /usr/share/icons/default/
index.theme
Info from my system:
$ uname -a
Linux ioguipower 4.18.0-21-generic #22~18.04.1-Ubuntu SMP Thu May 16 15:07:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
$ gnome-shell --version
GNOME Shell 3.28.4
My gnome is working ok.
Apart from this little error, the application seems to be working fine.
The text was updated successfully, but these errors were encountered: