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

10 lines
205 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