On Sun, Mar 15, 2015 at 04:49:28PM +0100, Alexandre Detiste wrote:
> Please register frotz as a zcode-interpreter.

Please also make sure that when zcode-interpreter is invoked, the game
opens correctly whether it's started from a terminal or not.

For jzip the following approach was used:

#!/bin/sh
if [ -t 0 ]; then
    jzip "$@"
else
    x-terminal-emulator -e jzip "$@"
fi

Regards,

Stephen

Attachment: signature.asc
Description: PGP signature

Reply via email to