wok annotate pcmanfm/stuff/actions/root.desktop @ rev 21775

updated pcmanfm/stuff/actions/root.desktop
author maniac
date Wed Jul 10 23:26:20 2019 +0300 (2019-07-10)
parents c4e9dda3e42d
children
rev   line source
al@17294 1 [Desktop Entry]
al@17294 2 Type=Action
al@17294 3 Name=Open Folder As Root
al@17294 4 Name[ru]=Открыть папку от имени Root
al@17294 5 Icon=dialog-password
al@17294 6 Profiles=root_on_folder;
al@17294 7
al@17294 8 [X-Action-Profile root_on_folder]
al@17303 9 # don't show for root
al@17294 10 ShowIfTrue=test $(whoami) != root
al@17303 11 # for folders only
al@17303 12 MimeTypes=inode/directory;
maniac@21775 13 Exec=tazbox su "eval pkexec env XAUTHORITY=$XAUTHORITY DISPLAY=$DISPLAY pcmanfm %u"