dataprolet
dataprolet
You're right, I wasn't talking about a progress bar as a notification, but inside the app. Because after hitting the "Update"-button, it's downloading the update which is indicated by a...
Sorry for reviving this, but it seems that BIT is putting the cronjob back in my crontab, even though I had commented it out to use my systemd-timer instead. Is...
Thank you, that's easier than I though!
Yes, I use Arch Linux and installed mangohud-x11 0.6.7.1-2, lib32-mangohud-x11 0.6.7.1-2 and mangohud-common-x11 0.6.7.1-2. EDIT: I started e.g. Civilization VI through Lutris and it would work, but started through the...
Thanks but I created my own Docker container in the meantime. Also I think it might also be an issue with nextcloudcmd, at least there are several open issues regarding...
Have you read this: https://github.com/bastienwirtz/homer/blob/main/docs/troubleshooting.md#my-custom-service-card-doesnt-work-nothing-appears-or-offline-status-is-displayed-pi-hole-sonarr-ping-
> @rickylinden a simple fix is to use the X11 screen management by altering cmake command (e.g. in PKGBUILD): cmake -DCMAKE_INSTALL_PREFIX='/usr/' -DCMAKE_BUILD_TYPE='Debug' -DLINUX_X11POWER=ON -DQTROOT=./qt -DCMAKE_SKIP_RPATH=1 .. Those options are in...
What is `X11/XDG screensaver management`? Is it using DPMS? Because it's disabled on my system. Or is it using XScreensaver? Because that's not installed on my system. EDIT: Also on...
Enabling DPMS solves the issue. Now I just need to figure out why it's turned off by default and why it's turning off by itself after turning it on manually....