forked from srbala/fedora-kickstarts
Added imsettings and ibus-kkc which sets proper Japanese settings.
modified: l10n/fedora-livecd-lxde-ja_JP.ks
This commit is contained in:
parent
a6f5579e00
commit
6ed0f65039
@ -19,9 +19,35 @@ timezone Asia/Tokyo
|
|||||||
-scim*
|
-scim*
|
||||||
-ibus*
|
-ibus*
|
||||||
-iok
|
-iok
|
||||||
|
# Better more popular browser
|
||||||
|
firefox
|
||||||
|
# ibus stuff
|
||||||
|
ibus-kkc
|
||||||
|
imsettings
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
#### setting env and start ibus-deamon ####
|
||||||
|
#mkdir /home/liveuser
|
||||||
|
cat >> /home/liveuser/.bash_profile << FOE
|
||||||
|
export XMODIFIERS="@im=ibus"
|
||||||
|
export GTK_IM_MODULE=ibus
|
||||||
|
export QT_IM_MODULE=ibus
|
||||||
|
ibus-daemon -drx
|
||||||
|
FOE
|
||||||
|
#### autostart ibus and stuff ####
|
||||||
|
cat > /etc/xdg/autostart/imsettings-start.desktop << "FOE"
|
||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Type=Application
|
||||||
|
Version=1.0
|
||||||
|
Name=Input Method starter
|
||||||
|
Name[ja]=入力メソッドのスターター
|
||||||
|
Exec=imsettings-switch -n -q -x
|
||||||
|
Terminal=false
|
||||||
|
FOE
|
||||||
|
EOF
|
||||||
cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
|
cat > /etc/X11/xorg.conf.d/00-keyboard.conf << "EOF"
|
||||||
# Read and parsed by systemd-localed. It's probably wise not to edit this file
|
# Read and parsed by systemd-localed. It's probably wise not to edit this file
|
||||||
# manually too freely.
|
# manually too freely.
|
||||||
@ -33,4 +59,3 @@ Section "InputClass"
|
|||||||
EndSection
|
EndSection
|
||||||
EOF
|
EOF
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user