Re: Suggestion: notify when programs finish
- From: Miguel de Icaza <miguel nuclecu unam mx>
- To: rhult hem2 passagen se
- CC: gnome-list gnome org
- Subject: Re: Suggestion: notify when programs finish
- Date: Thu, 24 Sep 1998 13:43:00 -0500
> frenzy> cd gnome-libs
> frenzy> gnotify make
You can use this shell function:
gnotify()
{
$*
gnome-dialog --title 'your stuff finished' --msgbox \
"your command $* finished" 8 60
}
This code works both in X windows and in a plain tty (ie, gnome-dialog
can use curses).
miguel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]