[26699] in Source-Commits
/svn/athena r25698 - in trunk/debathena/debathena/kiosk: . debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Sat Aug 4 11:47:45 2012
Date: Sat, 4 Aug 2012 11:47:44 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208041547.q74FliPD008192@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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