this post was submitted on 23 Dec 2023
100 points (97.2% liked)

Linux

47361 readers
1236 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Among the Firefox Wayland bugs, one of the top crash bugs is over a lost connection to a Wayland compositor. For dealing with it is to have a proxy between Firefox and the Wayland compositor to cache messages and prevent compositor message queue overflows.

you are viewing a single comment's thread
view the rest of the comments
[–] autotldr@lemmings.world 3 points 9 months ago

This is the best summary I could come up with:


Shipping as part of Firefox 121 is wayland-proxy as a C++ module to serve as a Wayland proxy load balancer.

Among the Firefox Wayland bugs, one of the top crash bugs is over a lost connection to a Wayland compositor.

For dealing with it is to have a proxy between Firefox and the Wayland compositor to cache messages and prevent compositor message queue overflows.

Martin Stransky with Red Hat wrote Wayland-Proxy as a C++ version of a prior proof-of-concept written in Rust.

Wayland-Proxy can work either as a standalone application or a library called upon by Wayland apps.

Those wishing to learn more about Wayland-Proxy and its Firefox use can see today's post on Stransky's blog.


The original article contains 165 words, the summary contains 116 words. Saved 30%. I'm a bot and I'm open source!