[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Upgrade debacle........



On Fri, May 2, 2014 at 7:48 PM, Charlie <ariestao@ipstarmail.com.au> wrote:
>
> I case it hasn't been fixed at the source and you missed it Paul. Ralf
> put it right for me, but my system was more damaged than yours for some
> reason? Probably my system was a little too lean and mean. So I had to
> install:
>
> libgdk-pixbuf2.0-dev
>
> And then run this command:
>
> gdk-pixbuf-query-loaders --update-cache

You don't need to install the -dev package. You just need to use the
full "/usr/lib/" path when running the command.

The failure in the error message:
(gtk-update-icon-cache:28805): GdkPixbuf-WARNING **: Cannot open pixbuf
loader module file
'/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such
file or directory

And the message:
Try running the command
  gdk-pixbuf-query-loaders >
/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.

are unrelated.

The latter just needs to say:
Try running the command
  /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders > \
                 /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.

But that won't resolve the actual error.


Reply to: