Comment 1 for bug 1080755

Revision history for this message
Jérémy Munsch (jeremy-munsch) wrote :

This is old but still here, only workaround found
1- making a symlink
2 - making a bash script wrapper to add stuff you want (nicer)
#!/bin/sh
arg=""
for var in "$@";do
    arg="$arg $var"
done
terminator --new-tab $arg