Please let me revise the patch with the attachment again. % diff 0210.im.diff.bak2 0210.im.diff 14c14 < @@ -80,26 +80,39 @@ --- > @@ -80,26 +80,43 @@ 21c21,23 < + if [ -x /usr/bin/iiimx ] ; then --- > + if [ "x$LANG" = "xC" ] ; then > + im_module= > + elif [ -x /usr/bin/iiimx ] ; then 27a30 > -export GTK_IM_MODULE 29c32,34 < export GTK_IM_MODULE --- > +if [ "x$GTK_IM_MODULE" != x ] ; then > + export GTK_IM_MODULE > +fi
Thanks, fujiwara (03/19/10 15:25), FU Ning-san wrote: > Hi, > > Below is the fix for d.o.o. #14989 -- gnome-terminal still looking for > absent iiim. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0210.im.diff Type: text/x-patch Size: 1741 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/jds-review/attachments/20100319/90a89482/attachment.bin>
