[Desktop Entry] Encoding=UTF-8 Actions=YouTubeFetch;YouTubeFetchPlay;YouTubeStream Icon= ServiceTypes=all/allfiles X-KDE-Submenu=YouTube [Desktop Action YouTubeFetch] Exec=kdialog --getsaveurl ~ | sed 's/^file:\/\///' | xargs youtube-watch %U -o | grep 'Video data saved to' | awk '{print} END {print 20}' | xargs -d\n kdialog --title 'YouTube Download' --passivepopup Name=Fetch movie [Desktop Action YouTubeFetchPlay] Exec=kdialog --getsaveurl ~ | sed 's/^file:\/\///' | xargs youtube-watch -e kplayer %U -o | grep 'Video data saved to' | awk '{print} END {print 20}' | xargs -d\n kdialog --title 'YouTube Download' --passivepopup Name=Fetch movie and play [Desktop Action YouTubeStream] Exec=youtube-watch -e kplayer -s %U Name=Stream movie