summaryrefslogtreecommitdiffstats
path: root/kde/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'kde/post-install')
-rw-r--r--kde/post-install/baloo.post-install2
-rw-r--r--kde/post-install/plasma-workspace.post-install5
2 files changed, 5 insertions, 2 deletions
diff --git a/kde/post-install/baloo.post-install b/kde/post-install/baloo.post-install
index 9239a3e..58ceb24 100644
--- a/kde/post-install/baloo.post-install
+++ b/kde/post-install/baloo.post-install
@@ -1,2 +1,4 @@
# Move the polkit dbus configuration files to the proper place:
mv $PKG/etc/kde/dbus-1 $PKG/etc/
+# We do not need these, they are already part of baloo5:
+rm -f $PKG/usr/bin/*
diff --git a/kde/post-install/plasma-workspace.post-install b/kde/post-install/plasma-workspace.post-install
index b2df90e..15ad278 100644
--- a/kde/post-install/plasma-workspace.post-install
+++ b/kde/post-install/plasma-workspace.post-install
@@ -7,11 +7,12 @@ cat $CWD/post-install/plasma-workspace/xinit/xinitrc.plasma \
> $PKG/etc/X11/xinit/xinitrc.plasma
chmod 0755 $PKG/etc/X11/xinit/xinitrc.plasma
-# Add a "fail-safe" version of KDE Plasma desktop session:
+# Add a "fail-safe" version of KDE Plasma desktop session.
+# Prefix the name with "z_" because SDDM is braindead:
mkdir -p $PKG/usr/share/xsessions
cat $CWD/post-install/plasma-workspace/xsession/plasma-safe.desktop \
| sed -e "s,@PREFIX@,/usr,g" \
- > $PKG/usr/share/xsessions/plasma-safe.desktop
+ > $PKG/usr/share/xsessions/z_plasma-safe.desktop
# What is "plugins/plugins"?
mv $PKG/usr/lib64/qt5/plugins/{plugins,}/phonon_platform