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:
parent
3a1b5769ad
commit
17c59fd8d5
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue