§2023-06-01


  1. install budgie desktop
$ sudo pacman -Syyuu budgie-desktop budgie-desktop-view budgie-extras  budgie-screensaver
  • Then reboot
  1. edit ~/.xinitrc as, --> skip this step <--
export XDG_CURRENT_DESKTOP=Budgie:GNOME
exec budgie-desktop
  1. install lightdm as desktop manager
$ sudo pacman -Syyuu  lightdm lightdm-gtk-greeter
$ sudo systemctl start lightdm

$ sudo systemctl status lightdm

if err, lightdm --test-mode --debug to see

  1. Post Installation
  • sudo pacman -S tilix firefox
  • sudo pacman -S adobe-source-han-sans-jp-fonts adobe-source-han-serif-tw-fonts
  • edit /etc/locale.gen and locale-gen.localectl set-locale LANG=en_US.UTF-8
  • ln -sf /usr/share/zoneinfo/ROC /etc/localtime
  • sudo pacman -S fcitx5 fcitx5-mozc fcitx5-configtool
  • add ~/.bashrc
GTK_IM_MODULE=fcitx5
QT_IM_MODULE=fcitx5
XMODIFIERS=@im=fcitx5

# tilix error
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
        source /etc/profile.d/vte.sh
fi

Install Fctix5 APT sudo apt install fcitx5 fcitx5-config-qt fcitx5-frontend-gtk4 fcitx5-frontend-gtk3 fcitx5-frontend-gtk2 fcitx5-frontend-qt5 fcitx5-chinese-addons fcitx5-chewing Pacman sudo pacman -S fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk fcitx5-im fcitx5-chinese-addons fcitx5-chewing Environment Variable 對整個系統生效:

sudo nvim /etc/environment

XMODIFIERS=@im=fcitx GTK_IM_MODULE=fcitx QT_IM_MODULE=fcitx im-config 如果你是 Debian/Ubuntu 那麼請執行 im-config

Reboot Now

Return to Top