Comment 47 for bug 52670

Revision history for this message
Manuel López-Ibáñez (manuellopezibanez) wrote :

@Amy

OK. I did not understand that you were talking there about modifying the alternatives for x-www-browser since in your previous comments you were talking about modifying thunderbird and firefox through about:config.

So you mean that instead of Konqueror being an alternative for x-www-browser, it should be a script like /usr/bin/kde-browser :

#!/bin/sh
exec /usr/bin/kfmclient OpenURL "$*"

That makes a lot of sense, I think.