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

No windows controls on linux #367

Closed
floriangosse opened this issue Sep 15, 2015 · 9 comments
Closed

No windows controls on linux #367

floriangosse opened this issue Sep 15, 2015 · 9 comments
Labels

Comments

@floriangosse
Copy link

I use GNOME Shell 3.10.4 on Ubuntu 14.04

Screenshot - Linux no window controls

@Pitros
Copy link
Contributor

Pitros commented Sep 15, 2015

It's x64 or x86?
Could you press CTRL + / it should open dev tools window, then go to console and type navigator.platform and please write what it returns.

@Pitros Pitros added the bug label Sep 15, 2015
@floriangosse
Copy link
Author

> console.log(navigator.platform)
Linux x86_64

@weblancaster
Copy link
Member

@floriangosse can you actually do the same steps but console process.platform please?

@floriangosse
Copy link
Author

@weblancaster:

> console.log(process.platform)
linux

@floriangosse
Copy link
Author

@weblancaster We need an additional check for simple linux at line

$scope.isRunningLinux = process.platform == 'linux32' || process.platform == 'linux64';

@weblancaster
Copy link
Member

yep.

@weblancaster
Copy link
Member

I fixed.. and going to push with another fix soon.

@floriangosse
Copy link
Author

Thx

@weblancaster
Copy link
Member

resolved on #368 merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants