[Sugar-devel] Fwd: [Test-Announce] Fedora 23 Beta Release Candidate 1 (RC1) Available Now!

2015-09-16 Thread Peter Robinson
Hi All, Fedora 23 Beta RC1 with SoaS is out, the login issue is fixed, please test test test. Direct download links: https://alt.fedoraproject.org/pub/alt/stage/23_Beta_RC1/Live/i386/Fedora-Live-SoaS-i686-23_Beta-1.iso https://alt.fedoraproject.org/pub/alt/stage/23_Beta_RC1/Live/x86_64/Fedora-Li

Re: [Sugar-devel] Simple stuff I don't know

2015-09-16 Thread James Cameron
.xsession can work, if your subshell will give Sugar time to start, then copy environment variables from the Sugar shell process, then run sugar-launch. Don't know a best awy. Some deployments have used an automatic start activity. -- James Cameron http://quozl.linux.org.au/ ___

Re: [Sugar-devel] Simple stuff I don't know

2015-09-16 Thread Martin Abente
Hey George, You could: 1) modify the sugar shell to launch it... ie., doing something similar to what was done for the welcome activity. Or... 2) use the sugar services stuff to launch the activity without having to modify sugar. I would go for the second option, and simply write a _very_ small

Re: [Sugar-devel] [road to 0.108] follow up development team meeting

2015-09-16 Thread Martin Abente
Thanks everyone for coming, the logs are evailable here [1,2]. For those who could not come, Sam submitted a patch to webkit to gain access to browse state API (if I got it right), James suggested we seriously consider taking the working telepathy-gabble version into sugar (assuming there is no re

Re: [Sugar-devel] Simple stuff I don't know

2015-09-16 Thread James Cameron
On Wed, Sep 16, 2015 at 05:47:17PM -0700, George Hunt wrote: > Thanks for the hints about timing, and environment variables. I'm > inclined to continue to explore .xsessions because I think I will > have a better chance to manipulate the mate desktop from bash, > rather than from python scripts dow