You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The save file dialog show me the expected buttons (Home, Documents, Downloads, Computer). But, the Documents when clicked cause these errors:
2020/08/12 08:14:19 Fyne error: Unable to read path /home/rodrigo/Documents 2020/08/12 08:14:19 Cause: open /home/rodrigo/Documents: no such file or directory 2020/08/12 08:14:19 At: /home/rodrigo/go/pkg/mod/fyne.io/fyne@v1.3.3/dialog/file.go:183
The cause, I believe, is that my PC uses another language than English (Brazilian Portuguese), and my folder is called Documentos.
Downloads and Home folders are not translated, so unaffected. Computer points to /, also unaffected.
To Reproduce:
Steps to reproduce the behavior:
Run the app on a non English Ubuntu PC (where Documents folder has its name translated)
Save a file using the save dialog window
Click the Documents button.
See an empty folder and the error above on terminal.
Device:
OS: Ubuntu
Version: 20.04
Go version: 1.14.7
Fyne version: 1.3.3
P.s.: On Windows 10 I've noticed that if Downloads folder has its path changed, the Downloads button also fails to reach the new location determined within the folder properties (It may happen to other system folders with altered paths). But I can't give more details, I rarely use Windows...
The text was updated successfully, but these errors were encountered:
Describe the bug:
The save file dialog show me the expected buttons (Home, Documents, Downloads, Computer). But, the Documents when clicked cause these errors:
2020/08/12 08:14:19 Fyne error: Unable to read path /home/rodrigo/Documents 2020/08/12 08:14:19 Cause: open /home/rodrigo/Documents: no such file or directory 2020/08/12 08:14:19 At: /home/rodrigo/go/pkg/mod/fyne.io/fyne@v1.3.3/dialog/file.go:183
The cause, I believe, is that my PC uses another language than English (Brazilian Portuguese), and my folder is called Documentos.
Downloads and Home folders are not translated, so unaffected. Computer points to /, also unaffected.
To Reproduce:
Steps to reproduce the behavior:
Device:
P.s.: On Windows 10 I've noticed that if Downloads folder has its path changed, the Downloads button also fails to reach the new location determined within the folder properties (It may happen to other system folders with altered paths). But I can't give more details, I rarely use Windows...
The text was updated successfully, but these errors were encountered: