[Bug 730106] New: gnome-shell-extension-tool failed to create extension
https://bugzilla.novell.com/show_bug.cgi?id=730106 https://bugzilla.novell.com/show_bug.cgi?id=730106#c0 Summary: gnome-shell-extension-tool failed to create extension Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: bili@suse.com QAContact: qa@suse.de Found By: --- Blocker: --- I use this tool to create a extension. At last I met error information like below. Created extension in '/home/charles/.local/share/gnome-shell/extensions/noa11y@binli.gnome.org' Traceback (most recent call last): File "/usr/bin/gnome-shell-extension-tool", line 151, in <module> subprocess.Popen(['gnome-open', extensionjs_path]) NameError: name 'extensionjs_path' is not defined -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=730106 https://bugzilla.novell.com/show_bug.cgi?id=730106#c1 --- Comment #1 from Li Bin <bili@suse.com> 2011-11-14 09:14:38 UTC --- https://bugzilla.gnome.org/show_bug.cgi?id=661623
From 20800ec5dd734ffd58cb99aa9ce9f516bbc3aca0 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" <jstpierre@mecheye.net> Date: Thu, 13 Oct 2011 00:46:46 -0400 Subject: [PATCH] gnome-shell-extension-tool: Fix error after creating extension
Commit 7a8a00c7057d56350d4b5509cefd812a67d4b7d7 cleaned up the code to move all files to a dictionary, which accidentally left an undefined "extensionjs_path" error. Fix that error. https://bugzilla.gnome.org/show_bug.cgi?id=661623 --- src/gnome-shell-extension-tool.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gnome-shell-extension-tool.in b/src/gnome-shell-extension-tool.in index e610b46..8ec24fb 100644 --- a/src/gnome-shell-extension-tool.in +++ b/src/gnome-shell-extension-tool.in @@ -148,5 +148,6 @@ use an extension title clicktofocus@janedoe.example.com.''' f.close() print "Created extension in %r" % (extension_path, ) + extensionjs_path = os.path.join(extension_path, 'extension.js') subprocess.Popen(['gnome-open', extensionjs_path]) sys.exit(0) -- 1.7.6.4 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=730106 https://bugzilla.novell.com/show_bug.cgi?id=730106#c2 Vincent Untz <vuntz@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|gnome-shell-extension-tool |[maintenance] |failed to create extension |gnome-shell-extension-tool | |failed to create extension --- Comment #2 from Vincent Untz <vuntz@suse.com> 2011-11-16 13:52:05 UTC --- Adding [maintenance] to summary to add the bug to the gnome team's track list of maintenance update we want to do. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=730106 https://bugzilla.novell.com/show_bug.cgi?id=730106#c3 Malcolm Lewis <malcolm_lewis@bellsouth.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |malcolm_lewis@bellsouth.net InfoProvider| |maintenance@opensuse.org --- Comment #3 from Malcolm Lewis <malcolm_lewis@bellsouth.net> 2011-11-17 18:13:36 UTC --- Hi I have branched the maintained version and request an online update for gnome-shell; https://build.opensuse.org/package/show?package=gnome-shell&project=home%3Amalcolmlewis%3Abranches%3AopenSUSE%3A12.1%3AUpdate -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=730106 https://bugzilla.novell.com/show_bug.cgi?id=730106#c4 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|maintenance@opensuse.org | --- Comment #4 from Benjamin Brunner <bbrunner@suse.com> 2011-11-21 19:20:10 CET --- Malcolm, could you do a submitrequest to openSUSE:12.1:Update:Test please? I'll start an update for this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=730106 https://bugzilla.novell.com/show_bug.cgi?id=730106#c5 --- Comment #5 from Malcolm Lewis <malcolm_lewis@bellsouth.net> 2011-11-21 18:59:16 UTC --- Hi Benjamin Done on https://build.opensuse.org/request/show/92940 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=730106 https://bugzilla.novell.com/show_bug.cgi?id=730106#c6 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Benjamin Brunner <bbrunner@suse.com> 2011-12-13 13:08:34 CET --- Update already released. Resolved fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com