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 601875 - Sidebar not working anymore
Sidebar not working anymore
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-14 08:13 UTC by Baptiste Mille-Mathias
Modified: 2009-11-14 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix sidebar enable/disable menu item (813 bytes, patch)
2009-11-14 15:31 UTC, Dan Winship
committed Details | Review

Description Baptiste Mille-Mathias 2009-11-14 08:13:48 UTC
I don't know if the sidebar is something still supported in the shell, but activating no longer works since recently.

I see following warning when trying to activate/unactivate it:

    JS ERROR: !!!   Exception was: TypeError: this._sidebarItem is undefined
    JS ERROR: !!!     lineNumber = '136'
    JS ERROR: !!!     fileName = '/home/baptiste/gnome-shell/install/share/gnome-shell/js/ui/statusMenu.js'
    JS ERROR: !!!     message = 'this._sidebarItem is undefined'
    JS ERROR: !!!     stack = '([object _private_Gtk_CheckMenuItem])@/home/baptiste/gnome-shell/install/share/gnome-shell/js/ui/statusMenu.js:136
([object _private_Gtk_CheckMenuItem])@/home/baptiste/gnome-shell/install/share/gjs-1.0/lang.js:110
Error("Chained exception")@:0
("Chained exception")@gjs_throw:
Comment 1 Dan Winship 2009-11-14 15:31:41 UTC
Oops. Trivial fix

The following fix has been pushed:
931cbc6 Fix sidebar enable/disable menu item
Comment 2 Dan Winship 2009-11-14 15:31:44 UTC
Created attachment 147729 [details] [review]
Fix sidebar enable/disable menu item