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.
This commit is contained in:
Gemini Lasswell 2023-05-24 17:16:10 -07:00 committed by Bobby Rong
parent 3a1b5769ad
commit 17c59fd8d5
No known key found for this signature in database

View file

@ -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 = [