From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 29 18:10:23 2021 Received: (at 50563) by debbugs.gnu.org; 29 Sep 2021 22:10:23 +0000 Received: from localhost ([127.0.0.1]:50549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVhmR-0000Jm-BU for submit@debbugs.gnu.org; Wed, 29 Sep 2021 18:10:23 -0400 Received: from mail-40134.protonmail.ch ([185.70.40.134]:62845) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mVhmP-0000JX-NX for 50563@debbugs.gnu.org; Wed, 29 Sep 2021 18:10:22 -0400 Date: Wed, 29 Sep 2021 22:10:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=protonmail2; t=1632953411; bh=tSIvDpEltF1pl2yDRCZeSN1NFxGmtz6EgBjYikzxwaA=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=dDeDyGJIgen6AotuYlrxQSStQ/EAyX+cV5vWktZE7qjC0vJdQ87KPXZtlGW3qLFWQ P2kp8giITwxD+sHlCYudcVeNKn1jXhXSPcGLihMR4fvbODigD1jbQ6CFSKdpYR/tNQ uD0kys8awXFDgDi+pmNNYdzk/HCvwf5/gqPqBeuIeJNTETF5akYugIxbWVoV1lG3Df UuCOdkhd13eXAaJ9iQqKmMqUQilwGFBXeN0zsGKvfa9eeP8u7QMUOwzjWT3sxitaDD EP7EFgYOJAyp05X4uLKqvLWgksWp3Dt774+gnGM8GJAsroUrqLPwgZecVJo24D1Yew wmk4SwJ8U77ng== To: Mathieu Othacehe From: Josselin Poiret Subject: Re: bug#50563: [PATCH [0/2] gnu: GDM: Add Wayland support Message-ID: In-Reply-To: <87r1d71t0t.fsf_-_@gnu.org> References: <87tui31vc5.fsf@gnu.org> <87r1d71t0t.fsf_-_@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=1.3 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROM_SUSPICIOUS_NTLD, PDS_OTHER_BAD_TLD shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Wednesday, September 29th, 2021 at 12:10 PM, Mathieu Othacehe wrote: > > Anything wrong with my integration? > I notied that mutter was complaining that the /tmp/.X11-unix file was > missing the sticky bit when launching the xorg-xwayland binary. > The following patch [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [185.70.40.134 listed in wl.mailspike.net] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 50563 Cc: 50563@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Josselin Poiret Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Wednesday, September 29th, 2021 at 12:10 PM, Mathieu Othacehe wrote: > > Anything wrong with my integration? > I notied that mutter was complaining that the /tmp/.X11-unix file was > missing the sticky bit when launching the xorg-xwayland binary. > The following patch [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [185.70.40.134 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager On Wednesday, September 29th, 2021 at 12:10 PM, Mathieu Othacehe wrote: > > Anything wrong with my integration? > I notied that mutter was complaining that the /tmp/.X11-unix file was > missing the sticky bit when launching the xorg-xwayland binary. > The following patch fixes it for me: > [snip] > What do you think about it? Nice find, looks like this is the perfect fix (maybe this check was introdu= ced in a new `gnome-shell` version). Thanks for your review and testing! I tried messing around and everything looked like it was working as it shou= ld, with GNOME Settings reporting it was running under Wayland. As for the ChangeLog style, I'm sorry about it. If I'm reading correctly, I= missed adding which files and symbols were changed, am I right?