I have developed a .NET 6 c# winform and deployed it using ClickOnce on the web.
Users typically launch the application via the ClickOnce URL in Windows 10, using the Edge browser.
However, recently a user has started using an Ubuntu environment and installed the Firefox browser.
I’m wondering if Ubuntu can launch the application using the ClickOnce URL?
If it's possible, does Ubuntu require any additional configuration?