From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: Re: Wayland setup Date: Mon, 12 Mar 2018 20:05:49 +0100 Message-ID: References: <688b0347-0647-1362-0cf3-3f149f388151@freenet.de> <279e5bf3-5f38-8080-a4d6-460938780e38@freenet.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c065c3084958305673bd435" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evSlc-0003we-S9 for help-guix@gnu.org; Mon, 12 Mar 2018 15:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evSlb-0003YC-H6 for help-guix@gnu.org; Mon, 12 Mar 2018 15:05:52 -0400 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]:38510) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evSlb-0003VZ-CZ for help-guix@gnu.org; Mon, 12 Mar 2018 15:05:51 -0400 Received: by mail-io0-x22b.google.com with SMTP id d21so5365403ioc.5 for ; Mon, 12 Mar 2018 12:05:50 -0700 (PDT) In-Reply-To: <279e5bf3-5f38-8080-a4d6-460938780e38@freenet.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: t_w_@freenet.de Cc: help-guix --94eb2c065c3084958305673bd435 Content-Type: text/plain; charset="UTF-8" 2018-03-12 18:19 GMT+01:00 Thorsten Wilms : > On rereading Weston documentation, I noticed that weston-launch should be > setuid. As that hasn't been taken care of, I added to my configuration: > > ;; weston-launch needs to be setuid: > (setuid-programs (cons #~(string-append #$weston "/bin/weston-launch") > %setuid-programs)) > > Before: `which weston-launch` > => /run/current-system/profile/bin/weston-launch > > Aftwerwards `which weston-launch` > => /run/setuid-programs/ > > > It makes no difference, though. Still just: > "t it.org/wiki/Specifications/basedir-specis not > set.n2-weston-3.0.0/bin/weston 2t=weston&version=3.0.0" > but nothing I could find below /var/log, nothing suspicious in dmesg. > > Suggestions on how to get at least a sensible error out of it? > > > This still looks like that the XDG_RUNTIME_DIR setting is not correct in weston-launch. Could you possibly strace if it tries to open your XDG_RUNTIME_DIR directory? By the way, the mangled line you get is the XDG_RUNTIME_DIR error, and the wayland bug report address. I don't know yet what to make out of that... --94eb2c065c3084958305673bd435 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
2018= -03-12 18:19 GMT+01:00 Thorsten Wilms <t_w_@freenet.de>:
On rereading Weston documentation, I noticed t= hat weston-launch should be setuid. As that hasn't been taken care of, = I added to my configuration:

;; weston-launch needs to be setuid:
(setuid-programs (cons #~(string-append #$weston "/bin/weston-launch&q= uot;)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0%setuid-programs))

Before: `which weston-launch`
=3D> /run/current-system/profile/bin/weston-launch

Aftwerwards `which weston-launch`
=3D> /run/setuid-programs/


It makes no difference, though. Still just:
"t it.org/wiki/Specifications/basedir-spec= is not set.n2-weston-3.0.0/bin/weston 2t=3Dweston&version=3D3.0.0&q= uot;
but nothing I could find below /var/log, nothing suspicious in dmesg.

Suggestions on how to get at least a sensible error out of it?



This still looks like that the XDG_RUN= TIME_DIR setting is not correct in weston-launch.
Could you possi= bly strace if it tries to open your XDG_RUNTIME_DIR directory?
By= the way, the mangled line you get=C2=A0 is the XDG_RUNTIME_DIR error, and = the wayland
bug report address. I don't know yet what to make= out of that...

=C2=A0

--94eb2c065c3084958305673bd435--