diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-07 23:05:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 23:05:23 +0300 |
commit | 9a5b4850f8691505ed7135033c1c7976a2e890b0 (patch) | |
tree | 8b40f52d0e4e769d55088e87952a1ab8864963fb /CHANGELOG.md | |
parent | 9910d650d71e00925aa907e042bee34060ec43c5 (diff) | |
download | alacritty-9a5b4850f8691505ed7135033c1c7976a2e890b0.tar.gz alacritty-9a5b4850f8691505ed7135033c1c7976a2e890b0.zip |
Fix very long startup time on some Wayland systems
This is not a real fix for the issue given that dbus method sctk-adwaita
is using will being called anyway. The proper fix will be available
with the winit's 0.29.0 release.
Right now the delay reduced from around 20 seconds to 100ms on a
systems with broken xdg-desktop-portal setup.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3525cfa4..b335bc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Character `;` inside the `URI` in `OSC 8` sequence breaking the URI - Selection on last line not updating correctly on resize - Keyboard input not working on macOS with some IMEs like Fig.io +- Very long startup times on Wayland systems with broken xdg-portal setup. ## 0.12.0 |