System details
Intel Core i5-1335U, Intel Iris Xe (Raptor Lake-P), Linux 7.1.5-arch1-2, Omarchy 4.0.0.r1472.g283276b, Hyprland 0.56.1, quickshell-git 0.3.0.r18.g10b439f
What's wrong?
Summary
Nothing owns org.freedesktop.ScreenSaver on the session bus in Quattro, so every idle inhibit sent over D-Bus is silently discarded. The screensaver launches at the configured timeout while video is playing.
Omarchy 3 used hypridle, which registers that bus name and honors Inhibit(). Quattro replaced it with the Quickshell idle service, which uses IdleMonitor { respectInhibitors: true } — and that honors only the Wayland zwp_idle_inhibit_manager_v1 protocol. An application that requests its inhibit over D-Bus rather than the Wayland protocol therefore has it dropped on the floor.
I reproduced this with Zen browser. The application is behaving correctly; nothing is listening.
Steps to reproduce
- Fresh Quattro session.
- Play a YouTube or Twitch video in Zen browser (1.21.10b).
- Do not touch the input devices.
- At
idle.screensaver (150s in my shell.json) the screensaver launches over the playing video. At idle.lock (300s) the session locks.
System details
Intel Core i5-1335U, Intel Iris Xe (Raptor Lake-P), Linux 7.1.5-arch1-2, Omarchy 4.0.0.r1472.g283276b, Hyprland 0.56.1, quickshell-git 0.3.0.r18.g10b439f
What's wrong?
Summary
Nothing owns
org.freedesktop.ScreenSaveron the session bus in Quattro, so every idle inhibit sent over D-Bus is silently discarded. The screensaver launches at the configured timeout while video is playing.Omarchy 3 used
hypridle, which registers that bus name and honorsInhibit(). Quattro replaced it with the Quickshell idle service, which usesIdleMonitor { respectInhibitors: true }— and that honors only the Waylandzwp_idle_inhibit_manager_v1protocol. An application that requests its inhibit over D-Bus rather than the Wayland protocol therefore has it dropped on the floor.I reproduced this with Zen browser. The application is behaving correctly; nothing is listening.
Steps to reproduce
idle.screensaver(150s in myshell.json) the screensaver launches over the playing video. Atidle.lock(300s) the session locks.