After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 123986 - Use stock Icons in the bookmark menu items
Use stock Icons in the bookmark menu items
Status: RESOLVED FIXED
Product: gconf-editor
Classification: Applications
Component: general
2.4.x
Other Linux
: High normal
: ---
Assigned To: Gconf Editor Maintainers
Gconf Editor Maintainers
Depends on: 136746
Blocks:
 
 
Reported: 2003-10-07 00:22 UTC by Mariano Suárez-Alvarez
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make menu icons follow menus_have_icons preference key (2.91 KB, patch)
2003-10-07 00:24 UTC, Mariano Suárez-Alvarez
committed Details | Review
Icons in the bookmark menu items now follow the gconf key (2.51 KB, patch)
2004-03-01 07:47 UTC, Sujay SA and Varadharaj KP
needs-work Details | Review

Description Mariano Suárez-Alvarez 2003-10-07 00:22:52 UTC
The icons for menu items in gconf-editor do not follow the
/desktop/gnome/interface/menus_have_icons gconf key until the key is
changed, so that, for example, if you do not change the value of the key,
icons will be shown no matter what the key says.

Slightly worse, the icons in the bookmark menu items do not follow the
gconf key at all.

Follows a patch which fixes this. This adds a little duplication between
gconf-bookmarks.c and gcon-editor-window.c, but it's good, IMO, because it
keeps the two files as separate as they are now.
Comment 1 Mariano Suárez-Alvarez 2003-10-07 00:24:37 UTC
Created attachment 20519 [details] [review]
Make menu icons follow menus_have_icons preference key
Comment 2 Sujay SA and Varadharaj KP 2004-03-01 07:47:13 UTC
Created attachment 24969 [details] [review]
Icons in the bookmark menu items now follow the gconf key
Comment 3 Fernando Herrera 2004-03-10 12:47:16 UTC
This can be done without the port to gnome, but it will more cosistent
if we wait until gconf be a gnome app
Comment 4 Fernando Herrera 2004-04-23 08:35:39 UTC
Thanks to all of you guys!
I've applied Mariano patch, but not the one from Sujay and Varaharaj because I'm
not happy about setting GTK_STOCK_UNDELETE for the edit bookmarks entry. I
cannot find any good stock icon for it. Maybe we can left it without icon, or
add a custom one. Changing description until we find a solution for this.
Comment 5 Fernando Herrera 2004-04-26 11:54:42 UTC
Comment on attachment 24969 [details] [review]
Icons in the bookmark menu items now follow the gconf key

Marking as needs-work until we find a good icon
Comment 6 Bryan W Clark 2004-08-23 22:36:55 UTC
I believe there is a stock edit bookmarks as part of the f.d.o hicolor theme.
Perhaps you can use that?
Comment 7 Fernando Herrera 2004-08-23 23:32:50 UTC
yep, I also found gpdf and epiphany versions. We can copy and use any bluecurve
art that doesn't include Bluecurve name or redhat logos, cannot we?
Comment 8 Bryan W Clark 2004-08-31 18:58:17 UTC
I believe that's the correct case *

* (of course that's my understanding I obviously don't speak for RH or RH legal)
Comment 9 Bryan W Clark 2004-10-26 17:26:50 UTC
The hicolor icon theme has several bookmark icons.  stock_bookmark,
stock_edit-bookmark, stock_delete-bookmark, and stock_add-bookmark

http://freedesktop.org/Software/icon-theme

The license for these is much more obvious.
Comment 10 Fernando Herrera 2004-10-31 12:51:05 UTC
Done, thanks