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?


Reply via email to