2
votes
8answers
246 views
What’s the simplest cross-platform way to pop up graphical dialogs in Python?
I want the simplest possible way to pop up simple dialogs in Python scripts. Ideally, the solution would:
Work on Windows, OS X, Gnome, KDE
Look like a native dialog on any OS
Require minimal code
…
1
vote
1answer
22 views
How can my shell script control the placement of a zenity window?
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 …
0
votes
2answers
218 views
Shell Script with Zenity
Using Zenity is possible to add buttons,change fonts ,anything besides default options?
If not,there's another dialog for sh that allows more customizing?
