Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] quick kmail question
Date: Tue, 06 Mar 2007 09:21:32
Message-Id: 20070306091600.7ccb49d0@krikkit.digimed.co.uk
In Reply to: Re: [gentoo-user] quick kmail question by "Bo Ørsted Andresen"
1 On Tue, 6 Mar 2007 07:47:40 +0100, Bo Ørsted Andresen wrote:
2
3 > This has been annoying me too. I'm quite interested if anybody knows a
4 > better way to fix it but I've worked around it by
5 > setting /usr/local/bin/konqueror as my Web Browser in kcontrol -> KDE
6 > Components -> Component Chooser. If you do the same do remember to
7 > make /usr/local/bin/konqueror executable.
8 >
9 > $ cat /usr/local/bin/konqueror
10 > #!/bin/bash
11 >
12 > SESS="$(/usr/kde/3.5/bin/dcop | sed '/^konqueror/q;d')"
13 >
14 > if [[ -z "${SESS}" ]]; then
15 > /usr/kde/3.5/bin/konqueror "$*"
16 > else
17 > /usr/kde/3.5/bin/dcop "${SESS}" konqueror-mainwindow\#1 newTab
18 > "$*" fi
19
20 I don't use KMail, but you should be able to avoid using a script by
21 setting Web Browser to "kfmclient exec", which does respect the tab
22 settings for Konqueror.
23
24 It seems to me that a KDE bug report is in order.
25
26
27 --
28 Neil Bothwick
29
30 Earlier, I didn't have time to finish anything. This time I w

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] quick kmail question "Bo Ørsted Andresen" <bo.andresen@××××.dk>