From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdunm-0005lP-TG for guix-patches@gnu.org; Mon, 31 Dec 2018 05:28:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gduni-00073C-SU for guix-patches@gnu.org; Mon, 31 Dec 2018 05:28:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41446) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gduni-00071S-LL for guix-patches@gnu.org; Mon, 31 Dec 2018 05:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gduni-000654-7s for guix-patches@gnu.org; Mon, 31 Dec 2018 05:28:02 -0500 Subject: bug#33935: PATCH] gnu: sdl2: Fix Wayland support. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Mon, 31 Dec 2018 11:26:59 +0100 From: Rutger Helling Message-ID: <20181231102659.7177e003@mykolab.com> In-Reply-To: <20181231101700.38c9867e@mykolab.com> References: <20181231101700.38c9867e@mykolab.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/S67zrz2E4tZnGqFAi5Mx402"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33935-done@debbugs.gnu.org --Sig_/S67zrz2E4tZnGqFAi5Mx402 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Ignore this, the problem was due to a wrong alias in my .bashrc. Sorry for the noise! On Mon, 31 Dec 2018 11:17:00 +0100 Rutger Helling wrote: > Hi Guix, >=20 > I've discovered that our SDL2 unfortunately does not correctly support > Wayland at the moment. I found while running Xonotic I could still > kill the window with xkill, even with the SDL_VIDEODRIVER=3Dwayland > variable set. I unset the DISPLAY variable and tried running it that > way and found that it gave an error and refused to start. >=20 > This patch should fix the support. I can now run 'DISPLAY=3D"" > SDL_VIDEODRIVER=3Dwayland xonotic' and it'll run. The window cannot be > killed by xkill, which means it's running Wayland natively. --Sig_/S67zrz2E4tZnGqFAi5Mx402 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEAVThuRzJ2e93ZI3n86cn20T8yjYFAlwp7vMACgkQ86cn20T8 yjZsCQf/fFvAkCH9lEGT8NCHSyhDVzKJ+DXQnQQs2OSdyRGzWPt9bJzJupeh0+MU V/ecNOr+ZgOrE3HaAbTszHcXGAmzq0yJREa4FDm1ZGdhH4vpOQsCiLWipIn1OVdK SQn7+8jY/Xk9f6OwqDUaL8V0BIiHZzN69QnSOY70gZI8Xp2pwCr2myZcX/xfsL13 l9li1kbLwUQQdps+bnE4IwzeCTtivRdqHfapmuVyyKIQntrNINFtm4+LlfSLadJY xDKkJKqsDr2VCNH7XF8JyARz3m16xIlugHk9+uR9YEW9eGHnIXELXwfDDKpMNCOP 0zC1QlAb2EUgRQO7zbmK43qO6CyAdA== =1XhK -----END PGP SIGNATURE----- --Sig_/S67zrz2E4tZnGqFAi5Mx402--