Hi Folks,
I'm not sure where to post this question. When I run gdk-pixbuf-query-loaders, is always crashes with a segmentation fault. The way I noticed this was when I tried to launch the Unison GUI and got this error:
Uncaught exception Gdk.Error("Gdk.Pixmap.create_from_xpm_data")
I googled it and found the suggestions to run
to rebuild the image cache. And when I tried this, I got the segfault. It seems to me that an application should not segfault like this, and this may be an indication that the image cache was not properly built in the first place, causing Unison to crash.
I have also noticed that other applications, in particular Firefox, do not show proper icons, but instead just show a red "x". This has been the case for a long time now (maybe 2 years), but I never had time to look into it (and it does not affect the function). Now I am wondering if this icon problem is related to the same gdk-pixbuf problem.
I tried reinstalling libgdk-pixbuf but to no avail. I also tried building it from source, but the installation fails at the make install step:
I'm running kubuntu 16.04, but I recently upgraded from 14.04. On 14.04 I also had the problem with the icons in FF and the crash of the Unison GUI, but never investigated it.
Does anyone have an idea how to solve this issue? Am I right in assuming that the icon problem in FF may be related to the problem with gdk-pixbuf?
Thanks!
I'm not sure where to post this question. When I run gdk-pixbuf-query-loaders, is always crashes with a segmentation fault. The way I noticed this was when I tried to launch the Unison GUI and got this error:
Uncaught exception Gdk.Error("Gdk.Pixmap.create_from_xpm_data")
I googled it and found the suggestions to run
Code:
gdk-pixbuf-query-loaders --update-cache
I have also noticed that other applications, in particular Firefox, do not show proper icons, but instead just show a red "x". This has been the case for a long time now (maybe 2 years), but I never had time to look into it (and it does not affect the function). Now I am wondering if this icon problem is related to the same gdk-pixbuf problem.
I tried reinstalling libgdk-pixbuf but to no avail. I also tried building it from source, but the installation fails at the make install step:
make install-data-hook
make[5]: Entering directory '/home/me/Downloads/gdk-pixbuf-2.32.2/gdk-pixbuf'
/bin/bash: line 10: 6637 Segmentation fault (core dumped) ../gdk-pixbuf/gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
Makefile:2747: recipe for target 'install-data-hook' failed
make[5]: Entering directory '/home/me/Downloads/gdk-pixbuf-2.32.2/gdk-pixbuf'
/bin/bash: line 10: 6637 Segmentation fault (core dumped) ../gdk-pixbuf/gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
Makefile:2747: recipe for target 'install-data-hook' failed
Does anyone have an idea how to solve this issue? Am I right in assuming that the icon problem in FF may be related to the problem with gdk-pixbuf?
Thanks!
Comment