[Bug 53343] KDE Support
Jonathan Riddell
jriddell at ubuntu.com
Tue Jul 18 12:43:58 UTC 2006
Public bug reported:
This patch is needed to support KDE's defined web browser.
--- urls.py~ 2006-01-12 10:15:00.000000000 +0000
+++ urls.py 2006-07-18 12:37:21.000000000 +0000
@@ -14,6 +14,8 @@
if os.path.exists('/usr/bin/gnome-open'):
command = ['gnome-open', url]
+ elif os.path.exists('/usr/bin/kfmclient'):
+ command = ['kfmclient', 'openURL', url]
else:
command = ['x-www-browser', url]
** Affects: launchpad-integration (Ubuntu)
Importance: Untriaged
Status: Unconfirmed
--
KDE Support
https://launchpad.net/bugs/53343
More information about the desktop-bugs
mailing list