Gentoo Archives: gentoo-user

From: Dale <dalek@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] quick kmail question
Date: Tue, 06 Mar 2007 07:18:33
Message-Id: 45ED144F.4010500@exceedtech.net
In Reply to: Re: [gentoo-user] quick kmail question by "Bo Ørsted Andresen"
1 Bo Ørsted Andresen wrote:
2 > On Monday 05 March 2007 21:43:03 Matthew R. Lee wrote:
3 >
4 >> When I click on a URL in an email it opens a new Konqueror window. However
5 >> I have it set in my Konqueror configuration to "Open as tab in existing
6 >> Konqueror when URL is called externally" I've looked through the KMail
7 >> configuration settings but I can't find anywhere to change this. Is there
8 >> a way?
9 >>
10 >
11 > This has been annoying me too. I'm quite interested if anybody knows a better
12 > way to fix it but I've worked around it by setting /usr/local/bin/konqueror
13 > as my Web Browser in kcontrol -> KDE Components -> Component Chooser. If you
14 > do the same do remember to make /usr/local/bin/konqueror executable.
15 >
16 > $ cat /usr/local/bin/konqueror
17 > #!/bin/bash
18 >
19 > SESS="$(/usr/kde/3.5/bin/dcop | sed '/^konqueror/q;d')"
20 >
21 > if [[ -z "${SESS}" ]]; then
22 > /usr/kde/3.5/bin/konqueror "$*"
23 > else
24 > /usr/kde/3.5/bin/dcop "${SESS}" konqueror-mainwindow\#1 newTab "$*"
25 > fi
26 >
27 >
28
29 I never could get it to work like it should either. I switched to
30 Mozilla and now Seamonkey. Hey, it works. It'll open it in a new tab
31 or a new window.
32
33 I hope you find a solution. I never did.
34
35 Dale
36
37 :-) :-) :-)
38
39 --
40 www.myspace.com/dalek1967