• [^] # Re: Chezmoiçamarche

    Posté par (Mastodon) . En réponse au message Firefox et arrachages de cheveux.... Évalué à 3.

    D'ailleurs ça m'a permis de trouver une simple adaptation de mon ancien script en ceci :

    #!/bin/sh

    if /usr/lib/firefox/mozilla-xremote-client ping\(\) 2> /dev/NULL; then
    /usr/lib/firefox/mozilla-xremote-client openURL\(1ドル,円new-window\)
    else
    /usr/lib/firefox/firefox -contentLocale FR -UILocale fr-FR "$@"
    fi

    Wala wala !

    Yth.