Code: Select all
LC_ALL="zh_TW.Big5"
LANG="zh_TW.Big5"如果我只裝 gentoo + xfree + kdebase ,想能在 Konqueror 及 Konsole 檢視中文檔名的話該如何做呢?
(是否安裝時有先後次序呢?)
USE Flag :
Code: Select all
USE="-gtk -gnome qt kde doc nls cjk zh_TW"Code: Select all
eval `dircolors -b /etc/DIR_COLORS`
alias d="ls --color"
alias ls="ls --color=auto"
alias ll="ls --color=auto -aop"
# Change the window title of X terminals
case $TERM in
xterm*|rxvt|Eterm|eterm)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
;;
screen)
PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
;;
esac
##uncomment the following to activate bash-completion:
#[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion
LC_ALL="zh_TW.Big5"
LANG="zh_TW.Big5"
Code: Select all
export LC_ALL="zh_TW.Big5"
exec startkde原本檔名為 <柴山-1.bmp>
但卻變成 <???s-1.bmp>
Code: Select all
total 1510
drwxr-xr-x 2 solomon 168 Aug 23 17:56 ./
drwxr-xr-x 3 root 96 Aug 12 06:45 ../
-rw------- 1 solomon 11 Aug 23 17:56 .bash_history
-rw-r--r-- 1 solomon 232 Aug 12 06:45 .bash_profile
-rw-r--r-- 1 root 819 Aug 12 06:45 .bashrc
-rwxr--r-- 1 solomon 1529246 Aug 23 11:01 ???s-1.bmp
