Add edit as root service menu to libkonq
parent
fb6cafce6a
commit
be73d75739
@ -0,0 +1,14 @@
|
|||||||
|
#################################################
|
||||||
|
#
|
||||||
|
# (C) 2013 Timothy Pearson
|
||||||
|
# kb9vqf (AT) pearsoncomputing.net
|
||||||
|
#
|
||||||
|
# Improvements and feedback are welcome
|
||||||
|
#
|
||||||
|
# This file is released under the GPL >= 2
|
||||||
|
#
|
||||||
|
#################################################
|
||||||
|
|
||||||
|
install( FILES
|
||||||
|
edit-as-root.desktop
|
||||||
|
DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus )
|
@ -0,0 +1,12 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
ServiceTypes=text/*,application/x-desktop
|
||||||
|
Actions=Editassu
|
||||||
|
|
||||||
|
[Desktop Action Editassu]
|
||||||
|
Name=Edit as Root
|
||||||
|
Name[it]=Edita come Root
|
||||||
|
Name[fr]=Editer en tant que Root
|
||||||
|
Name[es]=Editar como Root
|
||||||
|
Name[de]=Als root bearbeiten
|
||||||
|
Icon=kfm
|
||||||
|
Exec=tdesu "kwrite" "%U"
|
Loading…
Reference in New Issue