Bug 252489 - Digikam incorrectly detects SD Card name
Summary: Digikam incorrectly detects SD Card name
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Import-UMS (show other bugs)
Version: 1.4.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-27 00:49 UTC by Oleg Atamanenko
Modified: 2017-08-16 05:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.5.0


Attachments
Name of the SD card as displayed by Plasma. (22.80 KB, image/png)
2010-09-27 00:49 UTC, Oleg Atamanenko
Details
Name of the SD card as displayed by Digikam. (10.65 KB, image/png)
2010-09-27 00:49 UTC, Oleg Atamanenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Atamanenko 2010-09-27 00:49:01 UTC
Created attachment 52013 [details]
Name of the SD card as displayed by Plasma.

Version:           1.4.0 (using KDE 4.5.1) 
OS:                Linux

Digikam incorrectly detects name of the SD Card.

Reproducible: Always

Steps to Reproduce:
1. Insert SD Card
2. Run digikam.

Actual Results:  
Digikam displays some generic name like USB Disk "multi-card"

Expected Results:  
Digikam displays actual name of the SD Card, e.g. EOS_DIGITAL

OS: Linux (i686) release 2.6.35-ARCH
Compiler: gcc
Comment 1 Oleg Atamanenko 2010-09-27 00:49:27 UTC
Created attachment 52014 [details]
Name of the SD card as displayed by Digikam.
Comment 2 Marcel Wiesweg 2010-09-27 09:48:05 UTC
SVN commit 1180151 by mwiesweg:

- use KLocale to format storage size (*)
- use volume label, then volume device product or vendor, only then
  drive device product - the latter is usually unspecific
- use i18n where applicable

(*) I am tempted to use MetricBinaryDialect because on USB disks the size
is usually written in this format ("4GB" instead of "3.7GB"). On the other hand,
there is a global KDE setting for this, which is IEC ("3.7GiB") per default. Opinions?

BUG: 252488
BUG: 252489

 M  +4 -1      NEWS  
 M  +26 -28    digikam/digikamapp.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1180151