Closed stevenxxiu closed 3 months ago
v0.26.0 built from source
02:47:24 [info:albert] Detached process started successfully. (WD: /home/steven, PID: 23269, CMD: QList("sh", "-c", "'cd", "~/foo/;", "~/.local/bin/nvim", "$@'", "sh") ~/foo/;: -c: line 1: unexpected EOF while looking for matching `''
Albert appears to be trying to parse Exec, and doing so incorrectly. This didn't happen to the previous version I used, v0.25.0.
Exec
Albert should just run whatever is given in Exec verbatim.
My custom nvim.desktop looks like:
nvim.desktop
[Desktop Entry] Type=Application Name=Neovim Icon=nvim Exec=sh -c 'cd ~/foo/; ~/.local/bin/nvim "$@"' sh %F
Dupe https://github.com/albertlauncher/albert/issues/1422
Package source
v0.26.0 built from source
App logs
Current Behavior
Albert appears to be trying to parse
Exec
, and doing so incorrectly. This didn't happen to the previous version I used, v0.25.0.Expected Behavior
Albert should just run whatever is given in
Exec
verbatim.Anything else?
My custom
nvim.desktop
looks like: