Bastian Venthur a écrit :
> Vincent Danjean schrieb:
>> Bastian Venthur a écrit :
>>> Vincent Danjean schrieb:
>>>> In my opinion, either you should detect the correct default browser for the
>>>> current user (if possible) or you should ask him (as you do for the mail
>>>> client
>>>> to use to send the bug report : I find this very well done).
>>> I'm not quite sure how to do that. We have x-sensible-browser available
>>> on Debian systems. When you execute 'x-sensible-browser', does it start
>>> iceweasel? If yes, I could first check if x-sensible-browser is
>>> available and fall back to the python magic if not.
>> x-sensible-browser does not exists. sensible-browser launches konqueror :-(
>
> Hmm, and what does x-www-browser start?
x-www-browser also start konqueror. Note that the x-www-browser alternative
is set to auto (I never change it).
[EMAIL PROTECTED]:~$ sudo env LC_ALL=C update-alternatives --display
x-www-browser
x-www-browser - status is auto.
link currently points to /usr/bin/konqueror
/usr/bin/konqueror - priority 100
slave x-www-browser.1.gz: /usr/share/man/man1/konqueror.1.gz
/usr/bin/iceweasel - priority 70
slave x-www-browser.1.gz: /usr/share/man/man1/iceweasel.1.gz
/usr/bin/epiphany - priority 85
slave x-www-browser.1.gz: /usr/share/man/man1/epiphany.1.gz
/usr/bin/iceape - priority 80
slave x-www-browser.1.gz: /usr/share/man/man1/iceape.1.gz
Current `best' version is /usr/bin/konqueror.
>> I would really prefer a preference dialog as for the mail program.
>> The default can/should be sensible-browser or x-www-browser, but the user
>> will be able to change this.
Best regards,
Vincent