q4wine icon indicating copy to clipboard operation
q4wine copied to clipboard

Alacritty Winetricks Requires sh -c

Open Chapien opened this issue 8 months ago • 5 comments

If my terminal is set to: /usr/bin/alacritty --hold -e, Winetricks does not launch, giving the location not found error. However, if run using: /usr/bin/alacritty --hold -e sh -c, it works. It also works with zsh -c and bash -c. From my understanding this was an issue with Konsole that you managed to fix. Not sure why it's still an issue in alacritty.

kinfo
Operating System: Fedora Linux 42
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.13.0
Qt Version: 6.9.0
Kernel Version: 6.14.5-300.fc42.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800X3D 8-Core Processor
Memory: 31.2 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 2060 SUPER

Chapien avatar May 06 '25 14:05 Chapien