From owner-freebsd-x11@freebsd.org Tue Apr 28 22:36:05 2020 Return-Path: Delivered-To: freebsd-x11@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 98A4D2C71AA for ; Tue, 28 Apr 2020 22:36:05 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49Bc1b5Pxnz4Ndh; Tue, 28 Apr 2020 22:36:03 +0000 (UTC) (envelope-from greg@unrelenting.technology) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unrelenting.technology; s=default; t=1588113355; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bHcOqrCahnynQH8TogUXctmB67pcuN24LkmDFirEOKc=; b=hhx2WJMNpeaqZrQ+/9iyFapBuJ219RRYR9999RTvWOZqICvuVwtGBY+w3VR14F7fAxSDX2 W2xOofZETC8zKbgHH+2BgLoTeO0pY7mLrja8XzII66D3doQWLFWNadOrT6NMTuiAif+rzs 08O5Zap5wfQQO0oJDYRVqyuSs+h4+dw= Date: Tue, 28 Apr 2020 22:35:54 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: greg@unrelenting.technology Message-ID: <380b69fa249dea5d575d2cf536b3856e@unrelenting.technology> Subject: Re: Wayland on FreeBSD To: "Grzegorz Junka" , "Jan Beich" Cc: freebsd-x11@freebsd.org In-Reply-To: <0ec67eef-ac5d-2ec9-e1be-35304bb49af9@gjunka.com> References: <0ec67eef-ac5d-2ec9-e1be-35304bb49af9@gjunka.com> <9a914a03-d431-7d99-abb8-6f949e562f14@gjunka.com> X-Spam-Score: -0.10 X-Rspamd-Queue-Id: 49Bc1b5Pxnz4Ndh X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=unrelenting.technology header.s=default header.b=hhx2WJMN; dmarc=pass (policy=none) header.from=unrelenting.technology; spf=pass (mx1.freebsd.org: domain of greg@unrelenting.technology designates 94.23.1.103 as permitted sender) smtp.mailfrom=greg@unrelenting.technology X-Spamd-Result: default: False [-1.65 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.77)[-0.773,0]; R_DKIM_ALLOW(-0.20)[unrelenting.technology:s=default]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:94.23.1.103]; NEURAL_HAM_LONG(-0.99)[-0.992,0]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[unrelenting.technology:+]; DMARC_POLICY_ALLOW(-0.50)[unrelenting.technology,none]; FROM_NO_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(1.11)[ipnet: 94.23.0.0/16(3.57), asn: 16276(2.00), country: FR(0.00)]; ASN(0.00)[asn:16276, ipnet:94.23.0.0/16, country:FR]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2020 22:36:05 -0000 April 29, 2020 1:24 AM, "Grzegorz Junka" wrote:=0A=0A>= Many thanks for help and the pointers.=0A> =0A> On 28/04/2020 01:33, Jan= Beich wrote:=0A> =0A> % kwrite=0A> qt.qpa.xcb: could not connect to disp= lay=0A> qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" = even=0A> though it was found.=0A> This application failed to start becaus= e no Qt platform plugin could be=0A> initialized. Reinstalling the applic= ation may fix this problem.=0A> =0A> Available platform plugins are: bsdf= b, minimal, offscreen, vnc, xcb.=0A=0AYou need to install the qt5-wayland= package for the wayland backend to work.=0A(Also, I don't think Qt prefe= rs it out of the box if the X display works.=0AYou can set QT_QPA_PLATFOR= M=3Dwayland or run each app with -platform wayland.)=0A=0AAnyway, "could = not connect to display" sounds like Xwayland is not available at all.=0A= =0AIs the $DISPLAY even set automatically?=0AWhat's further down in the s= way log?=0APackaged sway should use Xwayland out of the box, this is odd.= .