GNOME Bugzilla – Bug 667187
Name 'extensionjs_path' is not defined in "/usr/bin/gnome-shell-extension-tool", line 151
Last modified: 2012-01-03 15:23:56 UTC
gnome-shell-extension-tool fails creating new GNOME extension ending up with NameError: name 'extensionjs_path' is not defined Output: $ gnome-shell-extension-tool --create-extension Name should be a very short (ideally descriptive) string. Examples are: "Click To Focus", "Adblock", "Shell Window Shrinker". Name: Click To Focus Description is a single-sentence explanation of what your extension does. Examples are: "Make windows visible on click", "Block advertisement popups" "Animate windows shrinking on minimize" Description: Make windows visible on click Uuid is a globally-unique identifier for your extension. ... use an extension title clicktofocus@janedoe.example.com. Uuid [Click_To_Focus@qb.usersys.redhat.com]: Created extension in '/home/jdornak/.local/share/gnome-shell/extensions/Click_To_Focus@qb.usersys.redhat.com' Traceback (most recent call last):
+ Trace 229379
subprocess.Popen(['gnome-open', extensionjs_path])
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of bug 661623 ***