Yad: fork of zenity
Ttuuxxx and others are doing some very interesting stuff with Metacity, so I thought that I would have a play with Metacity also -- downloaded it and saw that it needs Zenity (provides GUI dialogs).But Zenity has Gnome dependencies, and I recalled that there is a fork of Zenity that only needs GTK libs, no Gnome.
I think that I saw it at gnomefiles.org, but that site has been taken offline. So... I spent the next two hours trying to find it. I also searched my archive of downloaded files. No go.
But finally, success. It's name is Yad (Yet Another Dialog):
http://code.google.com/p/yad/
Yep, compiles fine in Wary. I used this configuration:
# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-rgb=/usr/share/X11/rgb.txt
It installs executable /usr/bin/yad, so I suppose I could create 'zenity' symlink to it.
Comments:
Posted on 23 Aug 2010, 10:04 by 01mickore zenity
Have a look in the last few pages of the gtkdialog tips thread by zigbert and you will find a package compiled by technosaurus, should work ok.
Cheers
Posted on 23 Aug 2010, 10:13 by technosaurus
yad-zenity
my package has the symlink to zenity
http://www.murga-linux.com/puppy/viewtopic.php?t=58306
Posted on 23 Aug 2010, 16:05 by ttuuxxx
Zenity
lol I posted my hacked non-Gnome sources on the wrong thread, Just a bit tired from long day at work.
This still compiles fine :)
http://www.smokey01.com/ttuuxxx/other/sources/zenity-2.20.1.tar.gz
and also the metacity theme switcher clarf made
http://www.smokey01.com/ttuuxxx/other/sources/metacity-setter-1.tar.gz
ttuuxxx