gksudo
Friday, November 16th, 2007When you have prompted with a message state : You need to have root privileges , when opened an application. There are few ways actually to deal with this,
- type $ sudo application_name , to run under root user
- type $ gksudo > a screen will display which you may type the application launch command
- right click on application properties > Launchers > add gksudo at the command field there. When execute the application next time, it will run under root privileges
Thats it if have some application that require root privileges to do something.