Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Where are the icons

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
zkab
Posts: 241
Joined: 2009-07-16 14:34

Where are the icons

#1 Post by zkab »

When I today made 'sudo apt-get update && sudo apt-get dist-upgrade' I got error message:

Processing triggers for hicolor-icon-theme (0.13-1)
(gtk-update-icon-cache-3.0:25038): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory
This likely means that your installation is broken.
Try running the command
gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.

Confused ...

1) The file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache' exist ...
ls -la /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
-rw-r--r-- 1 root root 0 Oct 1 10:57 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache

2) When I ran 'gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache' it complained ...
# gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
The program 'gdk-pixbuf-query-loaders' is currently not installed. You can install it by typing:
apt-get install libgtk2.0-bin
gdk-pixbuf-query-loaders: command not found

3) libgtk2.0-bin was already installed ...
sudo apt-get install libgtk2.0-bin
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgtk2.0-bin is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.


After reboot the icons in panel were blank with a red cross.
What has happend ?

User avatar
dasein
Posts: 7680
Joined: 2011-03-04 01:06
Location: Terra Incantationum

Re: Where are the icons

#2 Post by dasein »

Post output from

Code: Select all

cat /etc/apt/sources.list

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Where are the icons

#3 Post by Head_on_a_Stick »

Try this:

Code: Select all

# apt-get install libgdk-pixbuf2.0-dev
# gdk-pixbuf-query-loaders --update-cache
http://forums.debian.net/viewtopic.php?f=30&t=117753
deadbang

zkab
Posts: 241
Joined: 2009-07-16 14:34

Re: Where are the icons

#4 Post by zkab »

Thanks - now it is working ...

Post Reply