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

Snap doesnt start on ubuntu 18.04 with wayland #145

Closed
Remarknl opened this issue Jul 1, 2019 · 5 comments
Closed

Snap doesnt start on ubuntu 18.04 with wayland #145

Remarknl opened this issue Jul 1, 2019 · 5 comments

Comments

@Remarknl
Copy link

Remarknl commented Jul 1, 2019

Starting it from a terminal gives:
(mqtt-explorer.bin:26930): Gtk-WARNING **: 17:02:23.483: cannot open display: :0

@thomasnordquist
Copy link
Owner

Thanks for the report.
Do you know if the AppImage build works?

The common fix for this seems to be, to run the app with a DISABLE_WAYLAND=1 environmental.

> export DISABLE_WAYLAND=1
> mqtt explorer

# Or
> DISABLE_WAYLAND=1 mqtt-explorer

@Remarknl
Copy link
Author

Remarknl commented Jul 2, 2019

Thanks for the quick reply!

The export solution works.
The appImage also works as expected.

@thomasnordquist
Copy link
Owner

Thanks for the feedback, I'll see what I can do to provide a permanent fix.

@thomasnordquist
Copy link
Owner

I released v0.3.1 in the snap store to fix the issue for all Ubuntu users.

@thomasnordquist
Copy link
Owner

Fix is: c543d0f

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

No branches or pull requests

2 participants