AIMP Forum

AIMP for PC => Ошибки и замечания / Bugs => Topic started by: tfirkins on July 20, 2026, 01:40:18

Title: [+] [3075] AIMP terminates when monitor resumes from inactivity on Niri
Post by: tfirkins on July 20, 2026, 01:40:18
I have observed that AIMP gets terminated when the monitor resumes operation after being suspended due to inactivity. I don't really see anything using journalctl --user -b -0 -e or I would share the log. If you have tips on how I should parse the log or where else to look I will do so.
Title: Re: AIMP V6 Beta 4 Linux terminates when monitor resumes from inactivity
Post by: tfirkins on July 20, 2026, 06:59:47
Looking into this further, this is an xwayland-satellite issue, not AIMP. Using Noctalia's "screen off " function set to 6 seconds, I let the screen shut off, waited a few minutes, then resumed the system, and noted the time, the music stopped at that same instant. I used journalctl --user -b -0 -e and noted these log entries:
Jul 19 20:14:05 ECT niri[1058]: 2026-07-20T03:14:05.482406Z DEBUG niri::backend::tty: disconnecting connector: "HDMI-A-2"
...
Jul 19 20:14:05 ECT niri[1058]: 2026-07-20T03:14:05.522646Z  WARN niri::utils::xwayland::satellite: xwayland-satellite exited with: exit >

When DPMS turns off HDMI-A-2 on Niri, the 0-output state causes xwayland-satellite to exit (Rust panic). All active X11 clients (like AIMP) are killed instantly when the socket collapses. I'll search for updates to xwayland-satellite and continue testing,
Title: Re: AIMP V6 Beta 4 Linux terminates when monitor resumes from inactivity
Post by: Artem on July 20, 2026, 09:16:13
Thank you for a detailed information and research.