hello,

I have installed rpms for Windowmaker and Enlightenment, which I downloaded
from the web.

I am using kdm as a display manager. now I want to start Windowmaker and
Enlightenment
form kdm.

I added the some lines to /etc/X11/xdm/Xsession, which you can see at the at
of the following listening:
-----------------------
case $# in
1)
    case $1 in
    failsafe)
        exec xterm -geometry 80x24-0-0
        ;;
    gnome)
        exec gnome-session
        ;;
    kde)
        exec startkde
        ;;
    anotherlevel)
        # we assume that switchdesk is installed.
        exec /usr/share/apps/switchdesk/Xclients.anotherlevel
        ;;

    #### added by me
    enlightenment)
        # we assume that switchdesk is installed.
        exec /usr/bin/enlightenment
        ;;
    windowmaker)
        # we assume that switchdesk is installed.
        exec /usr/X11R6/bin/wmaker
        ;;
    esac
esac
-----------------------------------

this works quite good, I can start both from kdm, but one problem ist,
that the kde file manager (kfm) is also starting and I see all the icons
from kde on my windowmaker and enlightenment desktop

does anybody know, which file I have to change in order not
to start kfm????


thanks a lot




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to