You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/worker.sh
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,14 +80,21 @@ if [ $TYPE -eq 1 ] ; then
80
80
# later # sudo umount -l /mnt
81
81
fi
82
82
83
+
84
+
echo"==========================================="
85
+
83
86
# TODO: If everything succeeded until here, then download Firejail aith Xpra and run the application in it
84
87
# and take screenshots if we don't have them already from AppStream
85
88
86
-
LD_DEBUG=libs "$APPDIR/AppRun"&
89
+
# LD_DEBUG=libs "$APPDIR/AppRun" & # Getting "Desktop file is missing. Please run /mnt/AppRun from within an AppImage." with wire-2.15.2751-x86_64.AppImage
90
+
LD_DEBUG=libs "$FILENAME"&
87
91
APID=$!
88
92
sleep 5
89
93
kill$APID&&echo"SUCCESS"||exit 1
90
94
95
+
96
+
echo"==========================================="
97
+
91
98
# TODO: If everything succeeded until here, then put together a "database file" and display it
0 commit comments