[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Wayland setup
From: |
Thorsten Wilms |
Subject: |
Re: Wayland setup |
Date: |
Mon, 12 Mar 2018 18:19:11 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 |
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?
Re: Wayland setup, Thorsten Wilms, 2018/03/14