Commit d9c1c0e1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix KDE solid predicate

This partially reverts commit 99ebae0c.
(see http://techbase.kde.org/Development/Tutorials/Solid/Device_Actions)
(cherry picked from commit 7df32e49d410253bdbcaf7c7411bde9386c459d8)
parent 7c1bc11f
[Desktop Entry] [Desktop Entry]
X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Data|VideoDvd' ] X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent & 'VideoDvd' ]
Type=Service Type=Service
Actions=open; Actions=open;
......
[Desktop Entry] [Desktop Entry]
X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'VideoCd|SuperVideoCd' ] X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent & 'VideoCd|SuperVideoCd' ]
Type=Service Type=Service
Actions=open; Actions=open;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment