From 270c1ba7053478dbd1c632eea18d6e54d51e4ecc Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Dec 2014 15:03:24 +0100 Subject: KDE 4.7.4 for Slackware 13.37 (06dec2011) --- kde/post-install/konsole.post-install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kde/post-install/konsole.post-install (limited to 'kde/post-install/konsole.post-install') diff --git a/kde/post-install/konsole.post-install b/kde/post-install/konsole.post-install new file mode 100644 index 0000000..b0ef9a6 --- /dev/null +++ b/kde/post-install/konsole.post-install @@ -0,0 +1,12 @@ +# "konsole -ls" is no longer valid syntax for konsole, even though it's +# still documented in the help manual. Here's a way to get the same +# thing, and it works here, but I honestly don't know how it will act +# everywhere with every shell. I just know it works with bash and ksh +sed -i -e 's/Exec=konsole/Exec=konsole -e $SHELL -l/' \ + $PKG/usr/share/applications/kde4/konsole.desktop + +## I find this a little bit too bright... +## Change the konsole defaults to look like the real Linux console: +#sed -i 's/ColorScheme=Linux/ColorScheme=WhiteOnBlack/' \ +# $PKG/usr/share/apps/konsole/Shell.profile + -- cgit v1.2.3