2015年3月17日 星期二

[Archlinux] Set locale-specific standards settings

Rendering text, correctly displaying regional monetary values, time and date formats, alphabetic idiosyncrasies, and other locale-specific standards.

sudo cp /etc/locale.gen{,.bak}

Configuring the configuration file
echo “en_US.UTF-8 UTF-8” > /etc/locale.gen &&\
echo “zh_TW.UTF-8 UTF-8” >> /etc/locale.gen &&\
echo “zh_TW BIG5” >> /etc/locale.gen

Start to set to environment
/usr/sbin/locale-gen

The package tmux need this settings.

Problem :
gnome-terminal
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 8

Solve:
Add above setting will solve this problem.

Related Posts:

  • 李嘉誠 成功的故事 轉錄 yahoo 知識+ 李嘉誠,廣東潮安人,1928年7月出生於廣東潮洲市一個貧窮家庭,父親為教師。   李嘉誠童年過著艱苦的生活。14歲那年(1940年),正逢中國戰亂,他隨父母走難,逃往香港,投靠家境富裕的舅父莊靜庵,可惜不久父親因病去世。   身為長子的李嘉誠,為了養家糊口及不依賴別人… Read More
  • [blogspot]文章加上重點底線 我想在BLOG上劃重點,但又不想要只讓文字呈現顏色的區分.想要在文字底下劃上不一樣的底線,以增加閱讀的樂趣。 可以跟著[Blog語法研究室 ]動手做看看。 ]嘗試著做做看。 1) 取得底線的圖檔,也可以自己畫。 要 gif 格式喔,而且要設定底色為透明。這裡先提供一個粉紅色底線的圖 檔,有需… Read More
  • [ISO] Mount iso to specific folder on Linux[ISO] Mount iso to specific folder on Linuxmount -o loop isofile.iso /mnt/isoReference: Linux 也可以掛載 ISO !! 簡單分享… Read More
  • [Government Exam]101年特種考試地方政府公務人員考試試題101年特種考試地方政府公務人員考試試題 代號:等 別: 三等考試類 科: 資訊處理科 目: 電腦網路考試時間: 2 小時座號:※注意: 1.禁止使用電子計算器。2.不必抄題,作答時請將試題題號及答案依照順序寫在試卷上,於本試題上作答者,不予計分。34440 全一頁一、在3G 核心網路(3G cor… Read More
  • [tar] Tar folder but exclude some folder [tar] Tar folder but exclude some folder tar czvf -f source-code.tgz --exclude=./source-code/SDK* ./source-code/ Reference: 第九章、檔案與檔案系統的壓縮與打包… Read More

0 意見:

張貼留言