GNOME Bugzilla – Bug 397310
Provide a Tango style application icon for Menus & Toolbars capplet
Last modified: 2007-02-16 22:23:20 UTC
The current icon for Menus & Toolbars capplet in control center is using wrong style (old GNOME instead new Tango). Maybe we should also change its name and use the same name of the executable or something like "preferences-desktop-menu-toolbars" (see Icon Naming Spec). PS of course I know this capplet shoulb be merged with Theme...
I want to sign up for this one.
Created attachment 80744 [details] Proposal Would this do? It's just the old icon updated to the style guidelines, as I guess we're only going to keep this for one release anyway...
Looks good to me.
Works for me too.
Created attachment 80849 [details] gnome-ui-properties in all sizes Called it the same as the app as it felt easiest.
Would it be too much asking that you provide a patch with the needed Makefile.am's? Or just tell me another module to look at for examples on where I need to copy the files?
(In reply to comment #6) > Would it be too much asking that you provide a patch with the needed > Makefile.am's? Or just tell me another module to look at for examples on where > I need to copy the files? > I suggest you to create a directory tree like: data + +-> icons + +--> 16x16 + | +--> apps | +--> 22x22 + | +--> apps | +--> 24x24 + | +--> apps | +--> 32x32 + | +--> apps | +--> scalable + +--> apps Then put icons in proper directory (24x24 is just 22x22 converted using `convert -bordercolor Transparent -border 1x1 22.png 24.png" For Makefile.am files see eog 1. http://svn.gnome.org/viewcvs/*checkout*/eog/trunk/data/icons/16x16/apps/Makefile.am?rev=3420 2. http://svn.gnome.org/viewcvs/*checkout*/eog/trunk/data/icons/Makefile.am?rev=3420 About data/icons/Makefile.am, note that gtk-update-icon-cache is not needed if you will install icons in $prefix/share/icons/gnome PS I'm suggesting this "deep" scheme instead a "flat" scheme in each capplet subdirectory to be ready when capplets will need their own named icons: then you could simply add data/icons/<size>/<category>/directory. A single place to manage icons.
DO NOT EVER INSTALL ICONS TO A THEME OTHER THAN HICOLOR. Also, do not install generic named icons to hicolor, or anything other than the main app icon that will be used for the desktop launcher, to the system hicolor theme.
Rodney, could you please provide the correct Makefile.am files? As suggested by Luca, we want a data/ directory in the top-level of control-center, instead of having that for each capplet.
I'd get rid of the text.
Created attachment 82700 [details] UI properties icon in all sizes Here's the icon without the text labels and I think a bit cleaner
Went in gnome-icon-theme.