From ed014e6c9164cb3e57ec5c9bd77682deeb8100a3 Mon Sep 17 00:00:00 2001 From: Kevin Ottens Date: Fri, 29 Apr 2011 16:55:42 +0200 Subject: [PATCH] Add description for the plasma protocol We now support publicly plasma:// URLs, so add a protocol file which calls the plasma-remote-helper application to deal with such URLs. Particularly handy from the network:// ioslave which exposes Plasma remote widgets. REVIEW: 1515 --- CMakeLists.txt | 1 + data/services/plasma.protocol | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 data/services/plasma.protocol diff --git a/CMakeLists.txt b/CMakeLists.txt index d3b61fd9c..e3bbddf27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -423,6 +423,7 @@ install(FILES install(FILES data/services/plasma-applet-extenderapplet.desktop + data/services/plasma.protocol DESTINATION ${SERVICES_INSTALL_DIR}) install(FILES data/knewstuff/plasmoids.knsrc DESTINATION ${CONFIG_INSTALL_DIR}) diff --git a/data/services/plasma.protocol b/data/services/plasma.protocol new file mode 100644 index 000000000..5bc287050 --- /dev/null +++ b/data/services/plasma.protocol @@ -0,0 +1,12 @@ +[Protocol] +protocol=plasma + +exec=plasma-remote-helper %u +input=none +output=none + +Icon=plasma +Description=A protocol for Plasma services + +helper=true +Class=:internet