GNOME Bugzilla – Bug 698174
sd card folder has wrong icon in mtp.
Last modified: 2013-04-17 21:39:05 UTC
Created attachment 241708 [details] sd card in mtp media sd card folder has wrong icon in mtp. $ dmesg [...] [13870.584311] usb 2-1.5.2: new high-speed USB device number 6 using ehci-pci [13870.661664] usb 2-1.5.2: New USB device found, idVendor=04e8, idProduct=6860 [13870.661670] usb 2-1.5.2: New USB device strings: Mfr=2, Product=3, SerialNumber=4 [13870.661673] usb 2-1.5.2: Product: SAMSUNG_Android [13870.661676] usb 2-1.5.2: Manufacturer: SAMSUNG [13870.661678] usb 2-1.5.2: SerialNumber: [13873.943799] usb 2-1.5.2: USB disconnect, device number 6 [13874.117241] usb 2-1.5.2: new high-speed USB device number 7 using ehci-pci [13874.194469] usb 2-1.5.2: New USB device found, idVendor=04e8, idProduct=6860 [13874.194474] usb 2-1.5.2: New USB device strings: Mfr=2, Product=3, SerialNumber=4 [13874.194477] usb 2-1.5.2: Product: SAMSUNG_Android [13874.194480] usb 2-1.5.2: Manufacturer: SAMSUNG [13874.194482] usb 2-1.5.2: SerialNumber: 42xxxx21x274421xx gvfs-1.16.0-1.fc19.x86_64
Reopening. The commit to fix this problem https://git.gnome.org/browse/gvfs/commit/?id=586ed0c7b662d97486966273983e8586039a5ed1 is wrong. The correct name to use is "media-flash-sd" (and "media-flash-symbolic" for the symbolic icons...) as per http://cgit.freedesktop.org/udisks/tree/udisks/udisksobjectinfo.c#n160 FYI "gnome-dev-media-sdmmc" is just there for backwards compat.
Fixed again.