ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/misc/entrance.git/commit/?id=ac53c173dd9546222547d2d3ab29c6a2ccae5bc8
commit ac53c173dd9546222547d2d3ab29c6a2ccae5bc8 Author: Andy Williams <[email protected]> Date: Mon May 5 21:51:56 2014 +0100 Fix a typo --- data/entrance.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/entrance.conf.in b/data/entrance.conf.in index 6ee4eba..3e0fa36 100644 --- a/data/entrance.conf.in +++ b/data/entrance.conf.in @@ -15,7 +15,7 @@ group "Entrance_Config" struct { /* Commands executed before starting a session */ value "session_start" string: "/usr/bin/sessreg -a -l :0.0"; /* Commands executed to launch a session */ - value "session_start" string: "@sysconfdir@/entrance/Xsession"; + value "session_login" string: "@sysconfdir@/entrance/Xsession"; /* Commands executed when exiting a session */ value "session_stop" string: "/usr/bin/sessreg -d -l :0.0"; --
