Install and prepare fcitx

This commit is contained in:
Takumi Sueda 2021-04-05 04:41:41 +09:00
parent b8908199d5
commit 0f934753d6
4 changed files with 34 additions and 0 deletions

View File

@ -15,5 +15,7 @@ install -g root -o root -m 0644 $SRC/etc/X11/Xsession.d/96calibrate $DST/etc/X11
install -g root -o root -m 0644 -D $SRC/etc/xdg/weston/weston.ini $DST/etc/xdg/weston/weston.ini
install -g root -o root -m 0644 -D $SRC/home/user/.xprofile $DST/home/user/.xprofile
install -g root -o root -m 0644 -D $SRC/home/user/.config/fcitx/profile $DST/home/user/.config/fcitx/profile
install -g root -o root -m 0644 -D $SRC/home/user/lxterminal/lxterminal.conf $DST/home/user/lxterminal/lxterminal.conf
install -g root -o root -m 0644 -D $SRC/etc/jwm/system.jwmrc $DST/etc/jwm/system.jwmrc

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
# Uncomment the following line to enable fcitx-mozc
# fcitx-autostart &

View File

@ -57,6 +57,9 @@ DEBIAN_FRONTEND=noninteractive \
python3 python3-dev python3-setuptools python3-wheel python3-pip python3-smbus \
resolvconf net-tools ssh openssh-client avahi-daemon curl wget git
DEBIAN_FRONTEND=noninteractive \
apt install -y --install-recommends fcitx-anthy
systemctl enable fake-hwclock
# Ly