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
This commit is contained in:
parent
6ebff42e6d
commit
ed014e6c91
@ -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})
|
||||
|
12
data/services/plasma.protocol
Normal file
12
data/services/plasma.protocol
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user