I\'m trying to making a small monitor to a program called showbf that print an updating itself every a certain amount of time.
In linux I want to run a gnome zenity progress bar window from PHP.How zenity works is like this: linux-shell$ zenity --display 0:1 --progress --text=\'Backing up\' --percentage=0
Currently developing a small bash script, my needs are a progress bar that doesn\'t come with a cancel button. I have been looking into the zenity progress bar, but
I\'m using zenity to post a simple notification when my spam-filter daemon filters a group of messages.Currently this message is posted to the middle of the screen, which is obtrusive.I want to post i
I want the simplest possible way to pop up simple dialogs in Python scripts.Ideally, the solution would: