LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Xwindows setting for VNCserver? (https://www.linuxquestions.org/questions/linux-general-1/xwindows-setting-for-vncserver-113/)

pmlabrier 09-25-2000 03:15 AM

I have installed VNC on my Caldera Server. It works, but it only allows me a very plain Xfree session, how do I tell it to use KDE or Gnome?

Thanks,

Paul LaBrier

ctdp 09-25-2000 08:24 PM

X Configuration
 
Make a file, $HOME/.desktop, and put the string "KDE" or "GNOME" in it depending on the user's preferred X manager.

For information on this procedure and more on how X works see:
http://ctdp.tripod.com/os/linux/howl...rks/index.html
See the section 34, "How X works" under the header "How to set up X managers for different users". It explains how to set it up for various users and how to set the system settings.


Also the Linux User's guide at:
http://ctdp.tripod.com/os/linux/usersguide/index.html
Item 42 describes the installation and use of VNC with X.

Let me know if this helps and how much.

Thanks

kryliss 12-19-2000 12:25 PM

The way that I have my vnc xstartup is as follows

#1/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
#xterm -geometry 80X24+10+10 -ls -title "$VNCSESKTOP Desktop" &
#twm &

startkde &


All times are GMT -5. The time now is 12:48 AM.