daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Doesn't run with "This application can not open files." #173

Closed Hi-Angel closed 5 years ago

Hi-Angel commented 5 years ago

Describe the bug I wanted to use nvim-gtk instead of gvim to type text in Qutebrowser, which requires spellcheck. According to this, command line options can be passed after -- delimiter. Unfortunately, doing so makes nvim-gtk to quit with the error.

Steps to reproduce

  1. Execute nvim-gtk -- -c "set spell spelllang=en_us"

Expected

nvim-gtk gets opened.

Actual

nvim-gtk quits with (.:32265): GLib-GIO-CRITICAL **: 18:00:23.229: This application can not open files..

Technical information (please complete the following information):

daa84 commented 5 years ago

Looks like you use old version of neovim-gtk that does not support -- option

Hi-Angel commented 5 years ago

Thanks for reply! I'll try tomorrow a git version, and will report back.

Hi-Angel commented 5 years ago

Cool, thanks, the git version works for me!