Changes

From Amahi Wiki
Jump to: navigation, search
m
Added tips and tricks for starting super user level graphical programs
* To start the VNC just type the following into a terminal (using something like [[Key-based SSH Logins With Putty|Putty]]. This will start a new VNC session.
{{Code|vncserver}}
 
=Tips and Tricks =
 
VNC does not respect the normal rules of elevating the current user through the use of entering the admin password. The only way to run many graphical programs that require the super user is to open a command line terminal within the VNC session and start the program with the "sudo" command. Two programs that may come in handy that work in this fashion are gparted and Synaptic Package Manager.
 
To start gparted:
 
In a VNC terminal window type:
 
{{Code|
Code = sudo gparted
}}
 
To start Synaptic Package Manager:
 
In a VNC terminal window type:
 
{{Code|
Code = sudo synaptic
}}