andrepolischuk/keep

Remove Menu in Linux version

rlaussat opened this issue · 3 comments

It would be nice to have an option to remove the electron menu in the Linux version of the app - or at least remove it completely for the Linux version. I can't figure out how to do this myself. The OS X version of the app looks like the screenshot in the readme section, without the electron menu.

Thanks for your work!

@bashpunk do you mean remove menu or titlebar? For example on ubuntu menu isn't shown in the application window.

There*s the electron menubar below the titlebar, see screenshot
keepmenu

  • I'm on Ubuntu Gnome 17.04. I had to install libgconf-2-4 to get electron running and start keep, but that's fine. Maybe it's worth mentioning in the readme that libgconf-2-4 is a dependency. I've found out that when I remove the line "Menu.setApplicationMenu(Menu)" from menu.js the menu disappears.

Removing or commenting Menu.setApplicationMenu(Menu) works.
But it would be great if it's an option under the 'View' menu. And if you could add a show/hide behaviour while pressing ALT.