Jump to content

VNC Desktop


Ronin
 Share

Recommended Posts

Just got my act together tonight to install and set up vncserver on my desktop and it works great.

 

However, and isn't there always a however, it defaults to KDE and while I have no problems with KDE for VNC I'd prefer a less CPU etc intense WM like perhaps Fluxbox.

 

Is there a way that I've missed to change the default WM that it uses?

 

Thanks

Link to comment
Share on other sites

To get fluxbox to start as the default wm in a vnc session I had to add the line exec fluxbox to the ~/.vnc/xstartup file so that it looks as follows.

 

#!/bin/sh

 

# Mandrake Linux VNC session startup script

# exec /etc/X11/xinit/xinitrc

exec fluxbox

 

 

I haven't tried this with any other wm but it should work for the rest as well.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...