Remote desktop - Turnkey debian - VNC - GNOME

Hi people,

!! I know this is off topic !!

But i bet i get a good answer from you guys.
First of all, what was my plan? I wanted to use my minecraft server also as remote desktop environment.

What did I try to achieve dis:

  • installed GNOME
  • installed VNCserver
  • installed tightvnc on my pc
  • tried to start it, only blank screen (but server is up and running)

now my problem is to correctly configure the /home/vnc/.vnc/xstartup file.
Currently i have following configuration, which works NOT:

`#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
exec /etc/X11/xinit/xinitrc

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

# . /etc/X11/Xsession
gnome-session --session=gnome-classic `

So please have a look ino my xstartup file and help me guys, i know you guys got dis!

Perhaps you can have a look here: https://ubuntuforums.org/showthread.php?t=1788419&p=10971302#post10971302