NullTerminator
Programmer
When starting vncserver :1 as root on FC4 i get the full set of menus from kde
When starting same as non-root the menu bar is blank. I get an error "No volume control elements and or devices found."
I've even tried adding things to the menu bar, but they dont show up.
here's my xstartup
neither geometry directive seemed to make much difference.
thanks for any help yuo can provide
Jeb
\0
When starting same as non-root the menu bar is blank. I get an error "No volume control elements and or devices found."
I've even tried adding things to the menu bar, but they dont show up.
here's my xstartup
Code:
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
# xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
# xterm -geometry 1024x768 -ls -title "$VNCDESKTOP Desktop" &
# twm &
startkde &
neither geometry directive seemed to make much difference.
thanks for any help yuo can provide
Jeb
\0