-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, Jul 12, 2003 at 11:06:14PM +0200, Kay Obermueller wrote: > Hello all, > where are the settings for the Konsole stored? The display of midnight > commander in Konsole is terrible. Where there should be a frame line there > are lines of 0's. I think mc uses ncurses?? This doesn't work. > My KDE 3.1.2 runs on Debian sid. > Where can I start searching?
The easy way: Open a console and mouse down through the Settings menu. To find the config files (since the documentation was fscking useless), I opened a konsole and did $ pwd /home/baloo $ strace -o konsole.strace konsole This caused a second konsole to open, which I immediately closed. After all, we only want to see what's going on at startup here. Now we want to find out what it's getting from me by proxy through the filesystem. strace tells you *everything* a program is doing in a play-by-play format that would make a rodeo auctioneer proud, so we also pipe it to less so we can read the output. Here, the output will be edited for brevity, but when you try the real thing, you'll know exactly what you're looking for when you see it... $ grep access konsole.strace | grep /home/baloo/.kde | less access("/home/baloo/.kde/share/config/konsolerc", W_OK) = 0 So, looks like the file you need to take a look at is ~/.kde/share/config/konsolerc - -- .''`. Paul Johnson <[EMAIL PROTECTED]> : :' : proud Debian admin and user `. `'` `- Debian - when you have better things to do than fix a system -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/ETJYJ5vLSqVpK2kRAmc8AKCTdM0vQ4BAkTdn8rN+Jhhl56h3CwCgk5mN jElc85DkXzNkcNECwT7KHL4= =q/+L -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]