diff options
Diffstat (limited to 'source/kde/post-install/konsole.post-install')
-rw-r--r-- | source/kde/post-install/konsole.post-install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/kde/post-install/konsole.post-install b/source/kde/post-install/konsole.post-install index b0ef9a6b1..6104e9f2f 100644 --- a/source/kde/post-install/konsole.post-install +++ b/source/kde/post-install/konsole.post-install @@ -2,8 +2,9 @@ # 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 +# Removed in KDE 4.9.4 package because it does not work: +#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 by pjv> ## Change the konsole defaults to look like the real Linux console: |