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
Created attachment 52014 [details] Name of the SD card as displayed by Digikam.
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