請問各位,為何我只有root可以看到中文的gnome
我一般的user都看不到,我按照Debian無痛起步法中把.bashrc
跟/etc/environment都設定過了,為何會這樣呢?
還有竟是我用的gnome-swafish,我用gdm,我登入後個人
目錄下也沒有.session檔案,是否我應該自己產生一個呢?
ps.搞不大清楚X-win開始的流程
# ~/.bash_profile: executed by bash(1) for login shells.
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
ulbt 寫:登入成一般使用者, 然後修改使用者家目錄下的 .bash_profile
# joe ~/.bash_profile
- 代碼: 選擇全部
# ~/.bash_profile: executed by bash(1) for login shells.
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
uncomment 上頭最末三行(把"#" del 掉), 存檔,
再重新登入這樣子使用者 .bashrc 的設定才會生效。
又, 沒有 .xsession 就跟 .xinitrc 一樣自己做一個吧。
damon 寫:cd
touch .bash_profile
阿信 寫:.bash_profile和.bashrc用途是不一樣的。
.bash_profile or .profile是在console prompt登入linux系統時會讀取的。
.bashrc是啟動其他terminal會讀取的:screen or rxvt。
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客