mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
don't install unnecessary input-methods and fonts to save spae; remove the workaround for adding the german keyboard layout inside KDE
This commit is contained in:
parent
fd3884fe05
commit
d9bb91b3ef
@ -12,15 +12,39 @@ timezone Europe/Berlin
|
||||
%packages
|
||||
@german-support
|
||||
|
||||
# don't use kpackagekit until it's translated
|
||||
-kpackagekit
|
||||
gnome-packagekit
|
||||
|
||||
# don't install unnecessary input methods
|
||||
-scim*
|
||||
-m17n*
|
||||
-iok
|
||||
|
||||
# don't install unnecessary fonts
|
||||
-abyssinica-fonts
|
||||
-cjkunifonts-uming
|
||||
-jomolhari-fonts
|
||||
-kacst-fonts
|
||||
-khmeros-fonts-base
|
||||
-lklug-fonts
|
||||
-un-core-fonts-dotum
|
||||
-padauk-fonts
|
||||
-paktype-fonts
|
||||
-smc-fonts-meera
|
||||
-stix-fonts
|
||||
-thaifonts-scalable
|
||||
-VLGothic-fonts
|
||||
|
||||
%end
|
||||
|
||||
%post
|
||||
# set up localized keyboard since it is not used in /etc/X11/xorg.conf anymore and
|
||||
# KDE don't use /etc/sysconfig/keyboard.
|
||||
# Replace "de-latin1-nodeadkeys" with the keyboard layout you have used above
|
||||
mkdir -p /home/liveuser/.kde/env
|
||||
echo "system-config-keyboard --noui de-latin1-nodeadkeys" > /home/liveuser/.kde/env/keyboard.sh
|
||||
chmod +x /home/liveuser/.kde/env/keyboard.sh
|
||||
chown -R liveuser:liveuser /home/liveuser/.kde/env/
|
||||
#mkdir -p /home/liveuser/.kde/env
|
||||
#echo "system-config-keyboard --noui de-latin1-nodeadkeys" > /home/liveuser/.kde/env/keyboard.sh
|
||||
#chmod +x /home/liveuser/.kde/env/keyboard.sh
|
||||
#chown -R liveuser:liveuser /home/liveuser/
|
||||
|
||||
%end
|
Loading…
Reference in New Issue
Block a user