On 05/24/2010 10:00 PM, Thomas Taylor pecked at the keyboard and wrote:
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?
~ is sufficient to refer to your home directory, no need for the / in the preceding example. -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org