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 343180 - Places>Removable Media has got no icon
Places>Removable Media has got no icon
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.14.x
Other Linux
: Normal minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-28 12:15 UTC by Sebastien Bacher
Modified: 2007-05-26 18:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Sebastien Bacher 2006-05-28 12:15:32 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/gnome-panel/+bug/44744

"...
On the GNOME main menu, when going to Places>Removable Media, where the list of removable volumes is shown, there is no icon next to "Removable Media".

Since all other entries in the GNOME menu have icons next to the text, I think it would make sense for the Places>Removable Media entry to be consistent with the other menus.
...
> Can you make a screenshot fo that?
...
http://librarian.launchpad.net/2693243/Screenshot-2.png
This is what I was refering to.

I think the menu would be more consistent with the other entries if it had an icon."

from panel-menu-items.c:

"		/* FIXME: find nice icons. We don't use NULL since it will
		 * make the menu items smaller... */
		if (connected_volumes) {
			title = _("Network Places");
			icon = "gnome-fs-bookmark";
		} else {
			title = _("Removable Media");
			icon = "";
		}"
Comment 1 Vincent Untz 2006-08-29 14:02:17 UTC
Rodney: any idea of which icon could be used here?
Comment 2 Vincent Untz 2007-05-26 18:55:41 UTC
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.