Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915393 - startprefix should set WAYLAND_DISPLAY="${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY}"
Summary: startprefix should set WAYLAND_DISPLAY="${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY}"
Status: UNCONFIRMED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-08 21:40 UTC by Leonardo Hernández Hernández
Modified: 2023-10-08 21:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonardo Hernández Hernández 2023-10-08 21:40:26 UTC
Just like it's done with $DISPLAY, but $WAYLAND_DISPLAY is a bit more tricky because if XDG_RUNTIME_DIR is unset it should be an absolute path.

Alternatively the script could maintain XDG_RUNTIME_DIR and WAYLAND_DISPLAY as is. Although keep XDG_RUNTIME_DIR might be a bad idea.