Refactored
This commit is contained in:
+6
-10
@@ -1,13 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
bail()
|
||||
{
|
||||
while true; do
|
||||
sleep 1
|
||||
done;
|
||||
}
|
||||
|
||||
echo Using DISPLAY $DISPLAY
|
||||
exec dogecoin-qt
|
||||
|
||||
bail
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user