diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-05-07 23:05:23 +0300 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-05-16 04:16:27 +0300 |
commit | 9592cbd33e321bc347ec6cff49423e2f93f1c203 (patch) | |
tree | 386af3fd7d081a35e4fc5c5dc551a0dd9e0df0b6 /CHANGELOG.md | |
parent | 5ca354c4fce8d2f276e0018d771545e7e6eb4863 (diff) | |
download | alacritty-9592cbd33e321bc347ec6cff49423e2f93f1c203.tar.gz alacritty-9592cbd33e321bc347ec6cff49423e2f93f1c203.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 e75e8b62..19664d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,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 |