[Live-demo] Re: [OSGeo] #478: deegree start user confusion
OSGeo
trac_osgeo at osgeo.org
Wed Sep 30 23:57:56 EDT 2009
#478: deegree start user confusion
----------------------------+-----------------------------------------------
Reporter: wildintellect | Owner: live-demo at lists.osgeo.org
Type: defect | Status: new
Priority: major | Component: LiveDVD
Resolution: | Keywords: deegree launcher
----------------------------+-----------------------------------------------
Changes (by hamish):
* type: task => defect
Comment:
Hi,
just some notes on how to throw up a custom "please wait" message as part
of the script while `sleep` runs. (Zero feedback leads to the user double
clicking the icon again and again, then after the disc finally spins up 4
browsers open at once)
Currently xmessage is the only one of these programs already installed on
the live-image.
{{{
MSG="Waiting 10 seconds for service to start before launching web browser
..."
# xmessage (x11-utils pkg)
echo "$MSG" | xmessage -timeout 10 -file - &
# kdialog (kdebase-bin package)
kdialog --msgbox "$MSG" &
# gtkdialog (gtkdialog pkg)
...
# gmessage (gmessage pkg)
...
}}}
Hamish
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/478#comment:8>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Live-demo
mailing list