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

Up gparted (0.31.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 19 23:12:07 2018 +0100 (2018-03-19)
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"