dcp: chromium: fix hardcoded wayland display
Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
86763846ae
commit
f3dc656029
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
export XDG_RUNTIME_DIR="/run/user/0"
|
||||
export WAYLAND_DISPLAY="wayland-0"
|
||||
export WAYLAND_DISPLAY="@WAYLAND_DISPLAY@"
|
||||
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/dbus/system_bus_socket"
|
||||
|
||||
COMPATIBLE="$(tr '\0' ' ' </proc/device-tree/compatible 2>/dev/null || true)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue