Missing libpixbufloader-xcf.so on install

Asked by nodrog6

When installing from the ppa, I get this error:

michael@michael-laptop:~$ sudo apt-get install gloobus-preview
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  gloobus-preview
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/3,326B of archives.
After this operation, 45.1kB of additional disk space will be used.
Selecting previously deselected package gloobus-preview.
(Reading database ... 194711 files and directories currently installed.)
Unpacking gloobus-preview (from .../gloobus-preview_0.4.1-1ubuntu2_amd64.deb) ...
Setting up gloobus-preview (0.4.1-1ubuntu2) ...
g_module_open() failed for /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xcf.so: /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xcf.so: cannot open shared object file: No such file or directory

What can I do to fix this? Also, what other information can I post to help solve this problem? I'm running Ubuntu 9.10 x64, and Nautilus 2.28.1. Thanks in advance!

Question information

Language:
English Edit question
Status:
Answered
For:
gloobus-preview Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Joel Bacal (joel-bacal) said :
#1

I have the same problem and also using gloobus-preview in nautilus 64-bits

Unpacking gloobus-preview (from .../gloobus-preview_0.4.1-1ubuntu2_amd64.deb) ...
Setting up gloobus-preview (0.4.1-1ubuntu2) ...
g_module_open() failed for /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-psd.so: /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-psd.so: cannot open shared object file: No such file or directory
g_module_open() failed for /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xcf.so: /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xcf.so: cannot open shared object file: No such file or directory

It was all OK, but after an update from the ppa (tualatrix) stopped working.

Revision history for this message
Joel Bacal (joel-bacal) said :
#2

I did to fix the problem

> sudo apt-get install git-core autoconf libtool
> sudo apt-get install libgtk2.0-dev libbz2-dev
> cd ~
> git clone git://gitorious.org/xcf-pixbuf-loader/mainline.git pixbuf
> cd pixbuf
> ./autogen.sh
> make
> cd .libs
> sudo cp libioxcf.so /usr/lib/gtk-2.0/2.10.0/loaders
> sudo gdk-pixbuf-query-loaders libioxcf.so
> sudo gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders

and changed the name of libioxcf,so to libpixbufloader.so

Revision history for this message
Joel Bacal (joel-bacal) said :
#3

My gloobus still don't work.. I even don't see the icon of gloobus-preview..

fixed the problem with the dependence and reinstalled, reinstalled, but don't work..

I have gloobus flow working cause i installed it from source code, but after the update from the ppa, preview stopped working.

ubuntu 64bits

Revision history for this message
rospo (raffsol) said :
#4

i've got the same problem, i don't want install all those packages form apt so i'm waiting...
( i'm on eeepc 4gb )

Revision history for this message
Tom Boshoven (tomboshoven) said :
#5

Same problem here.
Ubuntu Karmic x64.

Revision history for this message
Artem Yakimenko (temik) said :
#6

Same problem.
Ubuntu Karmic 32bits

Revision history for this message
Zivago Lee (zivagolee) said :
#7

Same here as well..

Revision history for this message
Sven (sbomer) said :
#8

Same problem - Ubuntu Karmic 32 bits.
I tried Joel's solution for the dependencies, with the same results (no luck).

Revision history for this message
David Robert Lewis (afrodeity) said :
#9

Me too, was looking forward to this, but no libpixbufloader-xcf.so

Revision history for this message
David Robert Lewis (afrodeity) said :
#10

sudo not working?

~/pixbuf/.libs$ sudo gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
bash: /etc/gtk-2.0/gdk-pixbuf.loaders: Permission denied

Revision history for this message
David Robert Lewis (afrodeity) said :
#11

If I restart the "patched" nautilus

(nautilus:9597): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed

** (nautilus:9597): WARNING **: No marshaller for signature of signal 'UploadFinished'

** (nautilus:9597): WARNING **: No marshaller for signature of signal 'DownloadFinished'

** (nautilus:9597): WARNING **: No marshaller for signature of signal 'ShareCreateError'
Initializing nautilus-open-terminal extension
Initializing nautilus-image-converter extension
Initializing nautilus-gdu extension
Nautilus-Share-Message: Called "net usershare info" but it failed: 'net usershare' returned error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error No such file or directory
Please ask your system administrator to enable user sharing.

Revision history for this message
nodrog6 (gordon-j-michael) said :
#12

I switched to the new PPA posted on the Gloobus blog (http://gloobus.wordpress.com/2010/01/02/ppa-2/) with good luck. I still get the same error, but the binary is now installed, the menu item is listed, and the spacebar hotkey works.

Revision history for this message
BadChoice (guitarboy000) said :
#13

Hey Guys, we switched the ppa!

sudo add-apt-repository ppa:gloobus-dev/gloobus-preview

About the libpixbufxcf.. we had problems compiling it so we removed it from source, this means you can't preview GIMP files now if you install from the ppa (you can if you compile the src/loaders/xcf from source)

Anyway, PSD files can be previewed now from the ppa (it coulnd't before)

If you have any other problems, let us now, just fill a bug and well notice faster than here in answers ;)

Can you help with this problem?

Provide an answer of your own, or ask nodrog6 for more information if necessary.

To post a message you must log in.