PDA

View Full Version : [SOLVED] sh indication message



onyxwolf
October 6th, 2009, 03:30 PM
I want to produce a message like the new mail message evolution puts out (one that pops up in the corner and goes away by itself), and was wondering if anyone knew of a sh/bash script way of doing it. The same box and style message is given by my sensors-applet (2.2.1), so I know its possible-- I just don't know if its heavy programing or a simple Zenity style program that outputs it.

No I'm not looking for zenity. Mainly because I don't want to have to press ok to get rid of it (unless there's a way to conf that specific zenity message to pop-up and go away on its own). Sorry, probably a new thread for old question.

onyxwolf
October 9th, 2009, 11:16 PM
*Bump*

ST3ALTHPSYCH0
October 9th, 2009, 11:52 PM
Dunno if this helps, but I ran across it:

http://ubuntuforums.org/showthread.php?t=876618

onyxwolf
October 10th, 2009, 12:22 AM
That was perfect thank you the libnotify-bin package with the notify-send is EXACTLY what I was looking for!!!
For future reference:
sudo apt-get install libnotify-bin ##repository http://us.archive.ubuntu.com jaunty/universe
notify-send "put message here!"

Again thank you and great catch!

ST3ALTHPSYCH0
October 10th, 2009, 01:12 AM
dumb luck, i just googled popup message in ubuntu. But you're welcome none the less. :D

onyxwolf
October 10th, 2009, 04:09 AM
Cool! I didn't even think of adding popup until I edited it this afternoon. I didn't even think to google the popup. one of those duh, moments.

ST3ALTHPSYCH0
October 10th, 2009, 04:21 AM
Don't feel bad, my very first post to the forums was a duh instance, a simple forgotten space in a command line.