When trying to launch and ASP.NET site in Monodevelop (installed via Flatpak, latest stable version) I get the following error when it tries to start up the browser:
I'm using Xubuntu 16.04 (XFCE based version of Ubuntu)
System.ComponentModel.Win32Exception (0x80004005): ApplicationName='xdg-open', CommandLine='http://127.0.0.1:8080', CurrentDirectory='', Native error= Cannot find the specified file at System.Diagnostics.Process.StartWithCreateProcess (System.Diagnostics.ProcessStartInfo startInfo) [0x001ee] in :0
I've been all over the net trying to figure this one out, but I haven't worked out why it can't see the xdg-open utility. I tried doing a re-install of the xdg-utilities using apt-get but no luck. Anyone else run into this and have a work around or a fix?
Edit: You can go to http://127.0.0.1:8080 or whatever your url is if you changed it from default and still see the site. It just won't come up automatically in the browser.