zenity Questions
11
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 cod...
Shoal asked 28/10, 2009 at 3:20
2
I've got a zenity form working, but I can't find any information on initializing the entries. The Zenity help manual webpage doesn't address the issue.
For example, the example from that webpage is...
Monadism asked 4/3, 2014 at 4:16
2
My goal is to create a gtk progress bar with the output of HandBrakeCLI using zenity --progress. I've ran into some snags and I'm wondering if someone knows of a better way or can help me with what...
1
I have script that sftp files . i would like to display a progress bar showing the transfer of the files
sftp -o StrictHostKeyChecking=no [email protected] << !
cd offload
put /media...
5
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 po...
0
I see that zenity can pick calendar dates with the --calendar option.
Is there a way to get it to prompt for a time too? I've looked through the manual and it seems like it doesn't. And if that's ...
Thimble asked 5/11, 2015 at 20:56
4
Solved
I've written a simple script that uses 7zip to backup a directory. Everything works, but now I wanted to add some graphical feedback to it, adding a progress bar. I know that I can do this with zen...
Hohenlohe asked 21/12, 2012 at 17:48
1
Solved
I'm trying to show some mediainfo output in a Zenity dialog, using mediainfo 00000.MTS | zenity --text-info
and here's there result. As the image shows, the text is badly formatted because of space...
Unification asked 20/10, 2014 at 18:8
2
Solved
Im pretty new to zenity and bash. Im trying to make file selection window that will display only the ones with .ogg, .aac and .wav extension. I tried this, but it doesn't work.
option=`zenity --f...
Azazel asked 28/4, 2013 at 19:44
1
Solved
I can control the size of a zenity window with the --width and the --height arguments:
$ zenity --info --text="This is an information box." --width=600 --height=400
Is there a way to control the...
Seritaserjeant asked 14/8, 2013 at 14:45
2
Solved
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
haven't found a way to get rid ...
Marler asked 5/2, 2011 at 14:30
1
Solved
I have a command like this:
sftp user@host <<EOF
put file.txt
exit
EOF
Now I'd like to pipe the output of that to zenity --progress, but I can't find a place to put it.
# SFTP doesn't wo...
5
Solved
1
Solved
3
Solved
I'm writing a graphical URI handler for git:// links with bash and zenity, and I'm using a zenity 'text-info' dialog to show git's clone output while it's running, using FIFO piping. The script is ...
Prat asked 31/10, 2010 at 11:8
1
© 2022 - 2024 — McMap. All rights reserved.