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

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to