tools(工具) - options(選項) - openoffice.org - font(字型) :
1. check use replace table(使用替換表);
2. baekmuk dotum -> simsun
3. check auto, screen
二、fcitx(安裝設定:
1. install:
tar jxvf fcitx-3.1.1.tar.bz2
# ./configure --prefix=/usr
# make
# make install
2. 在~/.fcitx目錄下,修改config和profile
配置檔案是中文,需要先export lc_ctype="zh_cn.gb18030",否則顯示亂碼。
config:
使用雙拼=0
使用區位=0
使用碼表=1
提示詞庫中的片語=1
主視窗隱藏模式=1
是否自動隱藏輸入條=1
profile:
禁止用鍵盤切換=0
定義自己喜歡用的輸入法。比如五筆和二筆。把fcitx-3.1.1/data目錄中的tables.conf複製到使用者home目錄中的.fcitx目錄中,
#cp data/tables.conf ~/.fcitx/
刪除tables.conf中其它輸入法,只保留五筆
3. 環境設定:
~/.bashrc:
export lc_all=zh_cn.gbk
export lang=zh_cn.gbk
export xmodifiers=@im=fcitx
~/.kde/autostart:
ln -s /usr/bin/fcitx fcitx
三、中文支援
如果language=en時,在mount分割槽中增加iocharset=cp936可顯示中文.
for example,
/dev/hda5 /mnt/win_d auto vfat,iocharset=cp936 0 0
可以將以上語句加入/etc/fstab,自動mount。
三、snackamp
download the snackamp-x.i386.gz file and place it anywhere and un-compress it. change the resulting snackamp file to execute
permission (chmod +x) and run it like any other program. the snack, snackogg and other required libraries will be decompressed
in the same folder.
四、realplayer 10 for linux
installation instructions
- ensure that the .bin file you downloaded is executable. you can make the .bin file executable by running the
"chmod a+x realplayer10gold.bin" command from a terminal window.
- run the .bin file by typing "./realplayer10gold.bin". follow the prompts provided to finish installing the player.
- when you launch the player for the first time, a set-up assistant will take you through configuring your player.
無需漢化即可讓xmms正確的顯示中文與英文
我常用的Linux設定
ps1 u 033 1 34m w 033 00m 或ps1 u pwd 或ps1 e 37 40m e 32 40m u e 37 40m h e 35 40m w e 0m alias ls ls alh time style y m d h m s oralias ls ls alh time...
Linux語言環境設定
程式執行使用一套語言需要有字符集 資料 和字型 顯示 locale是根據計算機使用者所使用的語言,所在國家或者地區,以及當地的文化傳統所定義的乙個軟體執行時的語言環境。一 locale詳解 在 linux 中通過 locale 來設定程式執行的不同語言環境,locale 由 ansi c 提供支援。...
Linux語言環境設定
程式執行使用一套語言需要有字符集 資料 和字型 顯示 locale是根據計算機使用者所使用的語言,所在國家或者地區,以及當地的文化傳統所定義的乙個軟體執行時的語言環境。一 locale詳解 在 linux 中通過 locale 來設定程式執行的不同語言環境,locale 由 ansi c 提供支援。...