§2023-06-20

Using Dedian bullseye server image, and make it into a desktop

- install kde-plasma
    - `sudo apt install tasksel`
    - `sudo tasksel`
    - hang at `Preparing to configure pulseaudio (arm64)` about 78% finished!
    
- install fcitx5, tilix
    - `sudo apt install fcitx5 fcitx5-mozc fcitx5-config-qt fcitx5-gtk fcitx5-configtool`  fcitx5-gtk is required for chromium
    - `$ sudo pacman -S  fcitx5 fcitx5-mozc fcitx5-config-qt fcitx5-gtk fcitx5-configtool`
    - nano ~/.bashrc
    
```bash
# fcitx5
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
 
# fix tilix error
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
        source /etc/profile.d/vte.sh
fi

¶Uknown issues: