KDE Support

Bug #53343 reported by Jonathan Riddell
4
Affects Status Importance Assigned to Milestone
launchpad-integration (Ubuntu)
Fix Released
Undecided
Ubuntu Desktop Bugs

Bug Description

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]

Dean Sas (dsas)
Changed in launchpad-integration:
assignee: nobody → desktop-bugs
status: Unconfirmed → Confirmed
Revision history for this message
Sebastien Bacher (seb128) wrote :

Fixed with that upload:

launchpad-integration (0.1.4) edgy; urgency=low

  * launchpadintegration/urls.py:
    - support kde as well (lp: #53343)

Changed in launchpad-integration:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.