This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author imi1984
Recipients
Date 2006-12-30.00:03:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hello,

under Linux if I use
webbrowser.open_new('...') a konqueror gets invoked. At the time when invoking konqueror (maybe you probe first, but anyways) you assume that user has a properly installed kde. But if you assume the user has a properly installed KDE you have a better opportunity to open a webpage, even in the browser preferred by the user -- no matter really what it is. Try this one:
kfmclient exec http://sourceforge.net/
using this one the client associated with .html in kcontrol gets invoked.
I suppose that (becouse of the ability to customize the browser) this way would be better if available than guessing which browser would the user prefer.
History
Date User Action Args
2007-08-23 16:12:23adminlinkissue1624674 messages
2007-08-23 16:12:23admincreate