*noise* cmak to enlightenment, can you read me?

im trying to find _the_ .xinitrc for starting enlightenment with all the kde 
stuff in the background and have not found it yet...

this is how i start enlightenment in my xinitrc (includes stuff from 
"startkde"):

lnusertemp tmp >/dev/null
lnusertemp socket >/dev/null
lnusertemp >/dev/null
dcopserver_shutdown
export KDEWM=/opt/lunar/enlightenment/bin/enlightenment
export KDE_FULL_SESSION=true
export KDE_MALLOC=1
export KDE_MULTIHEAD=true
LD_BIND_NOW=true kdeinit +kcminit &
kwrapper ksmserver -w $KDEWM

problem with this is that i cannot use "Exit Enlightenment" from the menu to 
exit the X-session (ksmserver is the session manager).

on the other side, if i dont use the ksmserver to launch elightenment (last 
line above contains "enlightenment" only), then kde wont start its 
screensaver and on session exit no session-cleanup (ie /tmp/kde-*) happens.

i could wait for enlightenment to exit and then run the cleanup manually like 
this:

...
LD_BIND_NOW=true kdeinit +kcminit &
enlightenment
# Clean up
kdeinit_shutdown
dcopserver_shutdown --wait
artsshell -q terminate

but still i wouldnt have the kde-screensaver.

so...anyone found a way to run kde in enlightenment correctly?

over *noise*


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to