Skip to content

Install Script turns your terminal red #588

@TMahls

Description

@TMahls

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.

(1) - Red Terminal
Image

(3) - pacman command not installing all dependencies

Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions