From owner-freebsd-current@freebsd.org Wed Jul 29 13:26:45 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8DC53AB010 for ; Wed, 29 Jul 2020 13:26:45 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BGvTK3nHpz3Xpc for ; Wed, 29 Jul 2020 13:26:45 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: by mailman.nyi.freebsd.org (Postfix) id 81D303AB00F; Wed, 29 Jul 2020 13:26:45 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 819833AADB5 for ; Wed, 29 Jul 2020 13:26:45 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [88.198.69.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "Christoph Moench-Tegeder" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BGvTJ4W8Mz3Y24 for ; Wed, 29 Jul 2020 13:26:44 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7120:1:127b:44ff:fe4f:148d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (not verified)) by smtp.burggraben.net (Postfix) with ESMTPS id 1C186C0030D; Wed, 29 Jul 2020 15:26:41 +0200 (CEST) Received: by elch.exwg.net (Postfix, from userid 1000) id BD949139904; Wed, 29 Jul 2020 15:26:40 +0200 (CEST) Date: Wed, 29 Jul 2020 15:26:40 +0200 From: Christoph Moench-Tegeder To: Poul-Henning Kamp Cc: current@freebsd.org Subject: Re: KiCad is horrible on CURRENT Message-ID: <20200729132640.GA3147@elch.exwg.net> References: <75848.1596009145@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <75848.1596009145@critter.freebsd.dk> User-Agent: Mutt/1.14.6 (2020-07-11) X-Rspamd-Queue-Id: 4BGvTJ4W8Mz3Y24 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of cmt@burggraben.net designates 88.198.69.140 as permitted sender) smtp.mailfrom=cmt@burggraben.net X-Spamd-Result: default: False [-2.16 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.990]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:88.198.69.140]; NEURAL_HAM_LONG(-1.03)[-1.029]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[burggraben.net]; NEURAL_SPAM_SHORT(0.16)[0.158]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[88.198.69.140:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 29 Jul 2020 13:26:45 -0000 ## Poul-Henning Kamp (phk@phk.freebsd.dk): > When I start cad/kicad (which I have not done in some time), the > gui is horribly lagging and often downright confused about > the cursors whereabouts. KiCad maintainer writing. I can't reproduce your problem on 12.1 (and I don't have a trackpad available). > One of the few diagnostics I see related to this is: > > 07:33:34: Debug: window wxScrolledWindow(0x81a3f8000, ) lost focus even though it didn't have it But this message exists even here. It's from wxWidgets (wx31-gtk3, pulled in via wxPython) and the whole wx-thingy is slightly messy... Anyways, I'd think this message itself is harmless. Regards, Christoph -- Spare Space