Skip to content
Snippets Groups Projects
Commit 94382caa authored by Jonas Höppner's avatar Jonas Höppner
Browse files

weston/profile: Adapt the XDG_RUNTIME_DIR to the weston user

weston is now started as user weston. This leads to a weston socket
in the users runtime dir. To make it possible to start UI tools as
root from the cmdline, this adapts the exported XDG_RUNTIME_DIR to
the new socket location.
parent 5b6b4452
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!328[kirkstone] weston: Adapt the transform keywords to weston 9
# Defaults to allow start of gui tools from the commandline
export XDG_RUNTIME_DIR=/var/run/user/0
export XDG_RUNTIME_DIR=/var/run/user/1000
export QT_QPA_FONTDIR=/usr/share/fonts/truetype
export QT_QPA_PLATFORM=wayland
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment