一、安裝好它,升級它
sudo apt-get update
sudo apt-get dist-upgrade -y
sudo apt-get autoremove
sudo apt-get clean
二、安裝軟體庫
必須安裝這個,才能新增其他的 repository 庫
sudo apt install software-properties-common
三、安裝中文輸入法
安裝fcitx
sudo apt-get install fcitx
sudo apt-get install fcitx-chewing
sudo apt-get instsall fcitx-table-boshamy
設定為預設輸入法
im-config
四、在登入畫面時,讓NumLock是亮著的,順便關閉guest
安裝nukmockx
sudo apt-get install numlockx -y
修改,或新增設定檔
sudo vim /usr/share/lightdm/lightdm.conf.d/40-io.elementary.greeter.conf
增加numlockx on
-------------------------------------------------------------
[Seat:*]
greeter-session=io.elementary.greeter
user-session=pantheon
greeter-setup-script=/usr/bin/numlockx on
-------------------------------------------------------------
重開機即可
五、安裝elementary-tweaks(可改成按兩下滑鼠左鍵開啟)
sudo add-apt-repository ppa:philip.scott/elementary-tweaks
sudo apt-get update
sudo apt-get install elementary-tweaks
沒有留言:
張貼留言