Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 915393

Summary: startprefix should set WAYLAND_DISPLAY="${XDG_RUNTIME_DIR}/${WAYLAND_DISPLAY}"
Product: Gentoo/Alt Reporter: Leonardo Hernández Hernández <leohdz172>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.