raster pushed a commit to branch master.

commit 4d4cdc967c08fcd126704ece6b2d2394b91f1b22
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Sep 4 11:46:53 2013 +0900

    if we are going to run an xinitrc - use the users file, not just system
---
 data/entrance.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/entrance.conf b/data/entrance.conf
index 1223de8..fe569f0 100644
--- a/data/entrance.conf
+++ b/data/entrance.conf
@@ -15,7 +15,7 @@ group "Entrance_Config" struct {
     /* Commands executed when starting a session */
     value "session_start" string: "/usr/bin/sessreg -a -l :0.0";
     /* Command executed when login. Warning xsession must be set to 0 */
-    value "session_login" string: "/bin/bash -login /etc/X11/xinit/xinitrc";
+    value "session_login" string: "/bin/bash -login $HOME/.xinitrc";
     /* Commands executed when exiting a session */
     value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";
 

-- 

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk

Reply via email to