ยง2023-06-01
- install budgie-desktop@archWiki
- Official blog for Buddies Of Budgie
- How to install Budgie on Manjaro Linux
- install budgie desktop
$ sudo pacman -Syyuu budgie-desktop budgie-desktop-view budgie-extras budgie-screensaver
- Then reboot
- edit ~/.xinitrc as, --> skip this step <--
export XDG_CURRENT_DESKTOP=Budgie:GNOME
exec budgie-desktop
- 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
- 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