You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yazi
Version: 0.4.2 (6e1948e 2024-12-14)
Debug :false
Triple : x86_64-unknown-linux-gnu (linux-x86_64)
Rustc : 1.83.0 (90b35a62 2024-11-26)
Ya
Version: ExitStatus(unix_wait_status(134)), "*** stack smashing detected ***: terminated\n"
Emulator
Brand.from_env : None
Emulator.detect : Emulator { kind: Right(Unknown { kgp: false, sixel: false }), light: false, cell_size: None }
Emulator.detect_full: Ok(Emulator { kind: Right(Unknown { kgp: false, sixel: false }), light: false, cell_size: None })
Adapter
Adapter.matches: Wayland
Desktop
XDG_SESSION_TYPE : Some("wayland")
WAYLAND_DISPLAY : Some("wayland-1")
DISPLAY : Some(":0")
SWAYSOCK : Some("/run/user/1000/sway-ipc.1000.2114.sock")
HYPRLAND_INSTANCE_SIGNATURE: None
WAYFIRE_SOCKET : None
SSH
shared.in_ssh_connection: false
WSL
WSL: false
NVIM
NVIM :false
Neovim version: No such file or directory (os error 2)
Variables
SHELL : Some("/run/current-system/sw/bin/fish")
EDITOR : Some("hx")
VISUAL : None
YAZI_FILE_ONE : None
YAZI_CONFIG_HOME: None
YAZI_ZOXIDE_OPTS: None
FZF_DEFAULT_OPTS: None
Text Opener
default : Some(Opener { run: "${EDITOR:-vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-create: Some(Opener { run: "${EDITOR:-vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
block-rename: Some(Opener { run: "${EDITOR:-vi}\"$@\"", block: true, orphan: false, desc: "$EDITOR", for_: None, spread: true })
Multiplexers
TMUX : 0
tmux version : No such file or directory (os error 2)
tmux build flags : enable-sixel=Unknown
ZELLIJ_SESSION_NAME: None
Zellij version : 0.40.1
Dependencies
file : 5.45
ueberzugpp : No such file or directory (os error 2)
ffmpeg/ffprobe: 6.1.2 / 6.1.2
pdftoppm : No such file or directory (os error 2)
magick : No such file or directory (os error 2)
fzf : No such file or directory (os error 2)
fd/fdfind : No such file or directory (os error 2) / No such file or directory (os error 2)
rg : No such file or directory (os error 2)
chafa : No such file or directory (os error 2)
zoxide : No such file or directory (os error 2)
7z/7zz : No such file or directory (os error 2) / No such file or directory (os error 2)
jq : No such file or directory (os error 2)
Clipboard
wl-copy/paste: 2.2.1 / 2.2.1
xclip : No such file or directory (os error 2)
xsel : No such file or directory (os error 2)
Describe the bug
Yazi no longer syncs its CWD to the currently opened folder. This breaks workflows like opening a new terminal window in the same CWD in Alacritty and other terminals.
Minimal reproducer
Open yazi in your ~. Navigate to some other folder. Find yazi's PID and observe that ls -la /proc/<pid>/cwd points to the ~ and not to the folder you navigated into.
What system are you running Yazi on?
Linux Wayland
What terminal are you running Yazi in?
Alacritty 0.13.2
yazi --debug
outputDescribe the bug
Yazi no longer syncs its CWD to the currently opened folder. This breaks workflows like opening a new terminal window in the same CWD in Alacritty and other terminals.
Minimal reproducer
Open yazi in your
~
. Navigate to some other folder. Find yazi's PID and observe thatls -la /proc/<pid>/cwd
points to the~
and not to the folder you navigated into.Anything else?
No response
Checklist
yazi --debug
) input box to the nightly that I triedmv ~/.config/yazi ~/.config/yazi-backup
)The text was updated successfully, but these errors were encountered: