-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 On Fri, Jun 19, 2009 at 02:47:33PM -0700, Vagrant Cascadian wrote: >thanks for updating sdm to use zenity! it's rekindled my interest in >this simple login manager. > >one small, though significant, bug leaves the login screen without a >place to enter in the username. the following patch seems to fix it for >me: > >--- 1001_use_zenity_not_Xdialog.patch.orig 2009-06-19 14:07:28.000000000 >-0700 >+++ 1001_use_zenity_not_Xdialog.patch 2009-06-19 14:08:26.000000000 -0700 >@@ -71,7 +71,7 @@ > - --cancel-label shutdown --inputbox \ > - "$login_text" 0 0 "") > + if [ -x "$(which zenity)" ]; then >-+ user=$(zenity --question --title="login" $icon --ok-label="login" \ >++ user=$(zenity --entry --title="login" $icon --ok-label="login" \ > + --cancel-label="shutdown" \ > + --text="$login_text")
Good catch! >since the zenity patch is so large, would you be interested in a new >upstream version, with your patches applied? Even if it weren't large, I would still appreciate and active upstream - so if my patching helped boost your interest in this, I am quite delighted :-) So please do release a new upstream tarball. I shall then readd its location as then I guess the upstream project isn't quite dead after all. Excellent :-D - Jonas - -- * Jonas Smedegaard - idealist og Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEAREDAAYFAko8FYkACgkQn7DbMsAkQLhmQACfYiSK/jpEeFKkUYhvSUPepoFh HFIAniE+wCls34YZlTnzvzvwhBokytTZ =XwUV -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

