Version: 1.2.3 (using KDE 3.1.4) Installed from: Gentoo Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r2, propolice) OS: Linux (i686) release 2.6.1 Calling Konsole this way doesn't work: kstart --skiptaskbar --skippager --type override --alldesktops konsole --nomenubar --noframe --noscrollbar --notoolbar --schema /usr/kde/3.1/share/apps/konsole/Transparent.schema --geometry 1580x240+10+10 -e "sudo tail -f /var/log/messages" It starts with a plain black/white schema. But starting it like this works! cd /usr/kde/3.1/share/apps/konsole/ kstart --skiptaskbar --skippager --type override --alldesktops konsole --nomenubar --noframe --noscrollbar --notoolbar --schema Transparent.schema --geometry 1580x240+10+10 -e "sudo tail -f /var/log/messages" BTW: How can I get rid of the one or two pixel high lines at the top and the bottom (it is not the border - it is already deactivated)? I just want text-only on my desktop without karamba ;-)
Created attachment 4510 [details] Patch to allow full schema filenames on the command line. Patch against kdebase/konsole/konsole/ CVS as of 02/04/2004.
I also get the 1/2 pixels at the top and bottom; although not the sides. No idea where they come from.
Re: Patch Thanks, applied. Re: 1/2 pixels This is a Qt bug.