vnc gui not showing up
Why dont i get my wonderful GUI?
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
gnome-session &
i have tried removing the x-window-manager
I noticed when i try typing gnome-session & i get
sc@debian:~$ Failed to run gconf-sanity-check-2: Failed to execute child process "/usr/lib/libgconf2-4/gconf-sanity-check-2" (No such file or directory)
gnome-session: you're already running a session manager
any ideas?
Also why cant I access it via the internet. I tried it using a web based proxifier and they all couldn't access the java applet despite I opened port 5801 and it is instance 1 i want to connect to. But when i type 192.168.0.2:5801 into my browser it work fine.
why?
Last edited by linuxmandrake; 11-25-2005 at 01:16 PM.
|