2011-01-25 16:10:19 +00:00
|
|
|
# Maintained by the Fedora KDE SIG:
|
|
|
|
# http://fedoraproject.org/wiki/SIGs/KDE
|
|
|
|
# mailto:kde@lists.fedoraproject.org
|
|
|
|
|
|
|
|
%include fedora-live-base.ks
|
2013-06-09 01:13:50 +00:00
|
|
|
%include fedora-kde-packages.ks
|
2011-01-25 16:10:19 +00:00
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
# create /etc/sysconfig/desktop (needed for installation)
|
|
|
|
cat > /etc/sysconfig/desktop <<EOF
|
|
|
|
DESKTOP="KDE"
|
2012-08-11 20:43:22 +00:00
|
|
|
DISPLAYMANAGER="KDE"
|
2011-01-25 16:10:19 +00:00
|
|
|
EOF
|
|
|
|
|
2012-05-14 20:23:32 +00:00
|
|
|
# make oxygen-gtk the default GTK+ theme for root (see #683855, #689070, #808062)
|
2012-05-14 20:22:56 +00:00
|
|
|
cat > /root/.gtkrc-2.0 << EOF
|
|
|
|
include "/usr/share/themes/oxygen-gtk/gtk-2.0/gtkrc"
|
|
|
|
include "/etc/gtk-2.0/gtkrc"
|
|
|
|
gtk-theme-name="oxygen-gtk"
|
|
|
|
EOF
|
2012-05-14 22:08:58 +00:00
|
|
|
mkdir -p /root/.config/gtk-3.0
|
2012-05-14 20:22:56 +00:00
|
|
|
cat > /root/.config/gtk-3.0/settings.ini << EOF
|
|
|
|
[Settings]
|
|
|
|
gtk-theme-name = oxygen-gtk
|
|
|
|
EOF
|
|
|
|
|
2011-01-25 16:10:19 +00:00
|
|
|
# add initscript
|
|
|
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
|
|
|
|
|
|
if [ -e /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png ] ; then
|
|
|
|
# use image also for kdm
|
|
|
|
mkdir -p /usr/share/apps/kdm/faces
|
|
|
|
cp /usr/share/icons/hicolor/96x96/apps/fedora-logo-icon.png /usr/share/apps/kdm/faces/fedora.face.icon
|
|
|
|
fi
|
|
|
|
|
|
|
|
# make liveuser use KDE
|
|
|
|
echo "startkde" > /home/liveuser/.xsession
|
|
|
|
chmod a+x /home/liveuser/.xsession
|
|
|
|
chown liveuser:liveuser /home/liveuser/.xsession
|
|
|
|
|
|
|
|
# set up autologin for user liveuser
|
2013-10-03 15:05:58 +00:00
|
|
|
sed -i 's/^AutoUser=.*/AutoUser=liveuser/' /etc/sddm.conf
|
2011-01-25 16:10:19 +00:00
|
|
|
|
|
|
|
# set up user liveuser as default user and preselected user
|
2013-10-03 15:05:58 +00:00
|
|
|
sed -i 's/^LastUser=.*/LastUser=liveuser/' /etc/sddm.conf
|
|
|
|
sed -i 's/^LastSession=.*/LastSession=kde-plasma.desktop/' /etc/sddm.conf
|
2011-01-25 16:10:19 +00:00
|
|
|
|
|
|
|
# add liveinst.desktop to favorites menu
|
|
|
|
mkdir -p /home/liveuser/.kde/share/config/
|
|
|
|
cat > /home/liveuser/.kde/share/config/kickoffrc << MENU_EOF
|
|
|
|
[Favorites]
|
|
|
|
FavoriteURLs=/usr/share/applications/kde4/konqbrowser.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/kde4/systemsettings.desktop,/usr/share/applications/liveinst.desktop
|
|
|
|
MENU_EOF
|
|
|
|
|
|
|
|
# show liveinst.desktop on desktop and in menu
|
|
|
|
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
|
|
|
|
|
|
|
# chmod +x ~/Desktop/liveinst.desktop to disable KDE's security warning
|
|
|
|
chmod +x /usr/share/applications/liveinst.desktop
|
|
|
|
|
|
|
|
# copy over the icons for liveinst to hicolor
|
|
|
|
cp /usr/share/icons/gnome/16x16/apps/system-software-install.png /usr/share/icons/hicolor/16x16/apps/
|
|
|
|
cp /usr/share/icons/gnome/22x22/apps/system-software-install.png /usr/share/icons/hicolor/22x22/apps/
|
|
|
|
cp /usr/share/icons/gnome/24x24/apps/system-software-install.png /usr/share/icons/hicolor/24x24/apps/
|
|
|
|
cp /usr/share/icons/gnome/32x32/apps/system-software-install.png /usr/share/icons/hicolor/32x32/apps/
|
|
|
|
cp /usr/share/icons/gnome/48x48/apps/system-software-install.png /usr/share/icons/hicolor/48x48/apps/
|
|
|
|
cp /usr/share/icons/gnome/256x256/apps/system-software-install.png /usr/share/icons/hicolor/256x256/apps/
|
|
|
|
touch /usr/share/icons/hicolor/
|
|
|
|
|
2011-10-13 14:47:33 +00:00
|
|
|
# Set akonadi backend
|
|
|
|
mkdir -p /home/liveuser/.config/akonadi
|
|
|
|
cat > /home/liveuser/.config/akonadi/akonadiserverrc << AKONADI_EOF
|
|
|
|
[%General]
|
|
|
|
Driver=QSQLITE3
|
|
|
|
AKONADI_EOF
|
|
|
|
|
2011-10-21 22:03:05 +00:00
|
|
|
# Disable the update notifications of apper
|
|
|
|
cat > /home/liveuser/.kde/share/config/apper << APPER_EOF
|
2011-01-25 16:10:19 +00:00
|
|
|
[CheckUpdate]
|
|
|
|
autoUpdate=0
|
2013-04-29 17:41:23 +00:00
|
|
|
distroUpgrade=0
|
2011-01-25 16:10:19 +00:00
|
|
|
interval=0
|
2011-10-21 22:03:05 +00:00
|
|
|
APPER_EOF
|
2011-01-25 16:10:19 +00:00
|
|
|
|
2013-05-13 17:12:05 +00:00
|
|
|
# Disable some kded modules
|
|
|
|
# apperd: http://bugzilla.redhat.com/948099
|
2013-04-29 17:41:23 +00:00
|
|
|
cat > /home/liveuser/.kde/share/config/kdedrc << KDEDRC_EOF
|
|
|
|
[Module-apperd]
|
|
|
|
autoload=false
|
|
|
|
KDEDRC_EOF
|
|
|
|
|
2014-04-09 02:40:27 +00:00
|
|
|
# Disable baloo
|
|
|
|
cat > /home/liveuser/.kde/share/config/baloofilerc << BALOO_EOF
|
|
|
|
[Basic Settings]
|
|
|
|
Indexing-Enabled=false
|
|
|
|
BALOO_EOF
|
|
|
|
|
2011-01-25 16:10:19 +00:00
|
|
|
# Disable kres-migrator
|
|
|
|
cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
|
|
|
|
[Migration]
|
|
|
|
Enabled=false
|
|
|
|
KRES_EOF
|
|
|
|
|
2011-10-13 16:33:36 +00:00
|
|
|
# Disable nepomuk
|
2011-01-25 16:10:19 +00:00
|
|
|
cat > /home/liveuser/.kde/share/config/nepomukserverrc << NEPOMUK_EOF
|
2011-10-13 16:33:36 +00:00
|
|
|
[Basic Settings]
|
|
|
|
Start Nepomuk=false
|
|
|
|
|
2012-11-29 16:33:27 +00:00
|
|
|
[Service-nepomukfileindexer]
|
2011-01-25 16:10:19 +00:00
|
|
|
autostart=false
|
|
|
|
NEPOMUK_EOF
|
|
|
|
|
|
|
|
# make sure to set the right permissions and selinux contexts
|
|
|
|
chown -R liveuser:liveuser /home/liveuser/
|
|
|
|
restorecon -R /home/liveuser/
|
|
|
|
|
|
|
|
# small hack to enable plasma-netbook workspace on boot
|
|
|
|
if strstr "\`cat /proc/cmdline\`" netbook ; then
|
|
|
|
mv /usr/share/autostart/plasma-desktop.desktop /usr/share/autostart/plasma-netbook.desktop
|
|
|
|
sed -i 's/desktop/netbook/g' /usr/share/autostart/plasma-netbook.desktop
|
|
|
|
fi
|
|
|
|
EOF
|
|
|
|
|
|
|
|
%end
|