顯示具有 input_method 標籤的文章。 顯示所有文章
顯示具有 input_method 標籤的文章。 顯示所有文章

2011-03-10

[Tip]Fix crap gcin in Ubuntu 10.04

If your gcin is crap (couldn't input any Chinese character) while using any Qt based program in Ubuntu 10.04, you could fix gcin after you did the following step:
1. execute
sudo apt-get autoremove gcin gcin-qt3-immodule gcin-qt4-immodule
2. add this to /etc/apt/sources.list
# gcin from ubuntu-tw
# refer to http://wiki.ubuntu-tw.orig/index.php?title=Gcin
deb http://debian.luna.com.tw/lucid ./
deb-src http://debian.luna.com.tw/lucid ./
3. execute
sudo apt-get update
4. execute
sudo apt-get install gcin gcin-qt3-immodule gcin-qt4-immodule

That's all, folks!