From owner-freebsd-current@FreeBSD.ORG Fri Mar 6 00:19:02 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD48FEEB for ; Fri, 6 Mar 2015 00:19:02 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D182E67 for ; Fri, 6 Mar 2015 00:19:02 +0000 (UTC) Received: by igbhl2 with SMTP id hl2so50596787igb.3 for ; Thu, 05 Mar 2015 16:19:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Owni33MGwJQLDTHjx8zTR/Lq4/ceYjZa0OJN2StRf14=; b=uUggvcYBwwq9i4eLRQXh7DGpwMJ1xs/bCntr5Qg4JmSMlg1vijV6CdO1VhbaprvvI1 gcok9zT2UYOgHKYslHe/awkkPegRI4ic6r5RqsrDsFqxaCO5KRFOJ2ejKpWvpo0e81Wi 7iMbhFujE+C/xpp8gQVEq2ehQAsgNZ0S+pvZALz3vAANnTunFFMS0w7KXw4pJNuVjvY8 BmiQoN7Q2xKnXY+MQjM41m5dpv8//D2il6SF6sfQ+GMSGczlZRU/5Y0JE9xVf7+826Zn K5oqrNYwnE4cDCGZNWwSuIsRtbThgLQA6hwapttAuAzJX0T6etQyprfvnzU5ycHtkGzw xhAw== X-Received: by 10.42.109.12 with SMTP id j12mr6956478icp.22.1425601141867; Thu, 05 Mar 2015 16:19:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.55.167 with HTTP; Thu, 5 Mar 2015 16:18:41 -0800 (PST) In-Reply-To: References: <54F8BC9B.5060801@pcbsd.org> From: Miguel Clara Date: Fri, 6 Mar 2015 00:18:41 +0000 Message-ID: Subject: Re: X11 tray icons not visible (show a 'square') in FreeBSD current To: Kris Moore Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Mar 2015 00:19:02 -0000 On Thu, Mar 5, 2015 at 8:35 PM, Miguel Clara wrote: > > On Thu, Mar 5, 2015 at 8:29 PM, Kris Moore wrote: > >> On 03/05/2015 14:54, Miguel Clara wrote: >> > On Thu, Mar 5, 2015 at 7:52 PM, Miguel Clara >> wrote: >> > >> >> This is a issue I've noticed in Lumina last week, but seems to be >> realted >> >> to some change in CURRENT. >> >> >> >> I'm running an older build on another laptop with no issues: >> >> 11.0-CURRENT FreeBSD 11.0-CURRENT #7 >> >> b6a4dfa(master)-dirt >> >> >> >> Not sure which one after that might have introduce it, or if its maybe >> >> something else.. Both run the same version of Xorg. >> >> >> >> * And the same version of Lumina! >> > _______________________________________________ >> > freebsd-current@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-current >> > To unsubscribe, send any mail to " >> freebsd-current-unsubscribe@freebsd.org" >> Miguel, >> >> We saw this issue with Qt5 based tray apps in Gnome / Mate as well. We >> threw this patch into x11-toolkits/qt5-gui to fix it, you are welcome to >> try it on your end also: >> >> >> https://github.com/pcbsd/freebsd-ports/blob/master/x11-toolkits/qt5-gui/files/patch-src_plugins_platforms_xcb_qxcbwindow.cpp >> >> >> Hum. it seems that patch is in the ports three already... I'll try a > qt5-gui rebuild and see if it does the trick. > Actually I was already running the version with the patch, there was an update to the port today, I'm now running qt5-gui-5.3.2_2, and the other laptop run qt5-gui-5.3.2_1 (which includes the patch) So the issue doesn't seem to be the same, but thanks. > >> -- >> Kris Moore >> PC-BSD Software >> iXsystems >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org >> " >> > >