From 17c59fd8d50dd894248f9d975f75e5c91604fe01 Mon Sep 17 00:00:00 2001 From: Gemini Lasswell Date: Wed, 24 May 2023 17:16:10 -0700 Subject: gnome.gnome-flashback: fix screen not locking when idle Three autostarted desktop services are failing to start in the gnome-flashback desktop manager service, leaving warnings in the log: gnome-flashback-clipboard gnome-flashback-idle-monitor gnome-flashback-media-keys Fix by only remove $out/libexec/gnome-flashback-metacity (which is still not useful since we implement that ourselves) instead of the entire $out/libexec. The consequence of gnome-flashback-idle-monitor not running is that the desktop manager does not get the message that the system is idle, so the screen never dims or locks. --- pkgs/desktops/gnome/misc/gnome-flashback/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/desktops') diff --git a/pkgs/desktops/gnome/misc/gnome-flashback/default.nix b/pkgs/desktops/gnome/misc/gnome-flashback/default.nix index 6bb3484ed24a..cfe0903cce7b 100644 --- a/pkgs/desktops/gnome/misc/gnome-flashback/default.nix +++ b/pkgs/desktops/gnome/misc/gnome-flashback/default.nix @@ -82,7 +82,7 @@ let rm -r $out/share/gnome-session rm -r $out/share/xsessions - rm -r $out/libexec + rm $out/libexec/gnome-flashback-metacity ''; nativeBuildInputs = [ -- cgit 1.4.1