How to change to other desktop environment on VNC sessions?
http://askubuntu.com/questions/352232/how-to-change-to-other-desktop-environment-on-vnc-sessions

|
On my system I will use VNC to login. But at this time, after connect to the pc, I get the automatic login with unity desktop. What I have to do, to have gnome desktop on VNC connection instead of unity? |
||||
|
add a comment
|
|
It should be sufficient to create a suitable
For example, a minimal file for a gnome-classic session might be
The text of your-preferred-session will depend on what desktop packages you have installed - which you can check by looking in the /usr/share/xsessions directory i.e.
The
|
|||

|
Try using |
||||

浙公网安备 33010602011771号
chmod u+x ~/.vnc/xstartup? – steeldriver Oct 2 '13 at 10:29su -c "/usr/bin/vncserver -geometry 1280x1024 -depth 24" rogerUnfortunatelly i can´t check the log with the message about, because i can´t find the log which was displayed after logout. Maybe do you known which log this is? – Roger Smith Oct 2 '13 at 13:00