|
Author |
Message |
|
|
Posted Apr 21, 2008 at 8:57:49 PM
Subject: keyboard layouts
How to add Chinese Pinyin, Quanpin, shuangPin keyboard? Which Linux is the easiest on languages, keyboard layouts?
Is it possible to add Pinyin to PC LinuxOS, Gnome, KDE?
|
Shashank Sharma
Joined Jan 01, 1970 Posts: 1536
Location:New Delhi, India
Other Topics
|
Posted:
Apr 25, 2008 7:31:22 PM
Subject: keyboard layouts
|
grosser schwanz
Joined Mar 14, 2008 Posts: 27
Other Topics
|
Posted:
May 01, 2008 7:33:27 AM
Subject: keyboard layouts
- Quote Shashank Sharma:
You just need the scim-pinyin package. I believe it's available for many distributions.
I did so, but what then? Downloaded it to openSUSE Gnome HD, opened zipped file.
Many install and configure files. Can I run an executable installation file like in Windows?
[Modified by: grosser schwanz on May 01, 2008 07:34 AM]
|
Shashank Sharma
Joined Jan 01, 1970 Posts: 1536
Location:New Delhi, India
Other Topics
|
Posted:
May 01, 2008 12:58:29 PM
Subject: keyboard layouts
When you extract the tar.gz package:
1. Open a terminal and type:
tar zxvf scim-1.4.7.tar.gz
2. This creates a directory called scim-1.4.7. In this directory is a file called INSTALL that has more detailed installation instructions.
cd scim-1.4.7
less INSTALL
3. Basically you need to run these three commands to install it:
./configure
make
make install
You will need to have the GCC compiler installed before you can run ./configure
Also, are you running OpenSUSE or Fedora? 'Coz in your other thread we're discussing how to do this with Fedora.
Cheers!
Coauthor of Beginning Fedora: From Novice to Professional published by Apress.
Please follow the Forum Guidelines
|
grosser schwanz
Joined Mar 14, 2008 Posts: 27
Other Topics
|
Posted:
May 02, 2008 10:26:05 PM
Subject: keyboard layouts
- Quote Shashank Sharma:
When you extract the tar.gz package:
- Quote Shashank Sharma:
1. Open a terminal and type:
tar zxvf scim-1.4.7.tar.gz
- Quote Shashank Sharma:
2. This creates a directory called scim-1.4.7. In this directory is a file called INSTALL that has more detailed installation instructions.
- Quote Shashank Sharma:
cd scim-1.4.7
less INSTALL
- Quote Shashank Sharma:
3. Basically you need to run these three commands to install it:
./configure
make
make install
- Quote Shashank Sharma:
You will need to have the GCC compiler installed before you can run ./configure
- Quote Shashank Sharma:
Also, are you running OpenSUSE or Fedora? 'Coz in your other thread we're discussing how to do this with Fedora.
- Quote Shashank Sharma:
Cheers!
I chose KDE. The only problem I need to solve now, is layout variants. Somehow I lost smart pinyin and other variants of Chinese layout but default, basic and tib. Where to find options for adding variants?
Thanks in advance, you've helped a lot!
|