Jump to content

changing WM in KDE 3.2 (mdk10 OE)


PMo6022
 Share

Recommended Posts

I would like to use enlightenment 16 as my window manager in KDE 3.2. I've read that it is possible (see http://www.mandrakeusers.org/index.php?showtopic=16264 ), which says, "For a WM, GNOME uses Metacity by default and KDE inludes its own KWin. This WM can be changed. "

 

I've played around with enlightenment a little, and would like to try it as the wm in KDE. I really have no idea where to start with this, other than installing enlightenment, which I've done (version 0.16.6-2) Any help is appreciated!

 

Thanks.

Link to comment
Share on other sites

Ok, I found the KDEWM part of the startkde script..see below. I'm not sure exactly what I need to change, though.

 

# finally, give the session control to the session manager
# if the KDEWM environment variable has been set, then it will be used as KDE's
# window manager instead of kwin.
# if KDEWM is not set, ksmserver will ensure kwin is started.
# kwrapper is used to reduce startup time and memory usage
# kwrapper does not return usefull error codes such as the exit code of ksmserver.
# We only check for 255 which means that the ksmserver process could not be 
# started, any problems thereafter, e.g. ksmserver failing to initialize, 
# will remain undetected.
test -n "$KDEWM" && KDEWM="--windowmanager $KDEWM"
kwrapper ksmserver $KDEWM 
if test $? -eq 255; then
 # Startup error
 echo 'startkde: Could not start ksmserver. Check your installation.'  1>&2
 xmessage -geometry 500x100 "Could not start ksmserver. Check your installation."
fi

 

Thanks.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...