From: Hugo Beauzee-Luyssen Date: Thu, 25 Mar 2010 09:49:55 +0000 (+0100) Subject: Adding actions for KDE4 Solid X-Git-Tag: 1.1.0-pre1~313 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8d9710a112275985fe786d59e78506286a23fd34;p=vlc Adding actions for KDE4 Solid Signed-off-by: Christophe Mutricy --- diff --git a/share/solid/vlc-opencda.desktop b/share/solid/vlc-opencda.desktop new file mode 100644 index 0000000000..5aee486f81 --- /dev/null +++ b/share/solid/vlc-opencda.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Audio' ] +Type=Service +Actions=open; + +[Desktop Action open] +Name=Open with VLC media player +Exec=vlc cdda:// +Icon=vlc + diff --git a/share/solid/vlc-opendvd.desktop b/share/solid/vlc-opendvd.desktop new file mode 100644 index 0000000000..f16460dcff --- /dev/null +++ b/share/solid/vlc-opendvd.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +X-KDE-Solid-Predicate=[[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'VideoDvd' ]] +Type=Service +Actions=open; + +[Desktop Action open] +Name=Open with VLC media player +Exec=vlc dvd:// +Icon=vlc + diff --git a/share/solid/vlc-openvcd.dekstop b/share/solid/vlc-openvcd.dekstop new file mode 100644 index 0000000000..4611eeb6fd --- /dev/null +++ b/share/solid/vlc-openvcd.dekstop @@ -0,0 +1,10 @@ +[Desktop Entry] +X-KDE-Solid-Predicate=[[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'VideoCd|SuperVideoCd' ]] +Type=Service +Actions=open; + +[Desktop Action open] +Name=Open with VLC media player +Exec=vlc vcd:// +Icon=vlc +