[26354] in Source-Commits
Re: /svn/athena r25532 - in trunk/debathena/debathena/kiosk: .
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Wed May 30 11:10:35 2012
Date: Wed, 30 May 2012 08:10:32 -0700 (PDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201205301506.q4UF68ej022155@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.00.1205300810310.16176@dr-wily.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK
--
Geoffrey Thomas
geofft@mit.edu
On Wed, 30 May 2012, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2012-05-30 11:06:08 -0400 (Wed, 30 May 2012)
> New Revision: 25532
>
> Modified:
> trunk/debathena/debathena/kiosk/debian/control.in
> trunk/debathena/debathena/kiosk/xinitrc
> Log:
> We don't want --debug when xinitrc calls bugme
> Depend on correct version of bugme
>
> Modified: trunk/debathena/debathena/kiosk/debian/control.in
> ===================================================================
> --- trunk/debathena/debathena/kiosk/debian/control.in 2012-05-30 14:50:35 UTC (rev 25531)
> +++ trunk/debathena/debathena/kiosk/debian/control.in 2012-05-30 15:06:08 UTC (rev 25532)
> @@ -8,7 +8,7 @@
> Package: debathena-kiosk
> Architecture: all
> Depends: ${misc:Depends}, firefox | iceweasel, metacity, unzip, adduser,
> - gdm, python, python-gtk2, python-glade2, python-dbus, sun-java6-plugin | icedtea6-plugin, debathena-bugme (>> 10.0.4-0debathena1)
> + gdm, python, python-gtk2, python-glade2, python-dbus, sun-java6-plugin | icedtea6-plugin, debathena-bugme (>= 10.0.4-0debathena1)
> Description: Starts a kiosk mode web browser on a new virtual terminal
> This package provides a tool to launch a separate X11 session, running
> a kiosk mode web browser, on a new virtual terminal. It is most useful
>
> Modified: trunk/debathena/debathena/kiosk/xinitrc
> ===================================================================
> --- trunk/debathena/debathena/kiosk/xinitrc 2012-05-30 14:50:35 UTC (rev 25531)
> +++ trunk/debathena/debathena/kiosk/xinitrc 2012-05-30 15:06:08 UTC (rev 25532)
> @@ -69,7 +69,7 @@
>
> # Launch firefox.
> if [ "$(machtype -q)" = "quickstation" ] && [ -x /usr/bin/bugme ]; then
> - bugme --debug --fatal firefox
> + bugme --fatal firefox
> else
> firefox
> fi
>
>