GNOME Bugzilla – Bug 614212
Use symbolic icons for applet
Last modified: 2010-06-10 23:22:25 UTC
The volume control "applet" should use the low color symbolic icons. The only change that should be needed is to append the string "-symbolic" to the requested icon name.
Created attachment 157349 [details] [review] patch
Hi + "audio-input-microphone-muted-symbolic", + "audio-input-microphone-low-symbolic", + "audio-input-microphone-medium-symbolic", + "audio-input-microphone-high-symbolic", I have only: audio-input-microphone-symbolic And the other icons do not seem to be available: http://git.gnome.org/browse/gnome-icon-theme-symbolic/tree/gnome/scalable/devices Also, it works, but only with gnome-settings-daemon running (on my debian). is there a fallback mechanism we could use to still have gtk icons if the symbolic theme cannot be loaded? thanks
(In reply to comment #2) > Hi > > + "audio-input-microphone-muted-symbolic", > + "audio-input-microphone-low-symbolic", > + "audio-input-microphone-medium-symbolic", > + "audio-input-microphone-high-symbolic", > > I have only: > > audio-input-microphone-symbolic > > And the other icons do not seem to be available: > http://git.gnome.org/browse/gnome-icon-theme-symbolic/tree/gnome/scalable/devices Need to file another bug. > Also, it works, but only with gnome-settings-daemon running (on my debian). > > is there a fallback mechanism we could use to still have gtk icons if the > symbolic theme cannot be loaded? It doesn't work usefully without GTK+ 3.0, and a tray with support for the symbolic colours.
and committed commit 735635b3fa7e9c1aa6d4e34f9a56b6b59cddcf7e Author: William Jon McCann <jmccann@redhat.com> Date: Thu Jun 10 22:11:29 2010 +0200 g-v-c: use symbolic icons This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.