From owner-freebsd-xfce@freebsd.org Fri Oct 21 21:31:21 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 0F74CC1CD43 for ; Fri, 21 Oct 2016 21:31:21 +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 ED12B6DD for ; Fri, 21 Oct 2016 21:31:20 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: by mailman.ysv.freebsd.org (Postfix) id E910EC1CD42; Fri, 21 Oct 2016 21:31:20 +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 E8BCAC1CD41 for ; Fri, 21 Oct 2016 21:31:20 +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 B95286DC for ; Fri, 21 Oct 2016 21:31:20 +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 u9LLVJQ2040217 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 21 Oct 2016 15:31:19 -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 u9LLVJom040214; Fri, 21 Oct 2016 15:31:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 21 Oct 2016 15:31:19 -0600 (MDT) From: Warren Block To: Olivier Duchateau cc: xfce@FreeBSD.org Subject: Re: xfce4-terminal-0.8.0 and URLs In-Reply-To: <20161021223838.b4fca35f7fb13ca1d5fd7117@gmail.com> Message-ID: References: <20161021175540.07425ef49db04f1368c4d483@gmail.com> <20161021223838.b4fca35f7fb13ca1d5fd7117@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 15:31:19 -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 21:31:21 -0000 On Fri, 21 Oct 2016, Olivier Duchateau wrote: > On Fri, 21 Oct 2016 12:52:56 -0600 (MDT) > Warren Block wrote: > >> 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. > > Tested again, middle click works fine. After made changes, all instances of xfce4-terminal must be closed (I think configuration is not reloaded). Aha, that did it. Thank you!