gdm r6398 - in branches/gnome-2-20: . config



Author: bcameron
Date: Thu Aug 21 02:07:32 2008
New Revision: 6398
URL: http://svn.gnome.org/viewvc/gdm?rev=6398&view=rev

Log:
2008-08-05 Brian Cameron <brian cameron sun com>

        * config/Xsession.solaris:  Minor patch for data/Xsession.solaris
          so that input methods work.  Patch by Takao Fujiwara
          <Takao Fujiwara sun com>.  Fixes bug #547549.


Modified:
   branches/gnome-2-20/ChangeLog
   branches/gnome-2-20/config/Xsession.solaris

Modified: branches/gnome-2-20/config/Xsession.solaris
==============================================================================
--- branches/gnome-2-20/config/Xsession.solaris	(original)
+++ branches/gnome-2-20/config/Xsession.solaris	Thu Aug 21 02:07:32 2008
@@ -26,3 +26,8 @@
   export LANGUAGE=zh:zh_CN.EUC
 fi
 
+#Startup Input methods (SCIM->XIM)
+if [ -f /etc/scim/xsession ]; then
+       . /etc/scim/xsession
+fi
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]