wok-6.x view pcmanfm/stuff/actions/rootedit.desktop @ rev 21245

updated libjson-c and libjson-c-dev (0.12 -> 0.13.1)
author Hans-G?nter Theisgen
date Thu Apr 11 15:39:08 2019 +0100 (2019-04-11)
parents cce2b600b834
children
line source
1 [Desktop Entry]
2 Type=Action
3 Name=Edit as Root
4 Name[ru]=Править от имени Root
5 Icon=dialog-password
6 Profiles=file_root_edit;
8 [X-Action-Profile file_root_edit]
9 # don't show for root
10 ShowIfTrue=test $(whoami) != root
11 # for any type of text
12 MimeTypes=text/*;
13 Exec=tazbox su "editor %f"