Comment kdeglobals patch. Need more work.

This commit is contained in:
MatMoul 2015-09-12 17:04:37 +02:00
parent e6e0c068b5
commit dbac717f59

View file

@ -23,14 +23,14 @@ case $sel in
'KDE Base') 'KDE Base')
instpkg "kdebase-workspace" "" instpkg "kdebase-workspace" ""
svcenable kdm svcenable kdm
if ( confirm "Path kdeglobals ?" ) then #if ( confirm "Path kdeglobals ?" ) then
mkdir -p /etc/skel/.kde4/Autostart # mkdir -p /etc/skel/.kde4/Autostart
kdeglobalsfile=/etc/skel/.kde4/Autostart/kdeglobals # kdeglobalsfile=/etc/skel/.kde4/Autostart/kdeglobals
echo "#!/bin/bash" > $kdeglobalsfile # echo "#!/bin/bash" > $kdeglobalsfile
echo "rm ~/.kde4/share/config/kdeglobals" > $kdeglobalsfile # echo "rm ~/.kde4/share/config/kdeglobals" > $kdeglobalsfile
echo "ln ~/.config/kdeglobals ~/.kde4/share/config/kdeglobals" > $kdeglobalsfile # echo "ln ~/.config/kdeglobals ~/.kde4/share/config/kdeglobals" > $kdeglobalsfile
chmod 755 $kdeglobalsfile # chmod 755 $kdeglobalsfile
fi #fi
;; ;;
'KDE Localisations') script install/desktop/kde4/localisations;; 'KDE Localisations') script install/desktop/kde4/localisations;;
'KDE Plasma') script install/desktop/kde4/kdeplasma;; 'KDE Plasma') script install/desktop/kde4/kdeplasma;;