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
Describe the bug
I stored my portefolio in binary on google drive using the GIO integration and the application fails to open the file with a "invalid XML format" error
I can also see that the file name is using some technical name instead of the "fancy name" with the proper extension
To Reproduce
Steps to reproduce the behavior:
Install portfolio performance app via flatpak
Create a new portfolio in binary format and save it to Google Drive via the GNOME file browser
Close the application
Reopen the application and try to open the portfolio file
Expected behavior
The file is being opened.
In C it should call g_file_info_get_display_name() instead of g_file_info_get_name(), not sure what it should be in Java
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Debian unstable with flatpak
Version 0.71.2
The text was updated successfully, but these errors were encountered:
Describe the bug
I stored my portefolio in binary on google drive using the GIO integration and the application fails to open the file with a "invalid XML format" error
I can also see that the file name is using some technical name instead of the "fancy name" with the proper extension
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The file is being opened.
In C it should call
g_file_info_get_display_name()
instead ofg_file_info_get_name()
, not sure what it should be in JavaScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: