parent
d8486ba857
commit
625523a70d
@ -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=kdesu "kwrite" "%U"
|
Loading…
Reference in New Issue