Ubuntu 10.04安装google拼音输入法
-
- 帖子: 1
- 注册时间: 2010-12-10 10:59
Re: Ubuntu 10.04安装google拼音输入法
完全 同意74楼的 会达,我碰到 相同的 问题解决了
-
- 帖子: 5
- 注册时间: 2010-11-04 16:39
Re: Ubuntu 10.04安装google拼音输入法
denglin216 写了:看到论坛很多人问这问题,我就贴出来吧![]()
安装步骤(需要自己编译):
A. 获取代码:(没有git的先安装git:sudo apt-get install git-core)
$ git clone git://github.com/tchaikov/scim-googlepinyin.git
$ cd scim-googlepinyin.git
B. 编译前提:
上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下:
* autotools-dev
* libgtk2.0-dev
* libscim-dev
* libtool
* automake
用下面命令看看是不是安装了,如果没有,会自动帮你安装上:
$ aptitude install autotools-dev libgtk2.0-dev libscim-dev libtool automake
C. 编译:
记住系统必须先存在SCIM(没有的话 sudo apt-get install scim 一下)
$ ./autogen.sh
$ make
$ sudo make install
现在重启scim:
关闭scim:pkill scim
然后启动: scim -d
OK,去首选项里的“语言支持”的“输入法”选择scim作为默认输入法就OK了。
-
- 帖子: 1
- 注册时间: 2011-01-05 21:41
Re: Ubuntu 10.04安装google拼音输入法
我在运行"./autogen.sh"时,出现的问题:
leo@ubuntu:~/scim-googlepinyin$ ./autogen.sh
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
configure.ac:13: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
./autogen.sh: line 2: libtoolize: command not found
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
src/Makefile.am:21: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:21: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:21: to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:21: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/Makefile.am:21: its definition is in aclocal's search path.
src/share/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
src/share/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/share/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
src/share/Makefile.am:1: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/share/Makefile.am:1: its definition is in aclocal's search path.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 2425: AM_GLIB_GNU_GETTEXT: command not found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SCIM... configure: error: Package requirements (scim >= 1.4.0) were not met:
No package 'scim' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables SCIM_CFLAGS
and SCIM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
不知道该怎么解决,求高手啊解决~~~~
leo@ubuntu:~/scim-googlepinyin$ ./autogen.sh
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
configure.ac:13: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
./autogen.sh: line 2: libtoolize: command not found
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.utf8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
src/Makefile.am:21: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:21: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:21: to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:21: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/Makefile.am:21: its definition is in aclocal's search path.
src/share/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
src/share/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/share/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
src/share/Makefile.am:1: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/share/Makefile.am:1: its definition is in aclocal's search path.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 2425: AM_GLIB_GNU_GETTEXT: command not found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SCIM... configure: error: Package requirements (scim >= 1.4.0) were not met:
No package 'scim' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables SCIM_CFLAGS
and SCIM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
不知道该怎么解决,求高手啊解决~~~~
-
- 帖子: 6
- 注册时间: 2011-01-01 0:31
Re: Ubuntu 10.04安装google拼音输入法
谢谢楼主,安装好了,非常好用,再次感谢。我是菜鸟。 

-
- 帖子: 20
- 注册时间: 2011-03-02 1:59
Re: Ubuntu 10.04安装google拼音输入法
太强了,就是不知道怎么的,显示字的地方跑到最下面去了。
-
- 帖子: 7
- 注册时间: 2010-09-18 15:24
Re: Ubuntu 10.04安装google拼音输入法
感谢楼主以及3楼的朋友,两位都是强人啊!我刚刚在9.10里安装成功了,过程很顺利。现在正在使用,没有发现前面的人提到的问题。
-
- 帖子: 3
- 注册时间: 2011-03-11 9:34
-
- 帖子: 525
- 注册时间: 2011-02-08 19:49
Re: Ubuntu 10.04安装google拼音输入法
做个标志,输入法很重要。
-
- 帖子: 525
- 注册时间: 2011-02-08 19:49
Re: Ubuntu 10.04安装google拼音输入法
根据楼主详细的提示,我安装上了,不过此输入法不是google输入法,很怀疑只是拷贝了google输入法的标志而已。智能很弱,不能整句输入,离windows上的google输入法差太远了。且不支持双拼配置。
-
- 帖子: 96
- 注册时间: 2009-06-30 23:05
Re: Ubuntu 10.04安装google拼音输入法
感谢分享!这个输入法用得还不错。
就是觉得scim有些别扭,要是能像fcitx一样就舒服了。
就是觉得scim有些别扭,要是能像fcitx一样就舒服了。
裸跑X可能是最后的选择......
目前使用dwm-plus: http://code.google.com/p/dwm-plus/
目前使用dwm-plus: http://code.google.com/p/dwm-plus/
- intel
- 帖子: 796
- 注册时间: 2010-08-10 20:54
- 系统: arch
- 来自: 宇宙
Re: Ubuntu 10.04安装google拼音输入法
情况和十五楼的一样请高手帮忙解决一下?webranger 写了:我的出现这种情况,是什么原因,高手 告知一下 谢谢!!
xygnet2008@xygnet2008-laptop:~/scim-googlepinyin$ make
make all-recursive
make[1]: 正在进入目录 `/home/xygnet2008/scim-googlepinyin'
Making all in src
make[2]: 正在进入目录 `/home/xygnet2008/scim-googlepinyin/src'
Making all in share
make[3]: 正在进入目录 `/home/xygnet2008/scim-googlepinyin/src/share'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/xygnet2008/scim-googlepinyin/src/share'
Making all in command
make[3]: 正在进入目录 `/home/xygnet2008/scim-googlepinyin/src/command'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/xygnet2008/scim-googlepinyin/src/command'
Making all in data
make[3]: 正在进入目录 `/home/xygnet2008/scim-googlepinyin/src/data'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/xygnet2008/scim-googlepinyin/src/data'
Making all in include
make[3]: 正在进入目录 `/home/xygnet2008/scim-googlepinyin/src/include'
make[3]: 没有什么可以做的为 `all'。
make[3]:正在离开目录 `/home/xygnet2008/scim-googlepinyin/src/include'
make[3]: 正在进入目录 `/home/xygnet2008/scim-googlepinyin/src'
make[3]: 没有什么可以做的为 `all-am'。
make[3]:正在离开目录 `/home/xygnet2008/scim-googlepinyin/src'
make[2]:正在离开目录 `/home/xygnet2008/scim-googlepinyin/src'
Making all in data
make[2]: 正在进入目录 `/home/xygnet2008/scim-googlepinyin/data'
make[2]: 没有什么可以做的为 `all'。
make[2]:正在离开目录 `/home/xygnet2008/scim-googlepinyin/data'
make[2]: 正在进入目录 `/home/xygnet2008/scim-googlepinyin'
make[2]:正在离开目录 `/home/xygnet2008/scim-googlepinyin'
make[1]:正在离开目录 `/home/xygnet2008/scim-googlepinyin'
xygnet2008@xygnet2008-laptop:~/scim-googlepinyin$
-
- 帖子: 3
- 注册时间: 2010-07-30 7:53
Re: Ubuntu 10.04安装google拼音输入法
(1)步骤A中的第三步:cd scim-googlepinyin.git
应该是cd scim-googlepin/
(2)按照上述的配置,不能解决光标跟随的问题。
解决办法如下:
$vim /etc/X11/xinit/xinput.d/scim
将文件中的“GTK_IM_MODULE=xim”改成:
“GTK_IM_MODULE=scim”
将"QT_IM_MODULE=xim”改成:
“QT_IM_MODULE=scim"改成:
然后:
在SCIM setup里将Global Setup里”Embed Preedit String into client Window"前面的勾去掉;
在GTK里Embedded lookup table前的勾去掉。
这样就可以了。
应该是cd scim-googlepin/
(2)按照上述的配置,不能解决光标跟随的问题。
解决办法如下:
$vim /etc/X11/xinit/xinput.d/scim
将文件中的“GTK_IM_MODULE=xim”改成:
“GTK_IM_MODULE=scim”
将"QT_IM_MODULE=xim”改成:
“QT_IM_MODULE=scim"改成:
然后:
在SCIM setup里将Global Setup里”Embed Preedit String into client Window"前面的勾去掉;
在GTK里Embedded lookup table前的勾去掉。
这样就可以了。
- Rubisco
- 帖子: 102
- 注册时间: 2010-12-20 18:19
- 系统: ubuntu12.04
Re: Ubuntu 10.04安装google拼音输入法
wang@lab:~/scim-googlepinyin$ ./autogen.sh
configure.ac:13: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
./autogen.sh: line 2: libtoolize:找不到命令
src/Makefile.am:21: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:21: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:21: to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:21: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/Makefile.am:21: its definition is in aclocal's search path.
src/share/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
src/share/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/share/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
src/share/Makefile.am:1: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/share/Makefile.am:1: its definition is in aclocal's search path.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 2439: AM_GLIB_GNU_GETTEXT: command not found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SCIM... no
configure: error: Package requirements (scim >= 1.4.0) were not met:
No package 'scim' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables SCIM_CFLAGS
and SCIM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
怎么办啊,是不是还有什么软件包没安装?
configure.ac:13: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
./autogen.sh: line 2: libtoolize:找不到命令
src/Makefile.am:21: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:21: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:21: to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:21: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/Makefile.am:21: its definition is in aclocal's search path.
src/share/Makefile.am:1: Libtool library used but `LIBTOOL' is undefined
src/share/Makefile.am:1: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/share/Makefile.am:1: to `configure.ac' and run `aclocal' and `autoconf' again.
src/share/Makefile.am:1: If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
src/share/Makefile.am:1: its definition is in aclocal's search path.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
./configure: line 2439: AM_GLIB_GNU_GETTEXT: command not found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for SCIM... no
configure: error: Package requirements (scim >= 1.4.0) were not met:
No package 'scim' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables SCIM_CFLAGS
and SCIM_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
怎么办啊,是不是还有什么软件包没安装?
-
- 帖子: 965
- 注册时间: 2007-11-07 22:01
Re: Ubuntu 10.04安装google拼音输入法
楼主这个标题误导了多少民众啊,呵呵
-
- 帖子: 1
- 注册时间: 2011-04-13 15:25
Re: Ubuntu 10.04安装google拼音输入法
弱弱的问一句.我如LZ所述安装完毕了,怎么切换到中文输入法呢?LZ说的首选项在哪里呢?求指教~