Package: alacritty
Version: 0.15.1-3
Severity: normal

Dear Maintainer,

I have a small wrapper script to handle mailto:

#!/bin/bash
exec x-terminal-emulator -e mutt -- "${1/mailto:/}";

which is called like this:

mailto 'mailto:[email protected]'

With alacritty configured as x-terminal-emulator this opens up nvim with 
16 blank (~) lines and status line.  <ctrl-l> (redraw) doesn't fix the 
rendering issue, nor does nvim :mod. If I select lines in the buffer 
with the mouse, I see the text is there as it's highlighted.  The only 
work-around I have found is to to press <scroll down> + <scroll up>.

It works as expected if I remove the "exec " prefix in my wrapper 
script. This suggest a timing issue to me.  It also works (as is with 
exec) when x-terminal-emulator is set to lxterm or uxterm.

Happy to provide any and all debug info.


/Allan

-- System Information:
Debian Release: 13.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.90+deb13.1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages alacritty depends on:
ii  libc6               2.41-12+deb13u3
ii  libfontconfig1      2.15.0-2.3
ii  libfreetype6        2.13.3+dfsg-1+deb13u1
ii  libgcc-s1           14.2.0-19
ii  libwayland-client0  1.23.1-3
ii  libwayland-egl1     1.23.1-3
ii  libxkbcommon-x11-0  1.7.0-2
ii  ncurses-term        6.5+20250216-2

alacritty recommends no packages.

alacritty suggests no packages.

-- no debconf information

-- 
Yaxto ApS - Runs Your Business
Sommerlyst 12, 6630 Rødding, Denmark
CVR nr: 46415604

Reply via email to