Hi all I recently updated E16 and entrance, and when I updated entrance, I added E16-related stuff to build_config.sh.in in e/trunk/entrance/data/config:
ecore_config -c $DB -k /entrance/session/1/session -s "E17" ecore_config -c $DB -k /entrance/session/1/title -s "E17" ecore_config -c $DB -k /entrance/session/1/icon -s "enlightenment.png" ecore_config -c $DB -k /entrance/session/2/session -s "E16" ecore_config -c $DB -k /entrance/session/2/title -s "E16" ecore_config -c $DB -k /entrance/session/2/icon -s "enlightenment.png" Both of them were successfully built after that. And then I selected "E16" and logged in through entrance. As a result E16 may start up, but entrance doesn't run /etc/X11/xdm/Xsession, resulting in skipping $HOME/.xsession. Though I intended to have given just a string "E16" to the session name for entrance, it seems to recognize the string as one with some path and run E16 directly without using /etc/X11/xdm/Xsession. So I tried replacing the session name in entrance_config.cfg with "DR16": /entrance/session/2/session string "DR16" /entrance/session/2/title string "DR16" and logged in again. This works fine. This time E16 session is started up through /etc/X11/xdm/Xsession and $HOME/.xsession. But I'm not sure Why entrance run E16 directly without using /etc/X11/xdm/Xsession when its session name is "E16". Any ideas? Regards. --Yasufumi ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
