Emulator Issues #13558
openIdle inhibition is not implemented on Wayland
0%
Description
What's the problem? Describe what went wrong.
Dolphin will no inhibit idle action (eg. screen dimming or sleep) when using Wayland
What steps will reproduce the problem?
Open any game in Dolphin on Wayland, and wait a few minutes.
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
Yes, as of build 21734
Is there anything else that can help developers narrow down the issue?
Power management on Wayland is done through the dbus methods org.freedesktop.PowerManagement.inhibit
on non-GNOME sessions, or org.gnome.SessionManager
on GNOME
Updated by Billiard26 5 months ago
- Operating system Linux added
- Operating system deleted (
N/A)
Updated by SuperSamus 4 months ago
There's also the idle_inhibit_unstable_v1 protocol, but that would require Dolphin to support Wayland in its entirety (#11807).
Updated by Billiard26 about 1 month ago
Is this fixed by https://github.com/dolphin-emu/dolphin/pull/13076 ?