mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
Revert "fix(desktop): cannot open filename with spaces using OS file manager" #33684
This reverts commit6e12ef4a7b
> Paths with spaces were already working. The original bug is most > likely with user's terminal desktop entry, file manager or DE, and has > nothing to do with nvim.desktop. These are 3 different implementations that work correctly with unquoted %F and spaces: ``` $ DE=generic xdg-open "D I R/F I L E.txt" # pure bash $ gio open "D I R/F I L E.txt" # glib2 $ handlr open "D I R/F I L E.txt" # rust ``` (cherry picked from commit07a207a5f1
)
This commit is contained in:
committed by
github-actions[bot]
parent
fa292e6f61
commit
f9c7a69cec
@ -78,7 +78,7 @@ Comment[wa]=Asspougnî des fitchîs tecses
|
||||
Comment[zh_CN]=编辑文本文件
|
||||
Comment[zh_TW]=編輯文字檔
|
||||
TryExec=nvim
|
||||
Exec=nvim "%F"
|
||||
Exec=nvim %F
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Keywords=Text;editor;
|
||||
|
Reference in New Issue
Block a user