[Python-apps-commits] r857 - in packages/screenlets/trunk/debian/patches (1 file)
gilir-guest at users.alioth.debian.org
gilir-guest at users.alioth.debian.org
Mon Mar 24 14:12:26 UTC 2008
Date: Monday, March 24, 2008 @ 14:12:24
Author: gilir-guest
Revision: 857
* Use gnome-open for default browser
Modified:
packages/screenlets/trunk/debian/patches/06-use-default-browser.patch
Modified: packages/screenlets/trunk/debian/patches/06-use-default-browser.patch
===================================================================
--- packages/screenlets/trunk/debian/patches/06-use-default-browser.patch 2008-03-24 12:17:35 UTC (rev 856)
+++ packages/screenlets/trunk/debian/patches/06-use-default-browser.patch 2008-03-24 14:12:24 UTC (rev 857)
@@ -6,7 +6,7 @@
def website_open(self, d, link, data):
- subprocess.Popen(["firefox", "http://www.screenlets.org"])
-+ subprocess.Popen(["x-www-browser", "http://www.screenlets.org"])
++ subprocess.Popen(["gnome-open", "http://www.screenlets.org"])
def drag_data_received (self, widget, dc, x, y, sel_data, info, timestamp):
@@ -15,7 +15,7 @@
elif id == 'download':
- subprocess.Popen(["firefox", screenlets.THIRD_PARTY_DOWNLOAD])
-+ subprocess.Popen(["x-www-browser", screenlets.THIRD_PARTY_DOWNLOAD])
++ subprocess.Popen(["gnome-open", screenlets.THIRD_PARTY_DOWNLOAD])
def handle_screenlet_registered (self, name):
"""Callback for dbus-signal, called when a new screenlet gets
More information about the Python-apps-commits
mailing list