Index | Thread | Search

From:
Landry Breuil <landry@openbsd.org>
Subject:
Re: [Update] x11/alacritty 0.13.2
To:
Volker Schlecht <openbsd-ports@schlecht.dev>
Cc:
ports@openbsd.org, semarie@openbsd.org, eau+obsd@unix4fun.net
Date:
Tue, 16 Apr 2024 19:38:33 +0200

Download raw body.

Thread
Le Mon, Apr 15, 2024 at 11:03:49PM +0200, Volker Schlecht a écrit :
> Cc: Maintainer
> 
> Updates x11/alacritty to 0.13.2
> Drops patch to alacritty.yml - config file format changed to toml, and alacritty
> no longer requires a configuration file.
> 
> I removed the part disabling wayland support, because the cause of the problem
> has since been fixed by a patch from semarie@ that has been merged upstream:
> 
> https://github.com/Smithay/client-toolkit/pull/198
> 
> Unfortunately it still doesn't run under wayland, though :-)

same thing here with wayland, blows at startup:

[0.000001513s] [INFO ] [alacritty] Welcome to Alacritty
[0.000192660s] [INFO ] [alacritty] Version 0.13.2
[0.000206126s] [INFO ] [alacritty] Running on Wayland
[0.000422622s] [INFO ] [alacritty_config_derive] No config file found; using default
[0.012349299s] [INFO ] [alacritty] Goodbye
Error: Error { raw_code: None, raw_os_message: None, kind: NotSupported("provided display handle is not supported") }

but my wayland setup might be borked as the keymap is completely out.

that updated alacritty runs fine on X11.

Landry