Comment 2 for bug 709868

Revision history for this message
Dominik Cermak (d-cermak) wrote :

The personal preferences are stored in ~/.kde/share/apps/solid/actions.

I think the problem is the change from HAL to udisks. solid-hardware list details list the cd but it says:

SorageVolume.ignored = true

With HAL as backend it says:

StorageVolume.ignored = false

I think thats the key cause the standart actions look like:

X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Audio' ]

so it should be:

X-KDE-Solid-Predicate=[ StorageVolume.ignored == true AND OpticalDisc.availableContent == 'Audio' ]

to work.
Still enhanced audio cds are working, solid says StorageVolume.ignored == false.

I don't know whether it is a bug in udisks, solid or in the solid-actions