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

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
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"