[x] I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: Ubuntu 16.04 LTS
I've configured my ubuntu to show menu in title bar, It's the only relevant setting I believe can be a cause of this problem.
Hello,
On Fedora the menu does not show at all. With the previous version (0.8) there is a normal menu, I've seen from the release notes that this got changed to an hamburger menu in 1.0 but when I run 1.0 on Fedora there is no menu at all.
Thanks
This is also an issue in Arch running Cinnamon as desktop environment. Can't see the menu maximized or any other way.
I have seen the same issue on Linux Mint XFCE desktop ( no hamburger menu even with config set to true )
As indicated in #1266, editing .hyper.js in the home directory and adding this in the config object solved the problem on Fedora
module.exports = {
config: {
showHamburgerMenu: true,
// default font size in pixels for all tabs
fontSize: 14,
etc..
@RomuloPBenedetti can you see if @saule1508 's solution does it for you? :) I think it's intended. Re-open if i'm wrong.
Most helpful comment
As indicated in #1266, editing .hyper.js in the home directory and adding this in the config object solved the problem on Fedora