From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RrvPf-0001m2-5L for garchives@archives.gentoo.org; Mon, 30 Jan 2012 17:53:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A2C0E0757; Mon, 30 Jan 2012 17:52:48 +0000 (UTC) Received: from mail.ud10.udmedia.de (ud10.udmedia.de [194.117.254.50]) by pigeon.gentoo.org (Postfix) with ESMTP id 72A9CE0757 for ; Mon, 30 Jan 2012 17:51:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=mail.ud10.udmedia.de; h= date:from:to:subject:message-id:references:mime-version :content-type:in-reply-to; s=beta; bh=TcDlgVM0LXtMn2U01PuUjMcE1H uRue5EQnD+2fCoSWw=; b=Qslo8/tyVoiFLD897pFJHZ575nrkLxxUKmP5scEIhS AsYTtpq0NL0alznlXuZGo2IwYiAzktmWWbDWMYUsVK2wNlVHNrPdsWzZ+uvPrzUC GhK+du0VP5j81sgs28HK8crSYhqxKz7jaRPJEh3mvcX66eZ3RP7BzyzJgaZ/jq2c 0= Received: (qmail 5512 invoked from network); 30 Jan 2012 18:51:47 +0100 Received: from unknown (HELO x4) (ud10?360p3@91.64.56.160) by mail.ud10.udmedia.de with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 30 Jan 2012 18:51:47 +0100 Date: Mon, 30 Jan 2012 18:51:46 +0100 From: Markus Trippelsdorf To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: Konsole question Message-ID: <20120130175146.GD1643@x4> References: <20120130150850.GB3079@ca.inter.net> <20120130165312.GA8979@ksp.sk> <20120130173331.GE3079@ca.inter.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120130173331.GE3079@ca.inter.net> X-Archives-Salt: 2316e811-a351-4bf1-8d43-ee2405808f78 X-Archives-Hash: 8097b91d7f86b2ac7f87d3b5e7469ad3 On 2012.01.30 at 12:33 -0500, Philip Webb wrote: > 120130 YoYo Siska wrote: > > On Mon, Jan 30, 2012 at 07:51:45AM -0800, Mark Knecht wrote: > >> On Mon, Jan 30, 2012 at 7:08 AM, Philip Webb wrote: > >>> When an URL appears in a console, it is usually possible to R-click, > >>> then choose 'open link' & a browser(-tab) opens for that link. > >>> With KDE's Konsole, it opens Konqueror, which I don't usually have running. > >>> However, since around KDE 4.7.1 & continuing in 4.8.0 , > >>> the version of Konqueror which opens is the file browser, > >> I'm running 99.99% stable here so takes that for what it is. > >> Here, with Firefox open I run in konsole > >> and then right click on the ardour.org link and choose Open Link. > >> I get the Ardour web site in the running version of Firefox. > >> With Firefox not running KDE/konsole still opens Firefox. > > That's what happens for me with Terminal, but not with Konsole. > > > Konsole should open the default browser set in KDE. > > You can check that in systemsettings -> Workspace Appearance and Behavior > > -> Default Applications -> Web Browser > > There's no 'Default Applications' in my 'systemsettings'. > That mb because I don't have the whole of KDE installed, > as I use Fluxbox as my desktop/window manager. > The 'Default Applications' setting sb stored somewhere: any idea where ? > > Anyone else have ideas ? .kde4 % grep -D skip -R "irefox" . ./share/config/kdeglobals:BrowserApplication[$e]=!firefox ./share/config/konsolerc:History=firefox >From .kde4/./share/config/konsolerc: ... [Open-with settings] CompletionMode=5 History=firefox >From .kde4/./share/config/kdeglobals ... [General] BrowserApplication[$e]=!firefox ... -- Markus