https://qa.mandrakesoft.com/show_bug.cgi?id=922
Product: dynamic
Component: dynamic
Summary: dynamic icons should have a pretty name
Version: 0.7-1mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
When plugging an USB device, the appearing icon has a name with no meaning.
For example it can be : "dynamic_mnt_camera"
The icon should have a label made of useful informations :
The USB device name should be queried (see infos in usbview)
For example, with a sony camera, the output of `cat /proc/bus/usb/devices` is
(...)
S: Manufacturer=Sony
S: Product=Sony DSC
(...)
So, here the icon label could be :
$Product ($Manufacturer)
ie here :
"Sony DSC (Sony)"
instead of
"dynamic_mnt_camera" which has no meaning
For an archos Jukebox :
(...)
S: Manufacturer=In-System Design
S: Product=USB Storage Adapter
(...)
So the icon could be : "USB Storage Adapter (In-System Design)"
or just $Product : "USB Storage Adapter"
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.