Is your feature request related to a problem? Please describe:
Now that we have the URI rework...
I want matrix:// scheme URIs to open my installed fyne application.
Is it possible to construct a solution with the existing API?
Sort of. This is a change to fyne package .
Describe the solution you'd like to see:
Open for suggestions, I would love to control this from code, but on some platforms this can only be done at install-time.
References
Mac OS X: https://gist.github.com/nathankerr/38d8b0d45590741b57f5f79be336f07c
Linux: https://unix.stackexchange.com/a/497147 (Desktop Entry with MimeType and xdg)
Windows: https://docs.microsoft.com/en-us/windows/win32/search/-search-3x-wds-ph-install-registration
Is your feature request related to a problem? Please describe:
Now that we have the URI rework...
I want
matrix://scheme URIs to open my installedfyneapplication.Is it possible to construct a solution with the existing API?
Sort of. This is a change to
fyne package.Describe the solution you'd like to see:
Open for suggestions, I would love to control this from code, but on some platforms this can only be done at install-time.
References
Mac OS X: https://gist.github.com/nathankerr/38d8b0d45590741b57f5f79be336f07c
Linux: https://unix.stackexchange.com/a/497147 (Desktop Entry with
MimeTypeandxdg)Windows: https://docs.microsoft.com/en-us/windows/win32/search/-search-3x-wds-ph-install-registration