-
-
Notifications
You must be signed in to change notification settings - Fork 146
Description
I was following the install instructions mentioned in the readme:
"curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default"
When installing on arch linux, you are immediately told that you do not have mokutil, and the terminal window stays red, even after the command finishes. This is issue (1)
It turns out that in addition to this, an entire front section that is meant to install these dependencies for you is not activated due to another silly typo in "autodesk_fusion_installer_x86-64.sh". This is issue (2)
After fixing (1) and (2), the install was still not working because the pacman command used to install these dependencies was failing. Turns out 'winbind' and 'spacemoused' are not packages, so I've removed them. This is issue (3). There's probably a more robust way to check and install these dependencies such that it doesn't fail completely if one of them is not found.
To Reproduce
Steps to reproduce the behavior:
./autodesk_fusion_installer_x86-64.sh --install --default"
Screenshots
If applicable, add screenshots to help explain your problem.
(3) - pacman command not installing all dependencies


Desktop (please complete the following information):
- Version number of Autodesk Fusion 360: N/A, installing
- Graphics card model + Graphics card driver (Version number): RTX 2070 Super, Nvidia proprietary driver
- Operating system: Arch, kernel 6.16.7-arch1-1
- Desktop environment: XFCE 4.20
- DXVK- or OpenGL-Mode