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 /Cargo.lock | |
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 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1491,9 +1491,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "sctk-adwaita" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc56402866c717f54e48b122eb93c69f709bc5a6359c403598992fd92f017931" +checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09" dependencies = [ "crossfont", "log", |