2018-03-07 18:52:40 -05:00
|
|
|
#!/bin/bash
|
2018-03-18 19:33:05 -04:00
|
|
|
export REALM_NAME
|
2019-04-02 15:38:19 -04:00
|
|
|
export GDK_BACKEND
|
2021-11-29 16:06:15 -05:00
|
|
|
export WAYLAND_DISPLAY=wayland-0
|
2018-03-07 18:52:40 -05:00
|
|
|
export DISPLAY=:0
|
|
|
|
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
|
|
|
|
export XDG_RUNTIME_DIR=/run/user/1000
|
|
|
|
export PULSE_SERVER=unix:/run/user/host/pulse/native
|
|
|
|
export GNOME_DESKTOP_SESSION_ID=this-is-deprecated
|
2018-03-18 19:33:05 -04:00
|
|
|
export NO_AT_BRIDGE=1
|
|
|
|
exec "$@"
|