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

Postman doesn't open #7534

Closed
Soraga54 opened this issue Oct 25, 2019 · 15 comments
Closed

Postman doesn't open #7534

Soraga54 opened this issue Oct 25, 2019 · 15 comments
Assignees
Labels

Comments

@Soraga54
Copy link

Describe the bug
When I run postman, either by click icon or by run with command 'postman', nothing happens.
I had look for the processus postman and I didn't find the processus postman.

To Reproduce
Steps to reproduce the behavior:

  1. Either click icon or run a command to run postman
  2. See error

Screenshots
image

App information (please complete the following information):

  • Postman Version :
    image
  • OS: Debian GNU/Linux 10 (buster)
@froblesmartin
Copy link

It is something related with the latest version. I have found a basic workaround 😅 , install the previous version:
sudo snap install postman --channel=v6/stable

@harryi3t
Copy link

@Soraga54
When did this start happening (after an update or fresh install)?
Can you try running the following commands to just confirm that the postman command is pointing to the snap binary

which postman # should be like /snap/bin/postman
ls -l `which postman` # should be like /usr/bin/snap (this should be same for all snap apps)

Also, if possible please share the logs at help@getpostman.com (please mention the GitHub issues number: 7534). This would help us in identifying the issue faster.
You can get the logs from ~/snap/postman/current/.config/Postman/logs

@harryi3t harryi3t self-assigned this Oct 29, 2019
@froblesmartin
Copy link

froblesmartin commented Oct 29, 2019

@Soraga54
When did this start happening (after an update or fresh install)?
Can you try running the following commands to just confirm that the postman command is pointing to the snap binary

which postman # should be like /snap/bin/postman
ls -l `which postman` # should be like /usr/bin/snap (this should be same for all snap apps)

Also, if possible please share the logs at help@getpostman.com (please mention the GitHub issues number: 7534). This would help us in identifying the issue faster.
You can get the logs from ~/snap/postman/current/.config/Postman/logs

@harryi3t In our case, using Fedora 30 and having Postman installed with Snap this is the result of those 2 commands:

which postman: /var/lib/snapd/snap/bin/postman
ls -l `which postman`: lrwxrwxrwx. 1 root root 13 Oct 24 11:30 /var/lib/snapd/snap/bin/postman -> /usr/bin/snap

About the logs, there is nothing. No log receive anything even using the desktop launcher or just running postman in terminal.

The application is on the same version as OP, updated 5 days ago at 11:30 CEST (current date is Tuesday 29 October 2019)

@harryi3t
Copy link

@froblesmartin I am assuming you meant there are no logs on the terminal. Can you check the logs directory on the file system ~/snap/postman/current/.config/Postman/logs?

Also, was the same app working fine before the 7.10.0 update?

@froblesmartin
Copy link

@froblesmartin I am assuming you meant there are no logs on the terminal. Can you check the logs directory on the file system ~/snap/postman/current/.config/Postman/logs?

Also, was the same app working fine before the 7.10.0 update?

Hi @harryi3t. Yes, those logs are the ones I mean, none of them have been modified since the new versions was released, even running the app through the CLI either the .desktop launcher.

Yes, last week it was working in 5 computers and since Thursday we have been suffering this in all of them.

@harryi3t
Copy link

@froblesmartin
Could you try opening the app directly using the executable

SNAP=true /snap/postman/current/usr/share/Postman/Postman

This will help us narrow down the issue and would let us know if the issue is specific to the snap variant of Postman.

@kctang
Copy link

kctang commented Oct 31, 2019

i was facing this issue yesterday when using wayland. today i switched back to x11 and postman (installed via snap) launched without issue. just sharing in case wayland is the cause of the incompatibility - i am not 100% sure.

@harryi3t
Copy link

harryi3t commented Nov 1, 2019

Thanks @kctang for providing this extra information.
@froblesmartin Are you using Wayland or x11? If using Wayland, could you try switching to x11?

@harryi3t
Copy link

harryi3t commented Nov 4, 2019

We are tracking this issue here #6252

@harryi3t harryi3t closed this as completed Nov 4, 2019
@akvadrako
Copy link

This isn't a duplicate of #6252. Even without native wayland support, other Electron apps work under wayland using XWayland. Why doesn't Postman?

@xrn
Copy link

xrn commented Jan 5, 2020

@harryi3t I have exactly same issue - using your command Postman is starting.

Debian 10
Postman for Linux
Version 7.13.0
linux 5.4.0-1-amd64 / x64

@Kocicak
Copy link

Kocicak commented Jan 23, 2020

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. We just need to wait for postman / electron devs add support for wayland.

Or maybe we should stick to X11 for another year or so, it just works.

@michalfita
Copy link

Same issue for me. 👍 for adding temporary workaround to the .desktop file in the snap.

@ajuliang
Copy link

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. We just need to wait for postman / electron devs add support for wayland.

Or maybe we should stick to X11 for another year or so, it just works.

It works for me!! Thank you.

@harryi3t
Copy link

harryi3t commented Jun 9, 2020

In the latest version of Postman (on snap), the app does this by default now.

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

10 participants