Suspend doesn't work on my machine in Gnome 3
A quick way to do it system-wide is to change line 153 of /usr/share/gnome-shell/js/ui/statusMenu.js. This change takes effect the next time GNOME Shell is started.
File: /usr/share/gnome-shell/js/ui/statusMenu.js
// this._haveSuspend = this._upClient.get_can_suspend(); // Comment this line out. this._haveSuspend = false; // Use this line instead.
However, the effect won't last after a GNOME update. A more perennial solution is to install the alternative status menu.
Comments
Post a Comment