[Bug 204858] Re: sensible-browser should also use xdg-open for KDE support

2009-04-02 Thread Chris Cheney
Well there is also the konqueror bug 353678. But even still then Xubuntu wouldn't work correctly, ad nauseam. So this still needs to be fixed in sensible-browser as well. Note that in the new Debian version of this package it is split out into sensible-utils. -- sensible-browser should also use

[Bug 204858] Re: sensible-browser should also use xdg-open for KDE support

2009-04-02 Thread Chris Cheney
The patch for this probably needs to either also patch xdg-open to not have a fallback case or use the code that xdg-open uses to detect Gnome/KDE/XFCE. Then do something like if test -n $DISPLAY; then if test -n $GNOME_DESKTOP_SESSION_ID; then xdg-open $URL elif test -n KDEtest; then