[26414] in Source-Commits
Re: /svn/athena r25553 - in trunk/debathena/debathena/kiosk: . debian
daemon@ATHENA.MIT.EDU (Jonathan Reed)
Sun Jun 3 15:11:23 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.GSO.1.10.1206031457390.18441@multics.mit.edu>
Date: Sun, 3 Jun 2012 15:11:21 -0400
Cc: source-commits@MIT.EDU
Message-Id: <DAABC554-7E23-489D-834D-51ECDA32358C@MIT.EDU>
To: Benjamin Kaduk <kaduk@MIT.EDU>
Content-Transfer-Encoding: 8bit
>> + "This machine is currently taking an update and the kiosk browser can't be launched. Please try again later.")
>
> Do we want newlines in the string or does it wrap automatically?
It wraps.
>
>> + errDlg.run()
>> + errDlg.destroy()
>
> Any idea how hard it would be to put a timeout on the lifespan of errDlg?
> I am envisioning someone trying to run the kiosk on a machine taking updates and just leaving the error dialog up until the next person walks by.
> I suppose DIALOG_DESTROY_WITH_PARENT could help us out ... but we set Parent=None?
Hrm, setting the parent is probably the right answer, we could do that. But really, this is no different than "someone left the machine at the password prompt" and is easy to recover from.
-Jon