Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hamburger menu not visible on Linux #1266

Closed
binjospookie opened this issue Dec 18, 2016 · 13 comments
Closed

Hamburger menu not visible on Linux #1266

binjospookie opened this issue Dec 18, 2016 · 13 comments
Labels
good first issue Issue is good for Hyper newcomers help wanted Contributions wanted towards the issue 🐧 Platform: Linux Issue pertains to Linux 🐛 Type: Bug Issue pertains to something wrong within Hyper

Comments

@binjospookie
Copy link

binjospookie commented Dec 18, 2016

Ubuntu 16.04

hamburger's bug

no HTML for menu

@ppot
Copy link
Contributor

ppot commented Dec 18, 2016

Hi there. The hamburger menu is hidden by default on linux. You can enable it in your .hyper.js file here: https://gist.github.com/juangl/74346eb89777775d4f841149ef16b20f#file-hyper-js-L33 by setting showHamburgerMenu to true.

@brychanrobot
Copy link

In Mint 18.1 Cinnamon, setting showHamburgerMenu to true doesn't seem to change anything.

@stefanivic
Copy link
Contributor

@matheuss @brychanrobot this happened to me on Arch also.

@connorgolden
Copy link

Same in Elementary 0.4

@bederman
Copy link

bederman commented Jan 2, 2017

Same on Ubuntu GNOME 16.10, with showHamburgerMenu set to true

@Simon-L
Copy link

Simon-L commented Jan 4, 2017

Same for me on Linux Mint 18, no matter what value showHamburgerMenu is set to.
It might have to do with the window being borderless and the window decorations being applied differently based on the desktop environement.

In my case, I cannot access any of the menus of Hyper. It might be related to the shortcuts issue I'm having, as #1058 didn't fix it.

@albinekb albinekb added 🐛 Type: Bug Issue pertains to something wrong within Hyper 🐧 Platform: Linux Issue pertains to Linux labels Jan 4, 2017
@albinekb albinekb changed the title No hamburger menu Hamburger menu not visible on Linux Jan 4, 2017
@matheuss
Copy link
Member

matheuss commented Jan 21, 2017

Could you guys make sure that you're using showHamburgerMenu: true instead of showHamburgerMenu: 'true'?

@connorgolden
Copy link

Ahh, tried messing with the quotes and what ended up working is: showHamburgerMenu: true (no quotes at all) That seemed to work for me. Can others confirm?

@mkolo
Copy link

mkolo commented Jan 25, 2017

Removing quotes worked for me too.
Elementary OS 0.4 Loki

@jobukkit
Copy link

jobukkit commented Sep 3, 2017

That worked indeed. Instead of "without backticks", it should say "without backticks and without quotes".

@chabou
Copy link
Collaborator

chabou commented Sep 3, 2017

A lot of users are confused.
@Jop-V your proposal can help. PR is welcome 😄

@ghost
Copy link

ghost commented Sep 13, 2017

^

@chabou chabou added good first issue Issue is good for Hyper newcomers help wanted Contributions wanted towards the issue labels Sep 14, 2017
@jcrben
Copy link
Contributor

jcrben commented Feb 10, 2018

Why is this showHamburgerMenu false by default on Linux? It's extremely poor UX. On Ubuntu 17.10 running KDE Plasma Desktop, I couldn't see any menu at all without enabling this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issue is good for Hyper newcomers help wanted Contributions wanted towards the issue 🐧 Platform: Linux Issue pertains to Linux 🐛 Type: Bug Issue pertains to something wrong within Hyper
Projects
None yet
Development

No branches or pull requests