[26711] in Source-Commits
Re: /svn/athena r25698 - in trunk/debathena/debathena/kiosk: .
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Mon Aug 6 15:42:08 2012
Date: Mon, 6 Aug 2012 15:42:05 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201208041547.q74FliPD008192@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1208061542020.22690@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
ACK.
-Ben
On Sat, 4 Aug 2012, Jonathan D Reed wrote:
> Author: jdreed
> Date: 2012-08-04 11:47:44 -0400 (Sat, 04 Aug 2012)
> New Revision: 25698
>
> Modified:
> trunk/debathena/debathena/kiosk/debian/changelog
> trunk/debathena/debathena/kiosk/debian/control.in
> trunk/debathena/debathena/kiosk/xinitrc
> Log:
> In kiosk:
> * Put bugme in the bottom right of the screen (Trac: #1199)
> * Bump standards-version
>
>
> Modified: trunk/debathena/debathena/kiosk/debian/changelog
> ===================================================================
> --- trunk/debathena/debathena/kiosk/debian/changelog 2012-08-04 15:45:43 UTC (rev 25697)
> +++ trunk/debathena/debathena/kiosk/debian/changelog 2012-08-04 15:47:44 UTC (rev 25698)
> @@ -1,3 +1,10 @@
> +debathena-kiosk (1.4.7) unstable; urgency=low
> +
> + * Put bugme in the bottom right of the screen (Trac: #1199)
> + * Bump standards-version
> +
> + -- Jonathan Reed <jdreed@mit.edu> Sat, 04 Aug 2012 11:47:25 -0400
> +
> debathena-kiosk (1.4.6) unstable; urgency=low
>
> * Make postinst idempotent (Trac: 770)
>
> Modified: trunk/debathena/debathena/kiosk/debian/control.in
> ===================================================================
> --- trunk/debathena/debathena/kiosk/debian/control.in 2012-08-04 15:45:43 UTC (rev 25697)
> +++ trunk/debathena/debathena/kiosk/debian/control.in 2012-08-04 15:47:44 UTC (rev 25698)
> @@ -3,13 +3,13 @@
> Priority: extra
> Maintainer: Debathena Project <debathena@mit.edu>
> Build-Depends: @cdbs@, gdm
> -Standards-Version: 3.7.2
> +Standards-Version: 3.9.1
>
> Package: debathena-kiosk
> X-Debathena-Build-For: lucid natty precise
> 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.5-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-08-04 15:45:43 UTC (rev 25697)
> +++ trunk/debathena/debathena/kiosk/xinitrc 2012-08-04 15:47:44 UTC (rev 25698)
> @@ -69,7 +69,7 @@
>
> # Launch firefox.
> if [ "$(machtype -q)" = "quickstation" ] && [ -x /usr/bin/bugme ]; then
> - bugme --fatal firefox
> + bugme --fatal --corner SE firefox
> else
> firefox
> fi
>
>