You are not logged in.

#1 2005-06-28 05:50:05

poetofnumbers
Member
From: Kansas, United States
Registered: 2004-10-30
Posts: 106
Website

problem: gqview needs gdk-pixbuf.loaders

The package gqview seems to require the file /etc/gtk-2.0/gdk-pixbuf.loaders in order to render pictures, which is the primary function of the package.  It turns out that the output of /usr/bin/gdk-pixbuf-query-loaders, which is owned by gtk2 --- a dependency of gqview, is what is needed for the gdk-pixbuf.loaders file.

I believe that this portion of code will work in gqview.install:

post_install()
{
   if [ ! -d /etc/gtk-2.0/ ] then
     mkdir /etc/gtk-2.0
   fi

   if [! -e /etc/gtk-2.0/gdk-pixbuf.loaders ] then
     /usr/bin/gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
   fi
   /bin/true
}

Sweet, now I can play with myself.

Offline

#2 2005-06-28 07:32:18

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: problem: gqview needs gdk-pixbuf.loaders

This kind of info should be posted in the bug tracker where the maintainer will be informed.

Offline

Board footer

Powered by FluxBB