so when e was e.g. shutting down the system it'd sometimes - or all the time, restart and not shut down. this fixes that. e was being sent a HUP signal while doing this causing e to go "ooh HUP - i shall restart" which si what daemons without a controlling tty do with signals commonly. this isn't what we want from e though in this case, so delay itby a bit and ignore if we're in the process of logging out/halting etc. this really only affects wayland mode. @fixdevs/bu5hm4n/fix
parent
b0fcdf1759
commit
9432836d30
3 changed files with 30 additions and 2 deletions
Loading…
Reference in new issue