Re: GS3.10: Is there a way to suspend a desktop without using the keyboard? (alt-key...)
- From: Bazon Bloch <bazonbloch arcor de>
- To: Sang Hero <heroandtn3 gmail com>
- Cc: "gnome-shell-list gnome org" <gnome-shell-list gnome org>
- Subject: Re: GS3.10: Is there a way to suspend a desktop without using the keyboard? (alt-key...)
- Date: Sun, 27 Oct 2013 11:40:03 +0100
OK, found the solution:
In /usr/share/gnome-shell/js/ui/status/system.js , change line 343 from
this._altSwitcher = new AltSwitcher(this._powerOffAction, this._suspendAction);
to
this._altSwitcher = new AltSwitcher(this._suspendAction, this._powerOffAction);
At least that does it for suspend, no idea what you need for hilbernate...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]