We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd7b71 commit 1edf32fCopy full SHA for 1edf32f
1 file changed
code/worker.sh
@@ -269,7 +269,7 @@ mkdir -p database/$INPUTBASENAME/
269
import -window "$(xdotool getactivewindow)" database/$INPUTBASENAME/screenshot.png &
270
sleep 1
271
272
-kill -9 $APID
+kill -9 $APID & # Seems to hang forever if no such process?
273
killall -9 icewm
274
275
# Check if the screenshot is unusable and error out if it is
0 commit comments