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

[BUG] Non-latin characters in path names are not handled correctly #173

Closed
neffo opened this issue Jun 1, 2022 · 1 comment · Fixed by #170
Closed

[BUG] Non-latin characters in path names are not handled correctly #173

neffo opened this issue Jun 1, 2022 · 1 comment · Fixed by #170
Labels

Comments

@neffo
Copy link
Owner

neffo commented Jun 1, 2022

NOTE:
GNOME will sometimes report errors associated extensions if you manually update them via the extensions website. These errors can be resolved by restarting GNOME shell (logging out and then back in again). If it's still creating errors, then please go ahead create an issue.

Describe the bug
delacosta78's report for "Bing Wallpaper":
Hello, I found a bug, when changing the folder where the images are saved and that folder has a tilde in the word (for example Imágenes) the extension is not detecting that properly and it's creating a separate folder in the home folder like this:

/home/myusername/Im%C3%A1genes/BingWallpaper

As you can see the extension is creating the "Im%C3%A1genes" folder instead of using the folder I want to use with the name "Imágenes" with a tilde in the letter a.

Screenshots
If applicable, add screenshots to help explain your problem.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Desktop (please complete the following information):

  • OS: [e.g. Ubuntu 21.04]
  • Extension Version: [e.g. 36]
  • GNOME Version: [e.g. 40.0]

Additional context
Add any other context about the problem here.

@neffo neffo added the bug label Jun 1, 2022
@neffo neffo mentioned this issue Jun 4, 2022
5 tasks
@neffo neffo linked a pull request Jun 4, 2022 that will close this issue
5 tasks
@neffo
Copy link
Owner Author

neffo commented Jun 4, 2022

should be fixed by #170

Issue was related to mistaken use of Filechooser get_uri() when get_path() should have been used.

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

Successfully merging a pull request may close this issue.

1 participant