Posts:
63
From:
CZ
Registered:
12/16/05
|
|
|
|
porting SCIM to OpenSolaris - pre integration testing
Posted:
Jul 16, 2008 2:11 AM
|
|
Hello test group,
let me announce these days we are testing SCIM input method framework.
About the project: This project is to integrate SCIM (www.scim-im.org) and its various IMEs (input method engines) to Solaris Nevada and OpenSolaris. This is mainly targeted for Asian users (Chinese, Japanese, Korean, Indian,Thai etc ...), but there is also Russian and Arabic input included.
You can download and install test packages in two ways: 1. download from http://sunvirtuallab.com:34002/sol10n, those are svr4 packages - use pkgadd/pkgrm to install/uninstall the packages. 2. install form our test repository http://pkg.sunvirtuallab.com : pkg:/SUNWlibdatrie@0.5.11,5.11-0.93:20080715T051310Z pkg:/SUNWlibthai@0.5.11,5.11-0.93:20080715T051719Z pkg:/SUNWscim@0.5.11,5.11-0.93:20080715T052043Z pkg:/SUNWscim-bridge@0.5.11,5.11-0.93:20080715T053115Z pkg:/SUNWscim-anthy@0.5.11,5.11-0.93:20080715T053235Z pkg:/SUNWscim-chewing@0.5.11,5.11-0.93:20080715T053420Z pkg:/SUNWscim-hangul@0.5.11,5.11-0.93:20080715T053726Z pkg:/SUNWscim-tables@0.5.11,5.11-0.93:20080715T053853Z pkg:/SUNWscim-pinyin@0.5.11,5.11-0.93:20080715T055058Z pkg:/SUNWscim-sunpinyin@0.5.11,5.11-0.93:20080715T055532Z pkg:/SUNWscim-thai@0.5.11,5.11-0.93:20080715T060841Z
$ pkg set-authority -O http://pkg.sunvirtuallab.com sunvirtuallab $ pfexec pkg install pkg://sunvirtuallab/SUNWscim
======================================================== TEST INSTRUCTION: Note, please test with gdm display manager.
$ echo "GTK_IM_MODULE=scim" >> $HOME/.profile $ echo "export GTK_IM_MODULE" >> $HOME/.profile
And apply the following patch to /etc/X11/gdm/Xsession,
--- Xsession Wed Jul 9 13:39:15 2008 +++ Xsession.new Wed Jul 9 13:40:06 2008 @@ -220,6 +220,10 @@ if [ -f /etc/iiim/xsession ]; then . /etc/iiim/xsession fi +#Startup Input methods (SCIM->XIM) +if [ -f /etc/scim/xsession ]; then + . /etc/scim/xsession +fi #Startup XIM stuff if [ "x$XMODIFIERS" = "x" ]; then if [ -f "$HOME/.xim" ]; then
=========================================================== 1. scim daemons, scim-panel-gtk, and switcher (on notification area) are launched after you login via gdm 2. ctrl+sapce could activate the input method, and the panel pops up 3. you could select the input method from the list on panel, and it
works for gnome application and X11 applications ===========================================================
!!IMPORTANT!! - This is pre-integration testing - don't submit bugs to bugzilla as the project is not integrated yet, please just report issues/results here to test group alias (g11n-test-group at opensolaris dot org).
Deadline for this test round is Monday 07/28/2008 .
Thanks & Regards, Petr H.
-- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Petr Hruska - Software Engineer - Prague G11n Phone: +420 233 009 330 (x49330) email: petr dot hruska at sun dot com Sun Microsystems Czech, s.r.o. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
_______________________________________________ i18n-discuss mailing list i18n-discuss at opensolaris dot org http://mail.opensolaris.org/mailman/listinfo/i18n-discuss
|
|
|
Posts:
143
From:
IN
Registered:
9/22/05
|
|
|
|
Re: porting SCIM to OpenSolaris - pre integration
testing
Posted:
Jul 17, 2008 3:45 AM
in response to: hroosha
|
|
Petr,
Does this project support input methods for Indic languages like Tamil, Hindi and others? Thanks
Siva
Petr Hruska wrote: > Hello test group, > > let me announce these days we are testing SCIM input method framework. > > About the project: > This project is to integrate SCIM (www.scim-im.org) and its various IMEs > (input method engines) to Solaris Nevada and OpenSolaris. This is mainly > targeted for Asian users (Chinese, Japanese, Korean, Indian,Thai etc > ...), but there is also Russian and Arabic input included. > > You can download and install test packages in two ways: > 1. download from http://sunvirtuallab.com:34002/sol10n, those are svr4 packages - use pkgadd/pkgrm to install/uninstall the packages. > 2. install form our test repository http://pkg.sunvirtuallab.com : > pkg:/SUNWlibdatrie@0.5.11,5.11-0.93:20080715T051310Z > pkg:/SUNWlibthai@0.5.11,5.11-0.93:20080715T051719Z > pkg:/SUNWscim@0.5.11,5.11-0.93:20080715T052043Z > pkg:/SUNWscim-bridge@0.5.11,5.11-0.93:20080715T053115Z > pkg:/SUNWscim-anthy@0.5.11,5.11-0.93:20080715T053235Z > pkg:/SUNWscim-chewing@0.5.11,5.11-0.93:20080715T053420Z > pkg:/SUNWscim-hangul@0.5.11,5.11-0.93:20080715T053726Z > pkg:/SUNWscim-tables@0.5.11,5.11-0.93:20080715T053853Z > pkg:/SUNWscim-pinyin@0.5.11,5.11-0.93:20080715T055058Z > pkg:/SUNWscim-sunpinyin@0.5.11,5.11-0.93:20080715T055532Z > pkg:/SUNWscim-thai@0.5.11,5.11-0.93:20080715T060841Z > > $ pkg set-authority -O http://pkg.sunvirtuallab.com sunvirtuallab > $ pfexec pkg install pkg://sunvirtuallab/SUNWscim > > > > ======================================================== > TEST INSTRUCTION: Note, please test with gdm display manager. > > $ echo "GTK_IM_MODULE=scim" >> $HOME/.profile > $ echo "export GTK_IM_MODULE" >> $HOME/.profile > > And apply the following patch to /etc/X11/gdm/Xsession, > > --- Xsession Wed Jul 9 13:39:15 2008 > +++ Xsession.new Wed Jul 9 13:40:06 2008 > @@ -220,6 +220,10 @@ > if [ -f /etc/iiim/xsession ]; then > . /etc/iiim/xsession > fi > +#Startup Input methods (SCIM->XIM) > +if [ -f /etc/scim/xsession ]; then > + . /etc/scim/xsession > +fi > #Startup XIM stuff > if [ "x$XMODIFIERS" = "x" ]; then > if [ -f "$HOME/.xim" ]; then > > =========================================================== > 1. scim daemons, scim-panel-gtk, and switcher (on notification area) are launched after you login via gdm > 2. ctrl+sapce could activate the input method, and the panel pops up > 3. you could select the input method from the list on panel, and it > > works for gnome application and X11 applications > =========================================================== > > > !!IMPORTANT!! - This is pre-integration testing - don't submit bugs to bugzilla as the project is not integrated yet, please just report issues/results here to test group alias (g11n-test-group at opensolaris dot org). > > Deadline for this test round is Monday 07/28/2008 . > > > Thanks & Regards, > Petr H. > > > > _______________________________________________ i18n-discuss mailing list i18n-discuss at opensolaris dot org http://mail.opensolaris.org/mailman/listinfo/i18n-discuss
|
|
|
|
Posts:
63
From:
CZ
Registered:
12/16/05
|
|
|
|
Re: porting SCIM to OpenSolaris - pre integration
testing
Posted:
Jul 17, 2008 7:25 AM
in response to: ss39446
|
|
Hi Siva,
yes, engines for Indic input are available. I took a look and find those: Bengali Gujarati Hindi Punjabi Kannada Tamil Telugu
maybe there are more, just not sure they are Indic or not ;)
Regards, Petr H.
Sivakumar Shanmugasundaram wrote: > Petr, > > Does this project support input methods for Indic languages like Tamil, > Hindi and others? Thanks > > Siva > > Petr Hruska wrote: > >> Hello test group, >> >> let me announce these days we are testing SCIM input method framework. >> >> About the project: >> This project is to integrate SCIM (www.scim-im.org) and its various IMEs >> (input method engines) to Solaris Nevada and OpenSolaris. This is mainly >> targeted for Asian users (Chinese, Japanese, Korean, Indian,Thai etc >> ...), but there is also Russian and Arabic input included. >> >> You can download and install test packages in two ways: >> 1. download from http://sunvirtuallab.com:34002/sol10n, those are svr4 packages - use pkgadd/pkgrm to install/uninstall the packages. >> 2. install form our test repository http://pkg.sunvirtuallab.com : >> pkg:/SUNWlibdatrie@0.5.11,5.11-0.93:20080715T051310Z >> pkg:/SUNWlibthai@0.5.11,5.11-0.93:20080715T051719Z >> pkg:/SUNWscim@0.5.11,5.11-0.93:20080715T052043Z >> pkg:/SUNWscim-bridge@0.5.11,5.11-0.93:20080715T053115Z >> pkg:/SUNWscim-anthy@0.5.11,5.11-0.93:20080715T053235Z >> pkg:/SUNWscim-chewing@0.5.11,5.11-0.93:20080715T053420Z >> pkg:/SUNWscim-hangul@0.5.11,5.11-0.93:20080715T053726Z >> pkg:/SUNWscim-tables@0.5.11,5.11-0.93:20080715T053853Z >> pkg:/SUNWscim-pinyin@0.5.11,5.11-0.93:20080715T055058Z >> pkg:/SUNWscim-sunpinyin@0.5.11,5.11-0.93:20080715T055532Z >> pkg:/SUNWscim-thai@0.5.11,5.11-0.93:20080715T060841Z >> >> $ pkg set-authority -O http://pkg.sunvirtuallab.com sunvirtuallab >> $ pfexec pkg install pkg://sunvirtuallab/SUNWscim >> >> >> >> ======================================================== >> TEST INSTRUCTION: Note, please test with gdm display manager. >> >> $ echo "GTK_IM_MODULE=scim" >> $HOME/.profile >> $ echo "export GTK_IM_MODULE" >> $HOME/.profile >> >> And apply the following patch to /etc/X11/gdm/Xsession, >> >> --- Xsession Wed Jul 9 13:39:15 2008 >> +++ Xsession.new Wed Jul 9 13:40:06 2008 >> @@ -220,6 +220,10 @@ >> if [ -f /etc/iiim/xsession ]; then >> . /etc/iiim/xsession >> fi >> +#Startup Input methods (SCIM->XIM) >> +if [ -f /etc/scim/xsession ]; then >> + . /etc/scim/xsession >> +fi >> #Startup XIM stuff >> if [ "x$XMODIFIERS" = "x" ]; then >> if [ -f "$HOME/.xim" ]; then >> >> =========================================================== >> 1. scim daemons, scim-panel-gtk, and switcher (on notification area) are launched after you login via gdm >> 2. ctrl+sapce could activate the input method, and the panel pops up >> 3. you could select the input method from the list on panel, and it >> >> works for gnome application and X11 applications >> =========================================================== >> >> >> !!IMPORTANT!! - This is pre-integration testing - don't submit bugs to bugzilla as the project is not integrated yet, please just report issues/results here to test group alias (g11n-test-group at opensolaris dot org). >> >> Deadline for this test round is Monday 07/28/2008 . >> >> >> Thanks & Regards, >> Petr H. >> >> >> >> >> > _______________________________________________ > i18n-discuss mailing list > i18n-discuss at opensolaris dot org > http://mail.opensolaris.org/mailman/listinfo/i18n-discuss >
-- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Petr Hruska - Software Engineer - Prague G11n Phone: +420 233 009 330 (x49330) email: petr dot hruska at sun dot com Sun Microsystems Czech, s.r.o. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
_______________________________________________ i18n-discuss mailing list i18n-discuss at opensolaris dot org http://mail.opensolaris.org/mailman/listinfo/i18n-discuss
|
|
|
|
Posts:
143
From:
IN
Registered:
9/22/05
|
|
|
|
Re: porting SCIM to OpenSolaris - pre integration
testing
Posted:
Jul 17, 2008 10:07 PM
in response to: hroosha
|
|
Petr,
Yes. These are Indic for sure :) Thanks
Siva
Petr Hruska wrote: > Hi Siva, > > yes, engines for Indic input are available. I took a look and find those: > Bengali > Gujarati > Hindi > Punjabi > Kannada > Tamil > Telugu > > maybe there are more, just not sure they are Indic or not ;) > > Regards, > Petr H. > > Sivakumar Shanmugasundaram wrote: >> Petr, >> >> Does this project support input methods for Indic languages like >> Tamil, Hindi and others? Thanks >> >> Siva >> >> Petr Hruska wrote: >> >>> Hello test group, >>> >>> let me announce these days we are testing SCIM input method framework. >>> >>> About the project: >>> This project is to integrate SCIM (www.scim-im.org) and its various >>> IMEs (input method engines) to Solaris Nevada and OpenSolaris. This >>> is mainly targeted for Asian users (Chinese, Japanese, Korean, >>> Indian,Thai etc ...), but there is also Russian and Arabic input >>> included. >>> >>> You can download and install test packages in two ways: >>> 1. download from http://sunvirtuallab.com:34002/sol10n, those are >>> svr4 packages - use pkgadd/pkgrm to install/uninstall the packages. >>> 2. install form our test repository http://pkg.sunvirtuallab.com : >>> pkg:/SUNWlibdatrie@0.5.11,5.11-0.93:20080715T051310Z >>> pkg:/SUNWlibthai@0.5.11,5.11-0.93:20080715T051719Z >>> pkg:/SUNWscim@0.5.11,5.11-0.93:20080715T052043Z >>> pkg:/SUNWscim-bridge@0.5.11,5.11-0.93:20080715T053115Z >>> pkg:/SUNWscim-anthy@0.5.11,5.11-0.93:20080715T053235Z >>> pkg:/SUNWscim-chewing@0.5.11,5.11-0.93:20080715T053420Z >>> pkg:/SUNWscim-hangul@0.5.11,5.11-0.93:20080715T053726Z >>> pkg:/SUNWscim-tables@0.5.11,5.11-0.93:20080715T053853Z >>> pkg:/SUNWscim-pinyin@0.5.11,5.11-0.93:20080715T055058Z >>> pkg:/SUNWscim-sunpinyin@0.5.11,5.11-0.93:20080715T055532Z >>> pkg:/SUNWscim-thai@0.5.11,5.11-0.93:20080715T060841Z >>> >>> $ pkg set-authority -O http://pkg.sunvirtuallab.com sunvirtuallab >>> $ pfexec pkg install pkg://sunvirtuallab/SUNWscim >>> >>> >>> >>> ======================================================== >>> TEST INSTRUCTION: Note, please test with gdm display manager. >>> >>> $ echo "GTK_IM_MODULE=scim" >> $HOME/.profile >>> $ echo "export GTK_IM_MODULE" >> $HOME/.profile >>> >>> And apply the following patch to /etc/X11/gdm/Xsession, >>> >>> --- Xsession Wed Jul 9 13:39:15 2008 >>> +++ Xsession.new Wed Jul 9 13:40:06 2008 >>> @@ -220,6 +220,10 @@ >>> if [ -f /etc/iiim/xsession ]; then >>> . /etc/iiim/xsession >>> fi >>> +#Startup Input methods (SCIM->XIM) >>> +if [ -f /etc/scim/xsession ]; then >>> + . /etc/scim/xsession >>> +fi >>> #Startup XIM stuff >>> if [ "x$XMODIFIERS" = "x" ]; then >>> if [ -f "$HOME/.xim" ]; then >>> >>> =========================================================== >>> 1. scim daemons, scim-panel-gtk, and switcher (on notification area) >>> are launched after you login via gdm >>> 2. ctrl+sapce could activate the input method, and the panel pops up >>> 3. you could select the input method from the list on panel, and it >>> works for gnome application and X11 applications >>> =========================================================== >>> >>> >>> !!IMPORTANT!! - This is pre-integration testing - don't submit bugs >>> to bugzilla as the project is not integrated yet, please just report >>> issues/results here to test group alias >>> (g11n-test-group at opensolaris dot org). >>> Deadline for this test round is Monday 07/28/2008 . >>> >>> >>> Thanks & Regards, >>> Petr H. >>> >>> >>> >>> >>> >> _______________________________________________ >> i18n-discuss mailing list >> i18n-discuss at opensolaris dot org >> http://mail.opensolaris.org/mailman/listinfo/i18n-discuss >> > _______________________________________________ i18n-discuss mailing list i18n-discuss at opensolaris dot org http://mail.opensolaris.org/mailman/listinfo/i18n-discuss
|
|
|
|
Posts:
2,175
From:
US
Registered:
6/24/05
|
|
|
|
Re: porting SCIM to OpenSolaris - pre integration testing
Posted:
Jul 18, 2008 12:30 AM
in response to: hroosha
To: Communities » i18n » discuss
|
|
Hi Petr,
Thanks for the info. It appears that the patch file needs to be slightly modified for OS 2008.05/nv_93.
Although the modifications needed are quite obvious, I am attaching the modified patch file for your perusal.
|
|
|
|
Posts:
2,175
From:
US
Registered:
6/24/05
|
|
|
|
Re: porting SCIM to OpenSolaris - pre integration testing
Posted:
Jul 18, 2008 2:17 PM
in response to: hroosha
To: Communities » i18n » discuss
Cc: Communities » xwindow » discuss
|
|
> Hello test group, > > let me announce these days we are testing SCIM input > method framework. > > About the project: > This project is to integrate SCIM (www.scim-im.org) > and its various IMEs > (input method engines) to Solaris Nevada and > OpenSolaris. This is mainly > targeted for Asian users (Chinese, Japanese, Korean, > Indian,Thai etc > ...), but there is also Russian and Arabic input > included. > > You can download and install test packages in two > ways: > 1. download from > http://sunvirtuallab.com:34002/sol10n, those are svr4 > packages - use pkgadd/pkgrm to install/uninstall the > packages. > 2. install form our test repository > http://pkg.sunvirtuallab.com : > pkg:/SUNWlibdatrie@0.5.11,5.11-0.93:20080715T051310Z > pkg:/SUNWlibthai@0.5.11,5.11-0.93:20080715T051719Z > pkg:/SUNWscim@0.5.11,5.11-0.93:20080715T052043Z > pkg:/SUNWscim-bridge@0.5.11,5.11-0.93:20080715T053115Z > pkg:/SUNWscim-anthy@0.5.11,5.11-0.93:20080715T053235Z > pkg:/SUNWscim-chewing@0.5.11,5.11-0.93:20080715T053420 > Z > pkg:/SUNWscim-hangul@0.5.11,5.11-0.93:20080715T053726Z > pkg:/SUNWscim-tables@0.5.11,5.11-0.93:20080715T053853Z > pkg:/SUNWscim-pinyin@0.5.11,5.11-0.93:20080715T055058Z > pkg:/SUNWscim-sunpinyin@0.5.11,5.11-0.93:20080715T0555 > 32Z > pkg:/SUNWscim-thai@0.5.11,5.11-0.93:20080715T060841Z > > $ pkg set-authority -O http://pkg.sunvirtuallab.com > sunvirtuallab > $ pfexec pkg install pkg://sunvirtuallab/SUNWscim > >
I have installed all the packages. However, after a reboot, I seem to have lost my input method (i.e., ctrl-space no longer does anything).
1. echo $GTK_IM_MODULE returns the value of "scim", indicating that the $HOME/.profile file is properly changed.
2. activating the scim:
hliind@ibm:~$ /etc/scim/xession
(or simply scim -d)
shows the following error message:
bash: /etc/scim/xession: No such file or directory hliind@ibm:~$ /etc/scim/xsession Smart Common Input Method 1.4.7
Launching a SCIM process with x11... Loading socket Config module ... Creating backend ... Loading x11 FrontEnd module ... Failed to launch SCIM.
Thus, in short, my installation of SCIM (at least via IPS) failed.
|
|
|
|
Posts:
207
From:
Registered:
6/15/05
|
|
|
|
Re: porting SCIM to OpenSolaris - pre integration
testing
Posted:
Jul 18, 2008 5:43 PM
in response to: waynel
|
|
Hi, Wayne,
Thank you so much for helping us testing SCIM packages!
Looks like an installation problem, I tried the IPS packages from sunvirtuallab, and I could successfully start scim. What's the result of pkg verify? You may try to re-install the IPS package, and set PKG_CLIENT_TIMEOUT=120 or longer.
Or you could download the svr4 package, and use pkgadd/pkgrm to install/uninstall the SCIM pakcages.
Regards,
W. Wayne Liauh 写道: >> Hello test group, >> >> let me announce these days we are testing SCIM input >> method framework. >> >> About the project: >> This project is to integrate SCIM (www.scim-im.org) >> and its various IMEs >> (input method engines) to Solaris Nevada and >> OpenSolaris. This is mainly >> targeted for Asian users (Chinese, Japanese, Korean, >> Indian,Thai etc >> ...), but there is also Russian and Arabic input >> included. >> >> You can download and install test packages in two >> ways: >> 1. download from >> http://sunvirtuallab.com:34002/sol10n, those are svr4 >> packages - use pkgadd/pkgrm to install/uninstall the >> packages. >> 2. install form our test repository >> http://pkg.sunvirtuallab.com : >> pkg:/SUNWlibdatrie@0.5.11,5.11-0.93:20080715T051310Z >> pkg:/SUNWlibthai@0.5.11,5.11-0.93:20080715T051719Z >> pkg:/SUNWscim@0.5.11,5.11-0.93:20080715T052043Z >> pkg:/SUNWscim-bridge@0.5.11,5.11-0.93:20080715T053115Z >> pkg:/SUNWscim-anthy@0.5.11,5.11-0.93:20080715T053235Z >> pkg:/SUNWscim-chewing@0.5.11,5.11-0.93:20080715T053420 >> Z >> pkg:/SUNWscim-hangul@0.5.11,5.11-0.93:20080715T053726Z >> pkg:/SUNWscim-tables@0.5.11,5.11-0.93:20080715T053853Z >> pkg:/SUNWscim-pinyin@0.5.11,5.11-0.93:20080715T055058Z >> pkg:/SUNWscim-sunpinyin@0.5.11,5.11-0.93:20080715T0555 >> 32Z >> pkg:/SUNWscim-thai@0.5.11,5.11-0.93:20080715T060841Z >> >> $ pkg set-authority -O http://pkg.sunvirtuallab.com >> sunvirtuallab >> $ pfexec pkg install pkg://sunvirtuallab/SUNWscim >> >> >> > > I have install all the packages. However, after a reboot, I seem to have lost my input method (i.e., ctrl-space no longer does anything). > > 1. echo $GTK_IM_MODULE returns the value of "scim", indicating that the $HOME/.profile file is properly changed. > > 2. activating the scim: > > hliind@ibm:~$ /etc/scim/xession > > (or simply scim -d) > > shows the following error message: > > bash: /etc/scim/xession: No such file or directory > hliind@ibm:~$ /etc/scim/xsession > Smart Common Input Method 1.4.7 > > Launching a SCIM process with x11... > Loading socket Config module ... > Creating backend ... > Loading x11 FrontEnd module ... > Failed to launch SCIM. > > Thus, in short, my installation of SCIM (at least via IPS) failed. > > > This message posted from opensolaris.org > _______________________________________________ > i18n-discuss mailing list > i18n-discuss at opensolaris dot org > http://mail.opensolaris.org/mailman/listinfo/i18n-discuss >
_______________________________________________ i18n-discuss mailing list i18n-discuss at opensolaris dot org http://mail.opensolaris.org/mailman/listinfo/i18n-discuss
|
|
|
|
Posts:
2,175
From:
US
Registered:
6/24/05
|
|
|
|
Re: porting SCIM to OpenSolaris - pre integration testing
Posted:
Jul 20, 2008 2:51 PM
in response to: yongsun
To: Communities » i18n » discuss
|
|
> Hi, Wayne, > > Thank you so much for helping us testing SCIM > packages! > > Looks like an installation problem, I tried the IPS > packages from > sunvirtuallab, and I could successfully start scim. > What's the result of > pkg verify? You may try to re-install the IPS > package, and set > PKG_CLIENT_TIMEOUT=120 or longer. > > Or you could download the svr4 package, and use > pkgadd/pkgrm to > install/uninstall the SCIM pakcages. > > Regards, > > W. Wayne Liauh 写道: > >> Hello test group, > >> > >> let me announce these days we are testing SCIM > input > >> method framework. > >> > >> About the project: > >> This project is to integrate SCIM > (www.scim-im.org) > >> and its various IMEs > >> (input method engines) to Solaris Nevada and > >> OpenSolaris. This is mainly > >> targeted for Asian users (Chinese, Japanese, > Korean, > >> Indian,Thai etc > >> ...), but there is also Russian and Arabic input > >> included. > >> > >> You can download and install test packages in two > >> ways: > >> 1. download from > >> http://sunvirtuallab.com:34002/sol10n, those are > svr4 > >> packages - use pkgadd/pkgrm to install/uninstall > the > >> packages. > >> 2. install form our test repository > >> http://pkg.sunvirtuallab.com : > >> > pkg:/SUNWlibdatrie@0.5.11,5.11-0.93:20080715T051310Z > >> pkg:/SUNWlibthai@0.5.11,5.11-0.93:20080715T051719Z > >> pkg:/SUNWscim@0.5.11,5.11-0.93:20080715T052043Z > >> > pkg:/SUNWscim-bridge@0.5.11,5.11-0.93:20080715T053115Z > >> > pkg:/SUNWscim-anthy@0.5.11,5.11-0.93:20080715T053235Z > >> > pkg:/SUNWscim-chewing@0.5.11,5.11-0.93:20080715T053420 > >> Z > >> > pkg:/SUNWscim-hangul@0.5.11,5.11-0.93:20080715T053726Z > >> > pkg:/SUNWscim-tables@0.5.11,5.11-0.93:20080715T053853Z > >> > pkg:/SUNWscim-pinyin@0.5.11,5.11-0.93:20080715T055058Z > >> > pkg:/SUNWscim-sunpinyin@0.5.11,5.11-0.93:20080715T0555 > >> 32Z > >> > pkg:/SUNWscim-thai@0.5.11,5.11-0.93:20080715T060841Z > >> > >> $ pkg set-authority -O > http://pkg.sunvirtuallab.com > >> sunvirtuallab > >> $ pfexec pkg install pkg://sunvirtuallab/SUNWscim > >> > >> > >> > > > > I have installed all the packages. However, after a > reboot, I seem to have lost my input method (i.e., > ctrl-space no longer does anything). > > > > 1. echo $GTK_IM_MODULE returns the value of > "scim", indicating that the $HOME/.profile file is > properly changed. > > > > 2. activating the scim: > > > > hliind@ibm:~$ /etc/scim/xession > > > > (or simply scim -d) > > > > shows the following error message: > > > > bash: /etc/scim/xession: No such file or directory > > hliind@ibm:~$ /etc/scim/xsession > > Smart Common Input Method 1.4.7 > > > > Launching a SCIM process with x11... > > Loading socket Config module ... > > Creating backend ... > > Loading x11 FrontEnd module ... > > Failed to launch SCIM. > > > > Thus, in short, my installation of SCIM (at least > via IPS) failed. > > > > > > This message posted from opensolaris.org > > _______________________________________________ > > i18n-discuss mailing list > > i18n-discuss at opensolaris dot org > > > http://mail.opensolaris.org/mailman/listinfo/i18n-disc > uss > >
Out of the 11 packages, 10 of them were pkg-verified OK except the SUNWlibthai package. I uninstalled and then re-installed it, but same error message was received.
I don't think the failure in installing the SUNWlibthai package would result in SCIM being unable to be launched. Or will it? But at least the SUNWlibthai package probably need be re-submitted to the repository?
|
|
|
|
|