[26350] in Source-Commits

home help back first fref pref prev next nref lref last post

Re: /svn/athena r25526 - in trunk/debathena/debathena/kiosk: . debian

daemon@ATHENA.MIT.EDU (Jonathan Reed)
Wed May 30 11:06:32 2012

Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <alpine.DEB.2.00.1205300802210.16176@dr-wily.mit.edu>
Date: Wed, 30 May 2012 11:06:28 -0400
Cc: source-commits@MIT.EDU
Message-Id: <17F3968E-DF5A-4A0B-8196-C42944D8686A@mit.edu>
To: Geoffrey Thomas <geofft@MIT.EDU>
Content-Transfer-Encoding: 8bit

Correct.  Fixed.

On May 30, 2012, at 11:02 AM, Geoffrey Thomas wrote:

> You probably don't want --debug there?
> 
> -- 
> Geoffrey Thomas
> geofft@mit.edu
> 
> On Tue, 29 May 2012, Jonathan D Reed wrote:
> 
>> Author: jdreed
>> Date: 2012-05-29 21:21:30 -0400 (Tue, 29 May 2012)
>> New Revision: 25526
>> 
>> Modified:
>>  trunk/debathena/debathena/kiosk/debian/changelog
>>  trunk/debathena/debathena/kiosk/xinitrc
>> Log:
>> In kiosk:
>> * Terminate kiosk sessions after 15 minutes.  Patch from Luke Faraone
>> 
>> 
>> Modified: trunk/debathena/debathena/kiosk/debian/changelog
>> ===================================================================
>> --- trunk/debathena/debathena/kiosk/debian/changelog	2012-05-30 01:20:09 UTC (rev 25525)
>> +++ trunk/debathena/debathena/kiosk/debian/changelog	2012-05-30 01:21:30 UTC (rev 25526)
>> @@ -1,3 +1,9 @@
>> +debathena-kiosk (1.4.5) UNRELEASED; urgency=low
>> +
>> +  * Terminate kiosk sessions after 15 minutes.  Patch from Luke Faraone
>> +
>> + -- Jonathan Reed <jdreed@mit.edu>  Tue, 29 May 2012 21:21:22 -0400
>> +
>> debathena-kiosk (1.4.4) unstable; urgency=low
>> 
>>  * Support FF 6
>> 
>> Modified: trunk/debathena/debathena/kiosk/xinitrc
>> ===================================================================
>> --- trunk/debathena/debathena/kiosk/xinitrc	2012-05-30 01:20:09 UTC (rev 25525)
>> +++ trunk/debathena/debathena/kiosk/xinitrc	2012-05-30 01:21:30 UTC (rev 25526)
>> @@ -68,7 +68,12 @@
>> cp "$chrome" "$profdir/chrome/userChrome.css" || exit 1
>> 
>> # Launch firefox.
>> -firefox
>> +if [ "$(machtype -q)" = "quickstation" ] && [ -x /usr/bin/bugme ]; then
>> +    bugme --debug --fatal firefox
>> +else
>> +    firefox
>> +fi
>> 
>> +
>> # Clean up.
>> rm -rf .mozilla
>> 
>> 



home help back first fref pref prev next nref lref last post