Not able to create a desktop shortcut for fusion 360. #347
Replies: 1 comment
-
$ echo "#!/bin/bash" > $HOME/.fusion360/wineprefixes/default/box-run.sh $ wget -N -P $HOME/.fusion360/bin https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/launcher.sh $ wget -N -P $HOME/.fusion360/bin https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/update.sh $ wget -N -P $HOME/.fusion360/graphics https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/fusion360.svg $ rm $HOME/.local/share/applications/wine/Programs/Autodesk/Autodesk\ Fusion\ 360.desktop $ mkdir -p $HOME/.local/share/applications/wine/Programs/Autodesk/Fusion360/default |
Beta Was this translation helpful? Give feedback.
-
I followed the updated installation instructions and everything went smoothly up until I got to the shortcut creation. I imputed the first command when I ran into my issue that States "couldn't echo bin/bash/".
Sorry I'm doing this from my phone but I can attach all the commands in the next comment. I probably should state that I'm a self taught linux user and I just recently moved to arch so I'm still not the most familiar with what I'm doing or even how to do it. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions