Commit: Fix minor breakage (was Re: [sabayon] SABAYON PROBLEM)



On 4/10/06, Sasa Ostrouska <casaxa gmail com> wrote:
> Sorry its again me, I forgot to install gamin. So this is what I get
> with gamin installed:
> ..

My curiousity got the better of me this evening, so I took a look at
this. Turns out something rather broken got committed accidentally to
config.py.in last week. I took the liberty of reverting the checkin.
Patch attached.

In other news, Sabayon seems to not be playing that nicely with my
experimental ubuntu dapper install even after the aforementioned fix
(I can't logout, and the debug spew seems a little off from how it was
4 months or so ago..). I'll take a closer look when I get the chance.

--
William Lachance
wrlach gmail com
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/sabayon/ChangeLog,v
retrieving revision 1.329
diff -u -p -u -r1.329 ChangeLog
--- ChangeLog	5 Apr 2006 12:15:21 -0000	1.329
+++ ChangeLog	11 Apr 2006 05:50:53 -0000
@@ -1,3 +1,7 @@
+2006-04-11  William Lachance  <wrlach gmail com>
+
+	* lib/config.py.in: Fix breakage.
+	
 2006-04-05  Pema Geyleg  <pema geyleg gmail com>
 
 	* configure.ac: Added dz (Dzongkha) to ALL_LINGUAS.
Index: lib/config.py.in
===================================================================
RCS file: /cvs/gnome/sabayon/lib/config.py.in,v
retrieving revision 1.50
diff -u -p -u -r1.50 config.py.in
--- lib/config.py.in	22 Mar 2006 10:57:26 -0000	1.50
+++ lib/config.py.in	11 Apr 2006 05:50:53 -0000
@@ -54,8 +54,7 @@ NOLOGIN_SHELL = "/sbin/nologin"
 SKEL_HOMEDIR  = "/etc/skel"
 
 XNEST_ARGV   = [ "@XNEST_PATH@", "-terminate", "-audit", "0", "-nolisten", "tcp" ]
-#SESSION_ARGV = [ "@XSESSION@", "@SESSION_NAME@" ]
-SESSION_ARGV = [ "/home/alex/bin/jhbuild", "-f", "/home/alex/.jhbuildrc", "run", "@XSESSION@", "gnome" ]
+SESSION_ARGV = [ "@XSESSION@", "@SESSION_NAME@" ]
 USERMOD_ARGV = [ "/usr/sbin/usermod" ]
 
 PANEL_KEY_BASE = "/apps/panel"




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]