PDA

View Full Version : Images inside zenity



srirammurali
October 10th, 2006, 07:01 AM
i am just starting with zenity and scripting and working on a small script that shows user details along with some other customized details. is there any way by which i can get the user's display image displayed inside a zenity script ?

3rdalbum
October 10th, 2006, 08:18 AM
It might be more appropriate to use something like GTKDialog for this - you can find it in the repositories. The <pixmap> tag can display images.

d3v1150m471c
April 26th, 2010, 10:55 AM
It might be more appropriate to use something like GTKDialog for this - you can find it in the repositories. The <pixmap> tag can display images.

How would one go about displaying an image on the screen with gtkdialog?