I will try this next time I am at the site On Monday 23 July 2007 14:46:40 Scott Balneaves wrote: > Alfred Nutile wrote: > > I think Sabayon is still rather broke for Feisty. Please let me know if > > I am wrong since I really need it to work. > > I've looked at the shell script that applies the sabayon profile, it's > /etc/X11/Xsession.d/60sabayon_apply > > Here it is, for completeness sake: > > # > # Apply the Sabayon profile for the current user (if any) > # > > if [ "x$DISABLE_SABAYON_XINITRC" = "x" ] ; then > if [ -x /usr/sbin/sabayon-apply ] ; then > /usr/sbin/sabayon-apply > fi > fi > > > Now, I think the problem is that /usr/sbin/sabayon-apply returns a > 1 retcode if there's no profile that applies to that user. > > However, I'm willing to wager that the failed retcode cacks out > the Xsession script. So, lets try this: Change the > > /usr/sbin/sabayon-apply > > line to read: > > /usr/sbin/sabayon-apply || true > > This will ensure that you'll always get a 0 exit code from this > script. > > I'd be interested if someone could try this. It seems to work here. > It's a short term simple fix, and an easy fix for gutsy. > > Scott > > -- > Scott L. Balneaves | "Eternity is a very long time, > Systems Department | especially towards the end." > Legal Aid Manitoba | -- Woody Allen
-- Alfred Nutile National Priorities Project 413.584.9556 -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
