Summary: | Device Actions don't trigger for my CD-ROM drives, StorageVolume.ignored | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | skierpage <skierpage> |
Component: | general | Assignee: | Alex Fiestas <afiestas> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | kde, lari.natri, lukas, oliver.henshaw, p.r.worrall, sergio.callegari |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
skierpage
2011-08-16 23:00:45 UTC
I have the same problem: for every optical media (type), StorageVolume.ignored property equals "true" for some unknown reason, and most Solid actions for various apps check this property and require it to be "false". Result: actions are not displayed. I've had this problem since KDE 4.6.0 and it still exists with KDE 4.7.0. I'm using Kubuntu 11.04 and 11.10 (haven't tried other distros). I can confirm this bug, same problem here on Gentoo, KDE 4.6.5, udisks version 1.0.4. Should it be assigned to libsolid-udisks? I'll upgrade to KDE 4.7 soon and test again... Looks like it's fixed in Kubuntu KDE 4.7.3: paul@door:~$ solid-hardware details /org/freedesktop/UDisks/devices/sr0:media udi = '/org/freedesktop/UDisks/devices/sr0:media' parent = '/org/freedesktop/UDisks/devices/sr0' (string) vendor = 'HL-DT-ST' (string) product = 'HL-DT-STDVD-RAM GH22NP20' (string) Advanced probing on /dev/sr0 failed while reading block size description = 'Audio CD' (string) Block.major = 11 (0xb) (int) Block.minor = 0 (0x0) (int) Block.device = '/dev/sr0' (string) StorageVolume.ignored = false (bool) <== :-) StorageVolume.usage = 'Other' (0x0) (enum) StorageVolume.fsType = '' (string) StorageVolume.label = '' (string) StorageVolume.uuid = '' (string) StorageVolume.size = 444297216 (0x1a7b7000) (qulonglong) Advanced probing on /dev/sr0 failed while reading block size OpticalDisc.availableContent = 'Audio' (0x1) (flag) OpticalDisc.discType = 'CdRom' (0x0) (enum) OpticalDisc.appendable = false (bool) OpticalDisc.blank = false (bool) OpticalDisc.rewritable = false (bool) OpticalDisc.capacity = 444297216 (0x1a7b7000) (qulonglong) Closing as per comment #3 *** Bug 265870 has been marked as a duplicate of this bug. *** 4.7.3 update does indeed fix this for my first CD-ROM drive, thanks! But my second drive still doesn't trigger actions, so I filed bug 288854. |