cryinkfly / SOLIDWORKS-for-Linux

This is a project, where I give you a way to use SOLIDWORKS on Linux!
MIT License
370 stars 36 forks source link

wmctrl crashes software before installation *solved* #17

Closed TheOnion313 closed 2 years ago

TheOnion313 commented 2 years ago

I tried to run the installation but after installing the dependencies it suddenly stopped, so I looked into the code and found out that the program stops at line 69 which contains: wmctrl -r ':ACTIVE:' -b toggle,fullscreen

I don't know why but the wmctrl module didn't respond well with the system and terminated the program, once I uncommented it worked fine, and since it only switches to fullscreen, it probably isn't necessary.

cryinkfly commented 2 years ago

I change the setup wizard in the next time so that this works with zenity. :+1: