On Feb 6, 2008 8:15 AM, Randy Dunlap <[EMAIL PROTECTED]> wrote: > > It'd be nice if there were some utility xdg-dialog that > > unified the various xmessage replacements out there, > > and handled this use case nicely, > > without going overboard. > > There's Xdialog. Is that too simplistic for what you are doing?
Xdialog depends on gtk, so it's kind of part of gnome; gnome seems to have moved on to zenity, as zenity is installed by default on my system, but Xdialog isn't. http://directory.fsf.org/project/zenity/ But zenity isn't installed by default on KDE systems; the equivalent there seems to be kdialog. And on non-KDE, non-Gnome systems, xmessage seems to be what's universally available. But building an xdg-dialog on top of those three would be ugly and fragile, as my attempt demonstrates. This is making me wonder if I've finally found a use case for dapi ... - Dan _______________________________________________ Desktop_architects mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/desktop_architects
