Run fusion360 in **linux** https://github.com/jcugnoni/Fusion360Linux Everything worked, except for what needs to be put in the **runFusion360.sh** script at the end, i put (where "**name**" is the username): ---- #!/bin/bash /opt/wine-staging/bin/wine C:\\\\windows\\\\command\\\\start.exe /Unix /home/**name**/.wine/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/Autodesk/Autodesk\ Fusion\ 360.lnk ----