https://bugs.winehq.org/show_bug.cgi?id=54794
Tony763 skala.antonin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #12 from Tony763 skala.antonin@gmail.com --- Fixed by MR 3537. Additionally mimetype must be set:
#Create mimetype link to handle web login call backs to the Identity Manager cat > $HOME/.local/share/applications/adskidmgr-opener.desktop << EOL [Desktop Entry] Type=Application Name=adskidmgr Scheme Handler Exec=env WINEPREFIX="$ROOTFOLDER/wineprefixes/default" wine "C:\Program Files\Autodesk\webdeploy\production\99249ee497b13684a43f5bacd5f1f09974049c6b\Autodesk Identity Manager\AdskIdentityManager.exe" %u StartupNotify=false MimeType=x-scheme-handler/adskidmgr; EOL xdg-mime default adskidmgr-opener.desktop x-scheme-handler/adskidmgr
See https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/381#issuec... for details (and credits)