Gentoo Archives: gentoo-user

From: "Bo Ørsted Andresen" <bo.andresen@××××.dk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] quick kmail question
Date: Tue, 06 Mar 2007 06:55:35
Message-Id: 200703060748.31979.bo.andresen@zlin.dk
In Reply to: [gentoo-user] quick kmail question by "Matthew R. Lee"
1 On Monday 05 March 2007 21:43:03 Matthew R. Lee wrote:
2 > When I click on a URL in an email it opens a new Konqueror window. However
3 > I have it set in my Konqueror configuration to "Open as tab in existing
4 > Konqueror when URL is called externally" I've looked through the KMail
5 > configuration settings but I can't find anywhere to change this. Is there
6 > a way?
7
8 This has been annoying me too. I'm quite interested if anybody knows a better
9 way to fix it but I've worked around it by setting /usr/local/bin/konqueror
10 as my Web Browser in kcontrol -> KDE Components -> Component Chooser. If you
11 do the same do remember to make /usr/local/bin/konqueror executable.
12
13 $ cat /usr/local/bin/konqueror
14 #!/bin/bash
15
16 SESS="$(/usr/kde/3.5/bin/dcop | sed '/^konqueror/q;d')"
17
18 if [[ -z "${SESS}" ]]; then
19 /usr/kde/3.5/bin/konqueror "$*"
20 else
21 /usr/kde/3.5/bin/dcop "${SESS}" konqueror-mainwindow\#1 newTab "$*"
22 fi
23
24 --
25 Bo Andresen

Replies

Subject Author
Re: [gentoo-user] quick kmail question Dale <dalek@××××××××××.net>
Re: [gentoo-user] quick kmail question Michal 'vorner' Vaner <vorner@×××.cz>
Re: [gentoo-user] quick kmail question Neil Bothwick <neil@××××××××××.uk>