wok-current view pcmanfm/stuff/actions/root.desktop @ rev 20681
Down cdrtools (3.00) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 26 17:03:55 2019 +0100 (2019-01-26) |
parents | cce2b600b834 |
children | 48e8f1257eab |
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 "pcmanfm %u"