On Wed, Mar 29, 2023 at 4:10 PM Marco Gaiarin <g...@lilliput.linux.it> wrote:
> in .mailcap: > text/html; /home/gaio/bin/firefox %s; test=test -n "$DISPLAY" > > e /home/gaio/bin/firefox è uno script che contiene: > > #!/bin/sh > > /usr/bin/firefox --new-tab "$1" > sleep 2 > > exit 0 > > Questo è effettivamente il passo successivo ora che ho risolto il problema di come far aprire l'applicazione giusta. Grazie