Re: Discussion - https://help.ubuntu.com/community/ThunarCustomActions
A nice simple one
Nano as Root
Code:
xfce4-terminal -e "sudo nano %f"
you could add your password to cut out having to type it (not secure):
Code:
xfce4-terminal -e "echo "yourpasswd" | sudo -S nano %f"
Last edited by Merrattic; September 3rd, 2012 at 01:40 AM.
The best things in life are free, so what are we paying for?