GNOME Bugzilla – Bug 603327
Under Debian Testing, after a perfect build of the source, the shell don't start
Last modified: 2009-12-02 00:43:42 UTC
kmc@debian:~/gnome-shell/source/gnome-shell/src$ ./gnome-shell --replace JS ERROR: !!! Exception was: TypeError: redeclaration of variable success JS ERROR: !!! lineNumber = '499' JS ERROR: !!! fileName = '/home/kmc/gnome-shell/source/gnome-shell/js/ui/workspaces.js' JS ERROR: !!! stack = '@:0 @/home/kmc/gnome-shell/source/gnome-shell/js/ui/appDisplay.js:21 ' JS ERROR: !!! message = 'redeclaration of variable success' JS ERROR: !!! Exception was: TypeError: redeclaration of variable success JS ERROR: !!! lineNumber = '499' JS ERROR: !!! fileName = '/home/kmc/gnome-shell/source/gnome-shell/js/ui/workspaces.js' JS ERROR: !!! stack = '@:0 @/home/kmc/gnome-shell/source/gnome-shell/js/ui/appDisplay.js:21 ' JS ERROR: !!! message = 'redeclaration of variable success' JS ERROR: !!! Exception was: TypeError: redeclaration of variable success JS ERROR: !!! lineNumber = '499' JS ERROR: !!! fileName = '/home/kmc/gnome-shell/source/gnome-shell/js/ui/workspaces.js' JS ERROR: !!! stack = '@:0 @/home/kmc/gnome-shell/source/gnome-shell/js/ui/appDisplay.js:21 ' JS ERROR: !!! message = 'redeclaration of variable success' JS ERROR: !!! Exception was: TypeError: redeclaration of variable success JS ERROR: !!! lineNumber = '499' JS ERROR: !!! fileName = '/home/kmc/gnome-shell/source/gnome-shell/js/ui/workspaces.js' JS ERROR: !!! stack = '@:0 @/home/kmc/gnome-shell/source/gnome-shell/js/ui/appDisplay.js:21 ' JS ERROR: !!! message = 'redeclaration of variable success' JS ERROR: !!! Exception was: TypeError: redeclaration of variable success JS ERROR: !!! lineNumber = '499' JS ERROR: !!! fileName = '/home/kmc/gnome-shell/source/gnome-shell/js/ui/workspaces.js' JS ERROR: !!! stack = '@:0 @/home/kmc/gnome-shell/source/gnome-shell/js/ui/appDisplay.js:21 Error("Chained exception")@:0 ("Chained exception")@gjs_throw:0 @<main>:1 ' JS ERROR: !!! message = 'redeclaration of variable success' Avviso del window manager: Log level 32: Execution of main.js threw exception: TypeError: redeclaration of variable success kmc@debian:~/gnome-shell/source/gnome-shell/src$ Cannot register the panel shell: there is already one running.
About 15 days ago it runs without problem. but now as it's possible to see in the log the gnome-shell don't run for me.
Created attachment 148774 [details] [review] [workspaces] Avoid variable redeclaration
Review of attachment 148774 [details] [review]: looks good
Now, the build working, great job.