On Tue, 6 Mar 2007 07:47:40 +0100, Bo Ørsted Andresen wrote:

> This has been annoying me too. I'm quite interested if anybody knows a
> better way to fix it but I've worked around it by
> setting /usr/local/bin/konqueror as my Web Browser in kcontrol -> KDE
> Components -> Component Chooser. If you do the same do remember to
> make /usr/local/bin/konqueror executable.
> 
> $ cat /usr/local/bin/konqueror
> #!/bin/bash
> 
> SESS="$(/usr/kde/3.5/bin/dcop | sed '/^konqueror/q;d')"
> 
> if [[ -z "${SESS}" ]]; then
>         /usr/kde/3.5/bin/konqueror "$*"
> else
>         /usr/kde/3.5/bin/dcop "${SESS}" konqueror-mainwindow\#1 newTab
> "$*" fi

I don't use KMail, but you should be able to avoid using a script by
setting Web Browser to "kfmclient exec", which does respect the tab
settings for Konqueror.

It seems to me that a KDE bug report is in order.


-- 
Neil Bothwick

Earlier, I didn't have time to finish anything. This time I w

Attachment: signature.asc
Description: PGP signature

Reply via email to