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 698174 - sd card folder has wrong icon in mtp.
sd card folder has wrong icon in mtp.
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: mtp backend
1.16.x
Other Linux
: Normal normal
: ---
Assigned To: Philip Langdale
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2013-04-17 04:28 UTC by sangu
Modified: 2013-04-17 21:39 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8


Attachments
sd card in mtp media (39.69 KB, image/png)
2013-04-17 04:28 UTC, sangu
Details

Description sangu 2013-04-17 04:28:01 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
Comment 1 David Zeuthen (not reading bugmail) 2013-04-17 20:41:39 UTC
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.
Comment 2 Philip Langdale 2013-04-17 21:39:05 UTC
Fixed again.