cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.95k stars 121 forks source link

Fix some bugs #94

Closed TN-1 closed 3 years ago

TN-1 commented 3 years ago

There was a missing && that would crash the script in the repo add.
Also fix #92, I dont know why this fixes it but it does.

TN-1 commented 3 years ago

Wish I knew. I had it in there as a debug message, and the script worked. Took it out, the script doesnt work. My guess is there is some sort of issue passing from the && to the function call, but I am very basic with bash so I have no clue as to what could be causing it.

    wmctrl -r ':ACTIVE:' -b toggle,fullscreen &&
        For some reason, we get stuck here. We cant pass from the above to the below without an empty echo
    check-if-fusion360-exists