Closed theRoboxx closed 1 year ago
Hi @theRoboxx. This issue is already solved (see #173). The fix will be released in 1.9 soon. In the meantime, you can install the git version.
Duplicate of #173
Ok perfect, thank you :+1: .
Btw, I'll take a look at those EIO errors reported by strace(1) according the foot maintainer.
Couldn't get any write
errors via strace(1), which I executed as follows (no matter if running clifm 1.8 or the latest git version, or if running via Wayland (foot
) or not):
strace -v -o /tmp/strace.out -e write clifm
Indeed, these errors were coming from nushell
itself, and not from clifm. The OP itself (#176) confirmed that these errors dissapeared when upgrading nushell
from 0.66.1 to 0.72.0. As stated in the project's page, indeed:
Nu is under heavy development
Describe the bug Clifm causes the wayland terminal emulator foot and others to instantly close on startup. I already opened an issue over there and got an answer.
To Reproduce Steps to reproduce the behavior:
foot clifm
,kitty clifm
,xterm -e clifm
oralacritty -e clifm
Expected behavior The terminal should start and execute clifm without closing instantly.
Desktop