From 1461355df207fe0e1c07825b094c1ed5ada8dc3a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Dec 2014 15:16:30 +0100 Subject: KDE 4.12.5 for Slackware 14.1 (27apr2014) --- kde/post-install/kde-workspace.post-install | 6 ++++++ kde/post-install/kwalletmanager.post-install | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 kde/post-install/kwalletmanager.post-install (limited to 'kde/post-install') diff --git a/kde/post-install/kde-workspace.post-install b/kde/post-install/kde-workspace.post-install index 69952c7..a22ef48 100644 --- a/kde/post-install/kde-workspace.post-install +++ b/kde/post-install/kde-workspace.post-install @@ -15,6 +15,11 @@ if ! grep -q "SessionsDirs=/usr/share/xsessions" $PKG/usr/share/config/kdm/kdmrc fi rm $PKG/usr/share/apps/kdm/sessions/xfce*.desktop +# Similarly, allow other login managers to show KDE Plasma desktop sessions: +mkdir -p $PKG/usr/share/xsessions +mv $PKG/usr/share/apps/kdm/sessions/kde-plasma*.desktop \ + $PKG/usr/share/xsessions/ + # Not allowing root to login at the console is just plain silly. If they # have physical access to the machine, what's the point of trying to stop # this? Even the kdmrc file says this is supposed to be the default. @@ -44,3 +49,4 @@ mv $PKG/etc/kde/dbus-1 $PKG/etc/ # This is fubar: rm -f $PKG/usr/share/icons/hicolor/index.theme + diff --git a/kde/post-install/kwalletmanager.post-install b/kde/post-install/kwalletmanager.post-install new file mode 100644 index 0000000..9239a3e --- /dev/null +++ b/kde/post-install/kwalletmanager.post-install @@ -0,0 +1,2 @@ +# Move the polkit dbus configuration files to the proper place: +mv $PKG/etc/kde/dbus-1 $PKG/etc/ -- cgit v1.2.3