daa84 / neovim-gtk

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

No window controls or menu items #145

Closed corelon closed 5 years ago

corelon commented 5 years ago

Describe the bug When the program starts I get no window controls (e.g. close, maximize, minimize or any menu items. I can only see the side panel and the main Neovim window. Only way to close the program is by right clicking the icon on the taskbar. Even using :q on the last window does not close the program. Technical information (please complete the following information):

Arvedui commented 5 years ago

Do you have NVIM_GTK_NO_HEADERBAR set? If yes this is caused by #140 and my PR #144 should fix it.

corelon commented 5 years ago

I set it to 0 to see if it would make a difference, but it did not. Downloaded the latest from appveyor and it worked fine. Seems like to the PR fixed it indeed. Thanks