Thread: xstartup issues while using vncviewer
i have installed vnc4server, when use vncviewer shows me grey screen , nothing else.
xstartup file
!/bin/sh
# uncomment following 2 lines normal desktop:
# unset session_manager
# exec /etc/x11/xinit/xinitrc
#[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
#[ -r $home/.xresources ] && xrdb $home/.xresources
#—————————–
#!/bin/sh
# uncomment following 2 lines normal desktop:
unset session_manager
#gnome-session &
x-window-manager &
# exec /etc/x11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
#[ -x $home/.vnc/xstartup ] && exec $home/.vnc/xstartup
[ -r $home/.xresources ] && xrdb $home/.xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80×24+10+10 -ls -title “$vncdesktop desktop” &
#twm &
please point me wrong
which version/flavour of ubuntu using?
maybe x-window-manager isn't starting window manager. try commenting out line:and add @ end of file:x-window-manager &(assuming gnome window manager)code:gnome-session &
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] xstartup issues while using vncviewer
Ubuntu
Comments
Post a Comment