Alex Docauer
Alex Docauer
I'm not sure if this is related, but I also had problems with tooltips on multi-monitor displays. In my case, however, I found that the underlying problem was actually how...
There is some sort of mismatch between the dbus configuration for the helper service and the client application. I can successfully call the helper methods manually: ``` $ dbus-send --system...
Actually, I do get a permission denied when I try to initSession ``` $ dbus-send --system --dest=dev.jonmagon.kdiskmark.helperinterface --print-reply /Helper dev.jonmagon.kdiskmark.helper.initSession Error org.freedesktop.DBus.Error.AccessDenied: Permission denied ``` We may be experiencing different...
Alright, I think my problem is that I'm running under Chrome Remote Desktop and that's breaking PolkitQt1::Authority::AllowUserInteraction somehow. I'm guessing, the helper is unable to find my display server to...
> fileno can fail The only way `fileno()` can fail is if a bad argument is provided, which _shouldn't_ be possible here. Regardless, the error handling in `FileAccess` is pretty...
FYI, to address the most relevant bits first, I'm quoting you out of order, but hopefully not out of context. Some of what I've written near the end is just...
So, the docs Apple published to the web for `fcntl()` don't mention `F_BARRIERFSYNC`, but the man page for `fcntl()` on a reasonably up to date MacOS does document it. It...
#98361 is the proposed fix. With the change, I am unable to repeat the issue on either Windows or Ubuntu.