Files
dogecoin-x-vnc/app/app.sh
T
2024-05-10 17:48:27 +02:00

10 lines
207 B
Bash
Executable File

#!/bin/bash
echo Using DISPLAY $DISPLAY
export XDG_RUNTIME_DIR=/tmp/runtime-doge
#export QT_QPA_PLATFORM=offscreen
#export QT_X11_NO_MITSHM=1
#export QT_DEBUG_PLUGINS=1
exec dogecoin-qt &
exec bash --login