Last active
March 7, 2016 13:16
-
-
Save rhoconlinux/1e77cb04420b2ccd9893 to your computer and use it in GitHub Desktop.
open-as-root-pcmanfm.desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Desktop Entry] | |
| Type=Action | |
| Tooltip=Open Folder As Root | |
| Name=Open Folder As Root | |
| Profiles=profile-zero; | |
| Icon=gtk-dialog-authentication | |
| [X-Action-Profile profile-zero] | |
| MimeTypes=inode/directory; | |
| Exec=/usr/bin/gksu /usr/bin/pcmanfm %u | |
| Name=Default profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment