I can't seem to get Chinese input working.
I have ibus installed. I can see a choice of input methods in the taskbar at the top. At the moment I have zh (Chinese) and en.
But I am not getting the Chinese input, the input is still English.
I ran sudo ibus-setup, but that showed a lot of errors, but got the demon up and running.
I must be missing a step somewhere.
1. The switch of input method is very insensitive. Sometimes I must type or even hit the Ctrl+space several times in order to switch into Chinese input mode. I have never come to this problem in previous versions!
2. Ironically, when the computer enters the screen-saving with the Chinese input and I want to come back, the input of the passwords is still in Chinese input mode!
When I had Ubuntu 10.04 Netbook Edition installed on this machine, I used IBus to switch input methods among English, Japanese, and Korean. When I updated to Lubuntu 12.04, however, IBus won't do that.
I started to use linux mint 13 mate a few days ago. What frustrates me most is that I can't found anywhere to change my input language. In windows, it is easy, just Ctrl + Shift. How can I configure the input and switch between them? Specifically I need a Chinese Traditional Input - Quick.
Thanks.
Hello,
I'm trying to figure out how best to approach this script, and I have very little experience, so I could use all the help I can get.
Community,
I've installed fresh Fedora 17 and programs I'm going to use.
I got a problem to read standard input file, to edit the standard input, and to write the output to other file.
Hey there, thanks for these scripts!In case that helps anyone I have modified the powerpill-light script to be usable from yaourt.Here is the section (may be ugly code, I am no bash dev)input="$@"
if [[ $input == -S* ]]; then
input=${input:2}
input=${input/--force -/-f}
if [[ ${input:0:1} == " " ]]; then
input=${input:1}
fi
I have Chinese input working. I have xterm working. I have utf-8 working in my xterm. For example, I can see the lightning bolt unicode character. But when I input Chinese characters, I get those blocks.