-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
GNOME keeps suspending on unstable #42053
Copy link
Copy link
Closed
Labels
0.kind: questionRequests for a specific question to be answeredRequests for a specific question to be answered1.severity: blockerThis is preventing another PR or issue from being completedThis is preventing another PR or issue from being completed6.topic: GNOMEGNOME desktop environment and its underlying platformGNOME desktop environment and its underlying platform
Milestone
Description
Issue description
After upgrading from 18.03 to unstable my headless desktop tower just keeps suspending after some period of idleness. This happens irrespective of display manager (GDM) status and attempts at manual disabling via logind did not help.
Technical details
nix-shell
- system: `"x86_64-linux"`
- host os: `Linux 4.13.0, NixOS, 18.09pre142796.4b649a99d84 (Jellyfish)`
- multi-user?: `yes`
- sandbox: `no`
- version: `nix-env (Nix) 2.0.4`
- channels(root): `"nixos-18.09pre142796.4b649a99d84"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
configuration.nix
Also select options from configuration.nix:
powerManagement.enable = false;
services.logind.lidSwitch = "ignore";
services.logind.extraConfig = "IdleAction=ignore";
services.xservers.desktopManager.gnome3.enable = true;
services.xserver.displayManager.gdm.enable = true;
Suspend on idle is disabled for my account in GNOME settings.
Logs
июн 14 23:59:09 vorot93-tower .gsd-power-wrap[2399]: failed to turn the kbd backlight off: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnkn>
июн 15 00:15:10 vorot93-tower .gsd-power-wrap[2399]: failed to turn the kbd backlight off: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnkn>
июн 15 00:18:55 vorot93-tower .gnome-shell-wr[1956]: Screen lock is locked down, not locking
июн 15 00:18:55 vorot93-tower systemd[1]: Reached target Sleep.
июн 15 00:18:55 vorot93-tower systemd[1]: Starting Suspend...
июн 15 00:18:55 vorot93-tower systemd-sleep[21390]: Suspending system...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: questionRequests for a specific question to be answeredRequests for a specific question to be answered1.severity: blockerThis is preventing another PR or issue from being completedThis is preventing another PR or issue from being completed6.topic: GNOMEGNOME desktop environment and its underlying platformGNOME desktop environment and its underlying platform