2014-09-22 17:03:04 +02:00
|
|
|
1) To create a right click entry in Thunar which will open the current directory with
|
|
|
|
root privileges, following custom action (Edit -> Configure custom actions) can be added:
|
|
|
|
|
|
|
|
Name: Thunar root
|
|
|
|
Description: Open directory with root privileges in Thunar
|
|
|
|
Command: xfsudo thunar %d
|
|
|
|
|
2015-04-05 07:47:01 +02:00
|
|
|
2) To create a right click entry in Thunar which will edit the current file with
|
|
|
|
root privileges, following custom action (Edit -> Configure custom actions) can be added:
|
2014-09-22 17:03:04 +02:00
|
|
|
|
|
|
|
Name: Edit as root
|
|
|
|
Description: Edit file with root privileges in gvim
|
|
|
|
Command: xfsudo gvim %f
|
|
|
|
|