herrwusel

Results 26 comments of herrwusel

I tested a bit further. DBUS doesn't seem to receive the inhibit signal. I checked by running `dbus-monitor --system "interface='org.freedesktop.ScreenSaver'"`. @rickylinden a simple fix is to use the X11 screen...

Oh, of course. I will have a look. Are there any previous updater scripts you would recommend? EDIT: I found the update script for nextcloud. Is it enough if I...

I copied the jellyfin-media-player-git PKGBUILD and adding `-DLINUX_X11POWER=ON` fixed it for me. EDIT: Also make sure to clean build and check the output for the following: ![image](https://user-images.githubusercontent.com/8242787/207863030-f6ee3f72-7c07-4f73-a52c-7cd9e3e1ab3c.png)

To answer your first question: cmake is just telling you that x11 features (xdg-screensaver) is used instead of DBus. As for DPMS: it is enabled on my system. Maybe give...

I think I can close my issue, since my system does not have a program installed that provides `org.freedesktop.ScreenSaver`. Nothing jellyfin-media-player can do here I guess. Using the X11 power...