forked from brl/citadel
8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
|
#!/bin/bash
|
||
|
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
|
||
|
$@
|