Trevor Williams
Trevor Williams
Things are working for me when running from source. Perhaps this is a Flatpak issue?
To be honest, I don’t know much about Flatpak from a development perspective. I know there are sand boxing restrictions and other subtle differences from source.
What version of Minder are you using? Additionally, what is the package manager that was used to install it?
Unfortunately, the logfile that you have provided doesn't provide much insight for me into what the application is attempting to do. Did you have several files opened within Minder when...
Not a problem. Let me know if you need any questions answered.
I don’t know that I had plans to add this feature, but I can make plans to do it :)
@bilelmoussaoui I was wondering if you have any insights about how to properly handle this issue. Do I need to check to see if the directory exists after the user...
The application is using FileChooserNative in this case. Is there a method I need to call to keep this issue from happening?
src/MainWindow.cc line 926 (save_file method)
So, I should be calling get_uri() instead of get_filename() on line 936 then?