Error with missing parsing:
mdir: failed to remove 'defaultDXVK/home/user/.fusion360/wineprefixes/default/drive_c/users/user/Downloads/Fusion360installer.exe': No such file or directory
cp: cannot create regular file 'defaultDXVK/user/user/.fusion360/wineprefixes/default/drive_c/users/user/Downloads': No such file or directory
- Fixes a bug in the standard installation routine where the "Default" folder does not exist!
- Fixes wrong repo bug for Linux Mint 21.x!
- Adding Linux Mint 5.x LMDE version!
Set environment variable in Launcher to allow legacy login on up to date Fusion360
Set download back to fetching the latest release
Changed icon to align with theme change in the last 12 months
Currently each locale is fetched serially, which means the user must wait for MANY roundtrip HTTP calls to start and complete.
Since each locale file is relatively tiny, fetching them all in parallel results in a near-instant startup time and the user can see the installation modal much more quickly.
Since I was here I deduplicated all the redundant lines so new locales can be added much more easily.
This more compact form also helps eliminate certain classes of bugs. I noticed that all the licenses were actually being fetched twice, likely due to copy-paste human error.
As the issue with logging in is caused due to an update in Fusion 360 to use Single Sign On, This version locked download allows install and login still within Wine