diff options
Diffstat (limited to 'testing/source/vtown/kde/post-install/konsole.post-install')
-rw-r--r-- | testing/source/vtown/kde/post-install/konsole.post-install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/post-install/konsole.post-install b/testing/source/vtown/kde/post-install/konsole.post-install new file mode 100644 index 00000000..6104e9f2 --- /dev/null +++ b/testing/source/vtown/kde/post-install/konsole.post-install @@ -0,0 +1,13 @@ +# "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 +# 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: +#sed -i 's/ColorScheme=Linux/ColorScheme=WhiteOnBlack/' \ +# $PKG/usr/share/apps/konsole/Shell.profile + |