kmohrf
kmohrf
I haven’t tested the current implementation in libsoup yet, because they haven’t released any new versions since the merge. Depending on how they handle the empty protocols array, your WebSocket...
Your commit breaks the [service template unit](https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html). That `%i` is there for a reason. Please try to understand what you modify.
Yes the guide you’ve linked to recommends changing some lines and in doing so breaks a very useful feature of the systemd unit: the ability to run more than one...
`DeviceAllow=False` doesn’t work because it expects a device path or device node specifier. Instead one should use ``` DevicePolicy=closed ``` I fixed this in the deb-package I maintain, but forgot...
This feature was [recently enabled for Linux](https://github.com/element-hq/element-desktop/pull/1683) but I’m not really sure if the consequences were entirely clear. `flashFrame` on Gnome forces a workspace and focus switch and I haven’t...
@t3chguy Nice! I was searching for an explanation of what `flashFrame` actually does on Linux given that the docs for electron are pretty vague. I agree that the spec does...