On Mon, 24 May 2010 18:04:39 -0400 Patrick Shanahan <paka@opensuse.org> wrote:
* Thomas Taylor <linxt@comcast.net> [05-24-10 18:00]:
Interesting combination, kmail under gnome.
Since you don't have a system-settings gui, you could try the hard-core way. Perform a search on /etc and ~/ for Quanta, changing that to FF if it looks like a pointer to a browser. Need to be root or su to do this in /etc.
find /etc -type f -print0 | xargs -O grep -i quanta
will get you a list of files with [Q]quanta in them.
But the KMail settings would be below ~/.kde4/share/config
True, which is why I specified ~/ in the previous paragraph, I just didn't include it in the example. So add this: find ~/ -type f -print0 | xargs -O grep -i quanta Does that meet your objection? -- Tom Taylor - retired penguin openSuSE 11.3-M7 x86_64 KDE 4.4.3, FF 3.6.4 claws-mail 3.7.6 linxt-AT-comcast.net -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org