[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Qt can now survive Wayland compositor restarts
From: |
Po Lu |
Subject: |
Re: Qt can now survive Wayland compositor restarts |
Date: |
Sat, 11 Mar 2023 07:48:39 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Sean Whitton <spwhitton@spwhitton.name> writes:
> Apropos the infamous Gtk bug, I saw this piece of news I thought I
> should share:
> <https://codereview.qt-project.org/c/qt/qtwayland/+/377104>.
I think this is a good thing for Qt users, but not good enough for us.
The problem is that Qt will keep trying to reconnect in a loop, instead
of closing the display connection, and telling Emacs that the display
has been closed. That doesn't work if the display server has actually
gone away and has not crashed, only to restart moments later. Emacs
must be given full control over display connections.
- Re: Qt can now survive Wayland compositor restarts, (continued)
- Re: Qt can now survive Wayland compositor restarts, Po Lu, 2023/03/11
- Re: Qt can now survive Wayland compositor restarts, Arsen Arsenović, 2023/03/11
- Re: Qt can now survive Wayland compositor restarts, Po Lu, 2023/03/11
- Re: Qt can now survive Wayland compositor restarts, Arsen Arsenović, 2023/03/11
- Re: Qt can now survive Wayland compositor restarts, Po Lu, 2023/03/11
- Re: Qt can now survive Wayland compositor restarts, Arsen Arsenović, 2023/03/11
- Re: Qt can now survive Wayland compositor restarts, Po Lu, 2023/03/11
- Re: Qt can now survive Wayland compositor restarts, Arsen Arsenović, 2023/03/11
- Re: Qt can now survive Wayland compositor restarts, Madhu, 2023/03/12
Re: Qt can now survive Wayland compositor restarts, Po Lu, 2023/03/10
Re: Qt can now survive Wayland compositor restarts,
Po Lu <=