After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 603327 - Under Debian Testing, after a perfect build of the source, the shell don't start
Under Debian Testing, after a perfect build of the source, the shell don't start
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-11-29 19:36 UTC by kmc
Modified: 2009-12-02 00:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[workspaces] Avoid variable redeclaration (938 bytes, patch)
2009-11-30 19:02 UTC, Colin Walters
committed Details | Review

Description kmc 2009-11-29 19:36:13 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.
Comment 1 kmc 2009-11-29 19:38:56 UTC
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.
Comment 2 Colin Walters 2009-11-30 19:02:37 UTC
Created attachment 148774 [details] [review]
[workspaces] Avoid variable redeclaration
Comment 3 Owen Taylor 2009-11-30 21:07:05 UTC
Review of attachment 148774 [details] [review]:

looks good
Comment 4 kmc 2009-12-02 00:43:42 UTC
Now, the build working, great job.