diff --git a/src/gnome-shell.in b/src/gnome-shell.in index 2142c8f02..41354ad0a 100644 --- a/src/gnome-shell.in +++ b/src/gnome-shell.in @@ -303,7 +303,7 @@ function main() { ''') f.close() - subprocess.Popen(['gedit', extensionjs_path]) + subprocess.Popen(['gnome-open', extensionjs_path]) sys.exit(0) if options.eval_file: