wok annotate pcmanfm/stuff/actions/rootedit.desktop @ rev 17303

pcmanfm: edit actions.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 31 18:33:48 2014 +0200 (2014-10-31)
parents cce2b600b834
children
rev   line source
al@17294 1 [Desktop Entry]
al@17294 2 Type=Action
al@17294 3 Name=Edit as Root
al@17294 4 Name[ru]=Править от имени Root
al@17294 5 Icon=dialog-password
al@17294 6 Profiles=file_root_edit;
al@17294 7
al@17294 8 [X-Action-Profile file_root_edit]
al@17303 9 # don't show for root
al@17303 10 ShowIfTrue=test $(whoami) != root
al@17303 11 # for any type of text
al@17294 12 MimeTypes=text/*;
al@17303 13 Exec=tazbox su "editor %f"