It would be useful to have the ability to open a file browser not as a selection dialog with a callback but just a regular file browser window.
I believe this could largely reuse existing file dialog code. One limitation though is that zenity does not have a way to do this.
An alternative would be to have it be a wrapper around SDL_OpenUrl that handles escaping the path and prepending file://.
It would be useful to have the ability to open a file browser not as a selection dialog with a callback but just a regular file browser window.
I believe this could largely reuse existing file dialog code. One limitation though is that zenity does not have a way to do this.
An alternative would be to have it be a wrapper around SDL_OpenUrl that handles escaping the path and prepending
file://.