(solved) problem with gdk-pixbuf during d-u

Started by michaa7, 2014/09/03, 19:59:26

Previous topic - Next topic

michaa7

During d-u I was told there was a problem with gdk-pixbuf and my installation were broken. I should execute:
gdk-pixbuf-query-loaders > /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache

But if I do I get "Command not found".
Quote# gdk-pixbuf-query-loaders > /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
-su: gdk-pixbuf-query-loaders: Kommando nicht gefunden.

Anyone an idea what's behind this?

EDIT: Now I see I have lost some icons: volume-control and psensors
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

melmarker

install pixbuf - should be fixed with the new release
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

michaa7

#2
Quote# apt-get install pixbuf
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
E: Paket pixbuf kann nicht gefunden werden.

wie heißt denn das paket genau? libgdk-pixbuf2.0-0 war und ist installiert.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

melmarker

gtk2-engines-pixbuf - that throws in libgdk-pixbuf2.0-0


$ apt-file search gdk-pixbuf-query-loaders
libgdk-pixbuf2.0-0: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

michaa7

No, that is *not* the solution. Both packages were installed in their latest version.

I'd like to mention that there is a whole bunch of icons missing (thunar completly naked). This qualifies for a upgrade warning.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

melmarker

$ gdk-pixbuf-query-loaders
The program 'gdk-pixbuf-query-loaders' is currently not installed.  To run 'gdk-pixbuf-query-loaders' please ask your administrator to install the package 'libgdk-pixbuf2.0-dev'

looks like a packaging error - will have a look tomorrow -installing the dev package and run the mentioned command could fix the situation eventually
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

michaa7

Quote from: melmarker on 2014/09/04, 01:00:39
... installing the dev package and run the mentioned command could fix the situation eventually

good idea, and YES, it fixed the problem.

Thanks
Ok, you can't code, but you still might be able to write a bug report for Debian's sake