Comment 1 for bug 276979

Revision history for this message
Michael Casadevall (mcasadevall) wrote :

The defaults are set in the rules (sed search and replace.)

Here's the current replace string:

        # Debianise
        sed -i -e 's/^WebBrowser=.*/WebBrowser=debian-sensible-browser/' \
                -e 's/TerminalEmulator=.*/TerminalEmulator=debian-x-terminal-emulator/' \
                debian/tmp/etc/xdg/xfce4/helpers.rc

I assume we want to set that to firefox, and xfce4-terminal respectively (I'll kick a patch out with those defaults)