Christoph Settgast
Christoph Settgast
Should already work, see the [README](https://github.com/Mitrichius/hugo-theme-anubis#make-post-available-only-by-link): > Add hidden: true to post front matter. Post also is not available in RSS feed.
Still relevant
As my matrix server starts with the letter "s" and thus I am affected by this, I may give it a try to fix this
See the Development instructions in the readme: https://github.com/jitsi/jitsi-meet-electron#development
And that would be Electron 30 which will come mid of April with Chromium 124: https://github.com/electron/electron/blob/main/docs/tutorial/electron-timelines.md
Looking at https://github.com/electron/electron/issues/10515 it seems that some electron bits might also be required to get this to work. And then its gated to windows on the frontend as well, at...
@Alfagiovanni56 the only change from 2022.12.0 to 2023.1.0 is the update from Electron 21 to Electron 22 (with Chromium 106 -> 108 inside). In the past few versions Wayland support...
This is now fixed by reverting back to electron 21. This is not a sustainable fix, as electron 21 is EOL around April this year, so we will need to...
As Electron 21 is EOL, we now have to upgrade. Unfortunately that means that screensharing is broken under wayland (segfaulting). Other electron apps are also affected, see https://github.com/electron/electron/issues/37463 Only workaround...
The crash might just be fixed with https://github.com/electron/electron/pull/38833, I will test once there is a nightly with that fix or a point release with that fix