gnome-shell: When creating an extension, print where we created it
This makes it easier to find.
This commit is contained in:
parent
d67aa39bb1
commit
e90504953f
@ -717,6 +717,7 @@ function main() {
|
||||
''')
|
||||
f.close()
|
||||
|
||||
print "Created extension in %r" % (extension_path, )
|
||||
subprocess.Popen(['gnome-open', extensionjs_path])
|
||||
sys.exit(0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user