Commit d381e5a5 authored by Alexandre Ferreira's avatar Alexandre Ferreira Committed by Jean-Baptiste Kempf

Correct solid .desktop files

https://bugs.gentoo.org/show_bug.cgi?id=333723
(cherry picked from commit 7087eb30)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 541ac6dc
[Desktop Entry] [Desktop Entry]
X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Audio' ] X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent & 'Audio' ]
Type=Service Type=Service
Actions=open; Actions=open;
......
[Desktop Entry] [Desktop Entry]
X-KDE-Solid-Predicate=[[ StorageVolume.ignored == false AND OpticalDisc.availableContent == '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