[Bug 79362] Re: Gimp Crash Upon "Open as Layer" File Selection Dialog
Daniel Holbach
daniel.holbach at ubuntu.com
Mon Jan 15 10:25:20 UTC 2007
Thanks for your bug report. Is the bug reproducible?
According to the backtrace, GTK fails to find a image-x-generic icon.
#6 0xb7c1b73d in IA__gtk_icon_info_load_icon (icon_info=0x99d3030, error=0x0) at gtkicontheme.c:2684
__PRETTY_FUNCTION__ = "IA__gtk_icon_info_load_icon"
#7 0xb7c1d69e in IA__gtk_icon_theme_load_icon (icon_theme=0x88c7b90, icon_name=0x98c1260 "image-x-generic", size=16, flags=0, error=0x0) at gtkicontheme.c:1389
icon_info = (GtkIconInfo *) 0x99d3030
pixbuf = <value optimized out>
__PRETTY_FUNCTION__ = "IA__gtk_icon_theme_load_icon"
Does
find /usr/share/icons -name '*image-x-generic*'
retrieve anything?
Does it work again, if you run
for i in `find /usr/share/icons -mindepth 1 -maxdepth 1 -type d`; do sudo gtk-update-icon-cache $i; done
?
** Changed in: gimp (Ubuntu)
Importance: Undecided => Medium
Status: Unconfirmed => Needs Info
--
Gimp Crash Upon "Open as Layer" File Selection Dialog
https://launchpad.net/bugs/79362
More information about the desktop-bugs
mailing list