casualsnek / cassowary

Run Windows Applications on Linux as if they are native, Use linux applications to launch files files located in windows vm without needing to install applications on vm. With easy to use configuration GUI
GNU General Public License v2.0
2.87k stars 75 forks source link

Background Service Fails to Autostart in Ubuntu #110

Open robbyteal opened 1 year ago

robbyteal commented 1 year ago

Describe the bug GUI tries to create command "python -m cassowary -bc" as a startup service. It should be "python3 -m cassowary -bc"

This means that the process does not run and autosuspend fails.

image

joezhouchenye commented 1 year ago

Same, as well as the .desktop file, python3 should be used. Not sure, why python3 is used for guest apps which is correct, while python is used for the configuration application menu shortcut.