-1

Currently i'm installing a gui on my vps but i can't seem to get the actual desktop layout like it should be in vnc.

in installed (sudo apt-get install) these things: ubuntu-desktop, gdm, tightvncserver

when i login a only get a cmd box in the theme of gnome.. there is no start-menu or anything like that. How do i fix this? My current ~/.vnc/xstartup file is: [code]#!/bin/sh

Uncomment the following two lines for normal desktop:

unset SESSION_MANAGER

exec /etc/X11/xinit/xinitrc

gnome-session --session=gnome-classic &

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & x-window-manager & gnome-session & [/code]

The reason i want a GUI is because i want to be able to view the live cmd of a java service. The cmd prints (in windows) who has been logged in on the server (from a game i run).

Thanks in advance.

Community
  • 1
  • 1
deKeijzer
  • 480
  • 5
  • 21

1 Answers1

0

try

sudo apt-get install vino

you can configure it with

vino-preferences
drkunibar
  • 1,327
  • 1
  • 7
  • 7