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

updated cvs and cvs-contrib (1.11.23 -> 1.12.13)
author Hans-G?nter Theisgen
date Mon Feb 18 14:21:45 2019 +0100 (2019-02-18)
parents cce2b600b834
children 48e8f1257eab
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;
al@17294 13 Exec=tazbox su "pcmanfm %u"