This repository has been archived on 2024-11-22 . You can view files and clone it, but cannot push or open issues or pull requests.
Glynn Foster
69e094a457
Fix for #137993. There is a chance that we'll have to revert this fix,
2004-12-07 Glynn Foster <glynn.foster@sun.com> * src/main.c: Fix for #137993. There is a chance that we'll have to revert this fix, given the comments in /etc/X11/gdm/Xsession: # Note that this should only go to zenity dialogs which always # expect utf8 gettextfunc () { if [ "x$gdmtranslate" != "x" ] ; then "$gdmtranslate" --utf8 "$1" else echo "$1" fi } So I guess we may be over a barrel with our original guarantee. Let's just change this in 2.9.x and see if anyone notices or cares enough. Patch from Leonardo Boshell <p@kapcoweb.com>.
Zen Understanding - =================== This is zenity - a rewrite of gdialog, the GNOME port of dialog which allows you to display dialog boxes from the commandline and shell scripts. If you understand, things are just as they are. If you don't understand, things are just as they are. Zen Requirements - ================== popt, scrollkeeper and intltool. gtk+-2.0, libglade-2.0, gconf-2.0 and libgnomecanvas-2.0.
Description
Languages
C
97.6%
CMake
2.2%
Shell
0.2%