Thermionix
Thermionix
Attempting to solve `ERROR: You need to connect this snap to the wine runtime snap.` snap connections on the published snap via [Interface auto-connection mechanism](https://snapcraft.io/docs/auto-connection-mechanism)
[auto-connection-request-for-wine-platform-9-stable-devel-staging-snaps](https://forum.snapcraft.io/t/auto-connection-request-for-wine-platform-9-stable-devel-staging-snaps/40063)
Ok, updated setup instructions whilst awaiting for global auto connection; ```` $ sudo snap install --edge fusion360 --devmode sudo snap connect fusion360:wine-9-devel wine-platform-9-devel-core22 sudo snap connect fusion360:wine-runtime-c22 wine-platform-runtime-core22 fusion360 ````
so the [post-install](https://github.com/Thermionix/fusion360/blob/main/hooks/post-install) script sets this up, can you check the output of `cat ~/.local/share/applications/adskidmgr-opener.desktop` e.g. mine: ```` $ cat ~/.local/share/applications/adskidmgr-opener.desktop [Desktop Entry] Type=Application Name=adskidmgr Scheme Handler Exec=sh -c 'fusion360.wine...
and check output of `xdg-mime query default x-scheme-handler/adskidmgr` ```` $ xdg-mime query default x-scheme-handler/adskidmgr adskidmgr-opener.desktop ````
can you please try this & relaunch firefox: ```` update-mime-database ~/.local/share/mime/ XDG_UTILS_DEBUG_LEVEL=2 xdg-mime query default x-scheme-handler/adskidmgr ````
I can't remember what I did the first time the askidmgr scheme prompted, but I believe I clicked something along the lines of allow content type 'askidmgr' and now within...
From the [ArchWiki - XDG_MIME_Applications](https://wiki.archlinux.org/title/XDG_MIME_Applications#mimeapps.list) - `~/.local/share/applications/mimeapps.list` is **deprecated** (which firefox is reading) and the solution is: `$ ln -s ~/.config/mimeapps.list ~/.local/share/applications/mimeapps.list`