command line - Can I open a file manager as root without using terminal in xubuntu - Ask Ubuntu


i trying launch file manager root in panel error when put sudo in front of command exo-open --launch filemanager returns error. however, if put same command in xfce terminal (not emulator) launch file manager root , works. confused

you can use gksu launching gui applications root.

install gksu terminal:

sudo apt install gksu 

after installed, can launch without terminal pressing alt+f2 , typing in:

gksu thunar 

thunar default file manager in xubuntu.

you can use pkexec launch. same above , change gksu pkexec.

pkexec thunar 

hope helps!


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu