about summary refs log tree commit diff
path: root/pkgs/desktops/gnome
diff options
context:
space:
mode:
authorGemini Lasswell <gazally@runbox.com>2023-05-24 17:16:10 -0700
committerBobby Rong <rjl931189261@126.com>2023-05-31 16:12:14 +0800
commit17c59fd8d50dd894248f9d975f75e5c91604fe01 (patch)
tree903cb307be6aaaa6b18561513fe68996112b3ef5 /pkgs/desktops/gnome
parent3a1b5769ad4ea83dca506b67033ba955b6070d6b (diff)
downloadnixlib-17c59fd8d50dd894248f9d975f75e5c91604fe01.tar
nixlib-17c59fd8d50dd894248f9d975f75e5c91604fe01.tar.gz
nixlib-17c59fd8d50dd894248f9d975f75e5c91604fe01.tar.bz2
nixlib-17c59fd8d50dd894248f9d975f75e5c91604fe01.tar.lz
nixlib-17c59fd8d50dd894248f9d975f75e5c91604fe01.tar.xz
nixlib-17c59fd8d50dd894248f9d975f75e5c91604fe01.tar.zst
nixlib-17c59fd8d50dd894248f9d975f75e5c91604fe01.zip
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.
Diffstat (limited to 'pkgs/desktops/gnome')
-rw-r--r--pkgs/desktops/gnome/misc/gnome-flashback/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = [