damanis
damanis
@akiyosi I also thought about permissions, but there is no problem when used other GUI, e.g. neoray or fvim. Note, that the problem exists only when goneovim ran from script.
@akiyosi FYI. I found what occurs when run from script: ``` #/bin/bash /home/sergeyp/tmp/neovim/goneovim-linux/goneovim & ``` The Goneovim changes (internal) working directory: ':pwd' show home directory instead one of subfolders where...
@akiyosi In this version I can't reproduce the problem (Ubuntu 20). Script ``` #!/bin/bash /home/qweqwe/Goneovim-latest-linux/goneovim $* 2>&1 1>/dev/null & ``` Test ``` chmod +x run_goneovim.sh cd dir1 ../run_goneovim.sh dir2/dir3/Makefile ```...
@akiyosi Seems, you can save the functionality, but need to get parent pid as early as possible. Seems, bash script - the parent of goneovim, - closed sooner than goneovim...
@akiyosi The problem still exists.
I have this problem, too. Sometimes, goneovim window is empty, does not accept keys and can be closed by mouse only. Is the session file creation can be disabled?
I didn't understand the question. Ctrl-p opens popup, selected item changes several time, then menu ready (any item may be selected).
In 0.3.531 is same (I always install latest release).
Now I can reproduce only menu draw problem (and sometime selected item is not relevant). FVimUIPopupMenu v:true  FVimUIPopupMenu v:false  In this scenario detect_9 should be selected after press...
Of course, it is not critical issue.