[gnome-shell] gnome-shell-extension-tool: Use xdg-open
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] gnome-shell-extension-tool: Use xdg-open
- Date: Thu, 20 Oct 2011 19:39:46 +0000 (UTC)
commit e63c2da4331e87c5cbfaf7253fa2498427678861
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Oct 20 12:48:40 2011 -0400
gnome-shell-extension-tool: Use xdg-open
gnome-open is deprecated
src/gnome-shell-extension-tool.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-shell-extension-tool.in b/src/gnome-shell-extension-tool.in
index 8ec24fb..2f942d8 100644
--- a/src/gnome-shell-extension-tool.in
+++ b/src/gnome-shell-extension-tool.in
@@ -149,5 +149,5 @@ use an extension title clicktofocus janedoe example com '''
print "Created extension in %r" % (extension_path, )
extensionjs_path = os.path.join(extension_path, 'extension.js')
- subprocess.Popen(['gnome-open', extensionjs_path])
+ subprocess.Popen(['xdg-open', extensionjs_path])
sys.exit(0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]