wok view pcmanfm/stuff/actions/root.desktop @ rev 23007

consonance: added dependency gcc83-lib-base
author Hans-G?nter Theisgen
date Tue Mar 03 07:00:49 2020 +0100 (2020-03-03)
parents c4e9dda3e42d
children
line source
1 [Desktop Entry]
2 Type=Action
3 Name=Open Folder As Root
4 Name[ru]=Открыть папку от имени Root
5 Icon=dialog-password
6 Profiles=root_on_folder;
8 [X-Action-Profile root_on_folder]
9 # don't show for root
10 ShowIfTrue=test $(whoami) != root
11 # for folders only
12 MimeTypes=inode/directory;
13 Exec=tazbox su "eval pkexec env XAUTHORITY=$XAUTHORITY DISPLAY=$DISPLAY pcmanfm %u"