Siduction Forum

Siduction Forum => Software - Support => Topic started by: michaa7 on 2014/09/03, 19:59:26

Title: (solved) problem with gdk-pixbuf during d-u
Post by: michaa7 on 2014/09/03, 19:59:26
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
Title: Re: problem with gdk-pixbuf during d-u
Post by: melmarker on 2014/09/03, 20:55:31
install pixbuf - should be fixed with the new release
Title: Re: problem with gdk-pixbuf during d-u
Post by: michaa7 on 2014/09/03, 21:40:28
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.
Title: Re: problem with gdk-pixbuf during d-u
Post by: melmarker on 2014/09/03, 22:47:07
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
Title: Re: problem with gdk-pixbuf during d-u
Post by: michaa7 on 2014/09/03, 23:25:25
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.
Title: Re: problem with gdk-pixbuf during d-u
Post by: melmarker on 2014/09/04, 01:00:39
$ 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
Title: Re: problem with gdk-pixbuf during d-u
Post by: michaa7 on 2014/09/04, 02:19:57
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