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

Native Wayland Support #6252

Closed
ambasta opened this issue Apr 9, 2019 · 6 comments · Fixed by #8601
Closed

Native Wayland Support #6252

ambasta opened this issue Apr 9, 2019 · 6 comments · Fixed by #8601
Assignees
Labels
feature platform/linux Linux specific issues

Comments

@ambasta
Copy link

ambasta commented Apr 9, 2019

Is your feature request related to a problem? Please describe.
Postman fails to launch in pure wayland environment. Currently postman can be launched via X running on wayland via Xwayland, but native support is missing. Launching postman in a wayland native environment complains of missing libgtk-x11-2.0.so.0

Describe the solution you'd like
Implement native wayland support for postman

Describe alternatives you've considered
N/A

Additional context
Platform: Linux
Compositing Server: Wayland
Postman Version: 7.0.7

@shamasis
Copy link
Member

Our views on this is reflected at: electron/electron#9056

We will update to latest Electron soon and hopefully this would get addressed.

@harryi3t
Copy link

Putting the workaround as suggested by a user here

Working command: DISABLE_WAYLAND=1 snap run postman

I have just edited .desktop file (/var/lib/snapd/desktop/applications/postman_postman.desktop) - added that env variable and now it is OK.

@jsebrech
Copy link

jsebrech commented Apr 1, 2020

Putting the workaround as suggested by a user here

Working command: DISABLE_WAYLAND=1 snap run postman

I have just edited .desktop file (/var/lib/snapd/desktop/applications/postman_postman.desktop) - added that env variable and now it is OK.

I made that change but it reverted automatically. Perhaps as a temporary measure the DISABLE_WAYLAND=1 could be added in the default desktop file provided by the snap?

@ambasta
Copy link
Author

ambasta commented Apr 7, 2020

Putting the workaround as suggested by a user here

Working command: DISABLE_WAYLAND=1 snap run postman

I have just edited .desktop file (/var/lib/snapd/desktop/applications/postman_postman.desktop) - added that env variable and now it is OK.

This does nothing for native wayland support and is rather offtopic

@vegabook
Copy link

bump

@mccannt
Copy link

mccannt commented Jun 8, 2020

Closing this issue as it has now been resolved.
Please feel free to reopen with the steps to reproduce if the issue persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature platform/linux Linux specific issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants