Re: gtk stock icons missing

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

 



N James Bridge <james@xxxxxxxxxxxxxxxx> wrote:
> I don't know if this is a fedora problem or a gtk one...
Neither, just your typo, the stock id is "gtk-close".
Other languages may let you interchange "-" and "_", C API doesn't.
You should have noticed button's label was coerced into "gtkclose",
instead your locale's representation for "Close".
Compile and run it again after:
$ sed -i s/gtk_close/gtk-close/ stock.c

> It seems that gtk can't find the directory with the images. The files
> needed seem to be in /usr/share/icons/gnome and show up in the gtk-demo
> program. However, Glade buttons selected from stock do not have the
> icons either.
Activating /desktop/gnome/interface/buttons_have_icons could help:
$ gconftool-2 -s /desktop/gnome/interface/buttons_have_icons -t bool 1
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux