help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wayland setup


From: Gábor Boskovits
Subject: Re: Wayland setup
Date: Mon, 12 Mar 2018 20:05:49 +0100

2018-03-12 18:19 GMT+01:00 Thorsten Wilms <address@hidden>:
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...

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]