Refactored

This commit is contained in:
2024-05-10 14:27:55 +02:00
parent b2c7e0412b
commit 85f717b6fc
4 changed files with 19 additions and 38 deletions
+6 -10
View File
@@ -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