Commit b34c4d1
committed
backup-locker.c: Kill xprop during unlock.
In the old screensaver, xprop monitored the screensaver window.
When the screensaver was unlocked, that window would be destroyed,
and xprop would exit on its own.
Now, it monitors Cinnamon's stage window, which never gets destroyed,
so we need to explicitly kill xprop when unlocking to prevent it
getting orphaned when the backup-locker exits.1 parent 930b71f commit b34c4d1
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
719 | | - | |
| 719 | + | |
| 720 | + | |
720 | 721 | | |
721 | 722 | | |
722 | 723 | | |
723 | 724 | | |
724 | 725 | | |
725 | 726 | | |
726 | 727 | | |
| 728 | + | |
| 729 | + | |
727 | 730 | | |
728 | 731 | | |
729 | 732 | | |
| |||
0 commit comments