From ca21a47f34633755eceb8036a56204a8191c8639 Mon Sep 17 00:00:00 2001 From: fujiwara Date: Sun, 26 Feb 2017 10:06:19 +0900 Subject: [PATCH 1/2] Add cinnamon-ja_JP.ks to l10n directory. new file: fedora-livecd-cinnamon-ja_JP.ks --- l10n/fedora-livecd-cinnamon-ja_JP.ks | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 l10n/fedora-livecd-cinnamon-ja_JP.ks diff --git a/l10n/fedora-livecd-cinnamon-ja_JP.ks b/l10n/fedora-livecd-cinnamon-ja_JP.ks new file mode 100644 index 0000000..e1ca1bf --- /dev/null +++ b/l10n/fedora-livecd-cinnamon-ja_JP.ks @@ -0,0 +1,35 @@ +# fedora-livecd-cinnamon-ja_JP.ks +# +# Description: +# - Japanese Fedora Live Spin with the Cinnamon Desktop Environment +# +# Maintainer(s): +# - Shintaro Fujiwara + +%include ../fedora-live-cinnamon.ks + +lang ja_JP.UTF-8 +keyboard jp +timezone Asia/Tokyo + +%packages +@japanese-support +# exclude input methods except ibus: +-m17n* +-scim* +-iok +%end + +%post +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 +# manually too freely. +Section "InputClass" + Identifier "system-keyboard" + MatchIsKeyboard "on" + Option "XkbLayout" "jp" + Option "XkbModel" "jp106" +EndSection +EOF +%end + From a05ca9b91bc465a315e9df9bad4d98587e94cf3d Mon Sep 17 00:00:00 2001 From: fujiwara Date: Mon, 27 Feb 2017 07:50:48 +0900 Subject: [PATCH 2/2] Fixed not deleting ibus packages modified: fedora-livecd-xfce-ja_JP.ks --- l10n/fedora-livecd-xfce-ja_JP.ks | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/l10n/fedora-livecd-xfce-ja_JP.ks b/l10n/fedora-livecd-xfce-ja_JP.ks index 39e44b3..35ceea1 100644 --- a/l10n/fedora-livecd-xfce-ja_JP.ks +++ b/l10n/fedora-livecd-xfce-ja_JP.ks @@ -14,11 +14,13 @@ timezone Asia/Tokyo %packages @japanese-support -# exclude input methods: +# exclude input methods except ibus: -m17n* -scim* --ibus* -iok + +# ibus-kkc +ibus-kkc %end %post