GNOME Bugzilla – Bug 413925
Updated icon names from the Icon Naming Spec
Last modified: 2007-10-13 17:21:04 UTC
GVM should use some updated names from the naming spec. The attached patch fixes those icons which are feasible to change, at the moment.
Created attachment 83741 [details] [review] Patch to update icon names used in gvm for the naming spec
Created attachment 86437 [details] [review] updated Rodney's patch to apply cleaner to more recent versions of g-v-m All this patch does is update the patch to apply cleaner (line offsets, etc) Only reason I'm not committing is because the icons changed (except scanner, which ironically did not show up before) are missing in the UI after this patch in OpenSuSE 10.2 (probably because it doesn't have an up-to-date tango icon package... or, perhaps, I just don't have it installed?) other than that, patch looks fine and that this patch should probably get applied as soon as I figure otu what the deal with the icons is. I'm sure the next SuSE release will contain the needed tango icons.
Created attachment 90780 [details] [review] Updated patch to use new icons in gnome-icon-theme In the last days a lot of new icons have landed in gnome-icon-theme. The only missing ones are: * camera-video (jimmac is working on it, soon available, see 409612) * specific icons (video dvd, audio cd, palm, pocketpc) About specific icon: g-v-m should use icon fallback available in GTK+ trunk (i.e. should declare in code to use, for example, "pda-pocketpc" named icon; if this icon is not available in current theme, but generic "pda" is available, then use "pda". See 396901 or GtkIconTHeme docs). By now this patch use the standard and generic names (media-optical and pda)
fixed in svn