From owner-freebsd-xfce@freebsd.org Fri Oct 21 18:52:58 2016 Return-Path: Delivered-To: freebsd-xfce@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D018C1B0B9 for ; Fri, 21 Oct 2016 18:52:58 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 77869FA for ; Fri, 21 Oct 2016 18:52:58 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: by mailman.ysv.freebsd.org (Postfix) id 76A46C1B0B8; Fri, 21 Oct 2016 18:52:58 +0000 (UTC) Delivered-To: xfce@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 764BDC1B0B7 for ; Fri, 21 Oct 2016 18:52:58 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4808BF9 for ; Fri, 21 Oct 2016 18:52:58 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u9LIqu70099509 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 21 Oct 2016 12:52:56 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u9LIqum2099506; Fri, 21 Oct 2016 12:52:56 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 21 Oct 2016 12:52:56 -0600 (MDT) From: Warren Block To: Olivier Duchateau cc: xfce@FreeBSD.org Subject: Re: xfce4-terminal-0.8.0 and URLs In-Reply-To: <20161021175540.07425ef49db04f1368c4d483@gmail.com> Message-ID: References: <20161021175540.07425ef49db04f1368c4d483@gmail.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 21 Oct 2016 12:52:56 -0600 (MDT) X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 18:52:58 -0000 On Fri, 21 Oct 2016, Olivier Duchateau wrote: > On Fri, 21 Oct 2016 07:51:32 -0600 (MDT) > Warren Block wrote: > >> Middle-click on URLs used to open them in the browser. With the new >> xfce4-terminal 0.8.0, the mouse pointer still changes to a pointing >> finger over URLs, but middle-click pastes. >> >> Can the old behavior be restored? There is nothing about it in the >> preferences settings. > > It's an hidden option which is now off by default (like gnome-termianl). Seems odd to hide it, but what do I know. > To restore the old behavior, open ~/.config/xfce4/terminal/terminalrc file and change value of MiscMiddleClickOpensUri to TRUE. Changed, but it still just pastes whatever is in the buffer. MiscMiddleClickOpensUri=TRUE Thanks!