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

Invalid characters in native dialog on Snap #10449

Closed
1 task done
sombriks opened this issue Nov 19, 2021 · 14 comments
Closed
1 task done

Invalid characters in native dialog on Snap #10449

sombriks opened this issue Nov 19, 2021 · 14 comments

Comments

@sombriks
Copy link

sombriks commented Nov 19, 2021

Is there an existing issue for this?

  • I have searched the existing issues

Describe the Issue

Captura de tela de 2021-11-18 22-09-22

Steps To Reproduce

create collection, then try to export it

Screenshots or Videos

No response

Environment Information

- Operating System: fedora 34
- Platform Type: linux/snap store
- Postman Version: Postman v8.12.5

Additional Context?

No response

Similar reports

@DannyDainton
Copy link
Contributor

Hey @sombriks

Is this still an issue, it looks like the file explorer of your OS is showing that, Postman seems to look fine behind it.

Are there any more details that you can provide, please?

@DannyDainton DannyDainton added export platform/linux Linux specific issues labels Nov 19, 2021
@sombriks
Copy link
Author

Hello @DannyDainton ,

yes it works mostly fine but when it tries to export a collection it brings that corrupted dialog.
it might be snap fault, not postman.

in another "installation", which i just unzip postman that issue does not occur.

is there any chance to offer postman as an .rpm package?

@sombriks
Copy link
Author

indeed looks like an issue on snap itself not postman: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1864365

@jviotti jviotti changed the title export collection using postman from snap store results into invalida characters on dialog Invalid characters in native dialog on Snap Jan 19, 2022
@RaisinTen
Copy link
Member

As asked by @1bitphoenix, I'm closing this issue:

Marking as closed - this is an issue with snaps and exists for other snap apps as well. There's nothing much that Postman can do here.

@ramilani12
Copy link

I have this issue on my Ubuntu 22.04

@ramilani12
Copy link

ramilani12 commented Dec 21, 2022

image

See the image on Ubuntu 22.04

@mau21mau
Copy link

I fixed this issue by unninstalling the stable version and installing the edge version on Ubuntu Software.

@brenton-sdc
Copy link

Any other fix besides updating to the latest/edge? Work requires v9. Latest version in the snap store for v9 is 9.31.28 (stable) and the same version for edge and I cannot select a local json file for a test run

@dhruvilpirimid
Copy link

For People facing this issue:

Clearing the chromium cache worked for me:
rm -rf ~/snap/postman/common/.cache

Close all your active chromium windows (Including Postman) after running this and open again. The issue should be fixed.
Source

@mat-twg
Copy link

mat-twg commented Oct 26, 2023

ubuntu 23.04
image

@luisalvarado
Copy link

Ubuntu 23.10

image

This is the dialog for enabling hardware acceleration.

The uploading box shows properly now. Here is the version tested:

image

@alisamie97
Copy link

I'm using ubuntu 23 and I have the same issue, tried clearing chrome cache as mentioned here: #10449 (comment) but it didn't fix the issue.

@vistarsvo
Copy link

same issue...
clearing snap postman cache, chromium cache, fontconfig, etc.... Nothing. Still have a problem

@VuKhoiGVM
Copy link

have the same issue.. had fixed it successfully yet. Here is step:

  1. update font sudo fc-cache -r -v and reboot
  2. find font config of snap application (postman): find ~/snap/postman/ -name 'fontconfig'
  3. remove all cache font config in the result from above: rm -rf ~/snap/postman/common/.cache/fontconfig/

Hope it helpful!

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

No branches or pull requests