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.88k stars 75 forks source link

[Feature Request] Notification when vm is suspended #20

Closed hwak722 closed 2 years ago

hwak722 commented 2 years ago

Can you add option to enable notification when the vm is put to sleep, it wil be easier to know if the vm is suspended wthout checking virt manager

casualsnek commented 2 years ago

New version will be out today that will have this option added :)

casualsnek commented 2 years ago

I just made a release that should have this feature, can you check it out ?

hwak722 commented 2 years ago

Yes, the notifications work.

Another issue is that config is not updated in background if vm auto suspend setting is changed because tc variable ( https://github.com/casualsnek/cassowary/blob/main/app-linux/src/cassowary/base/helper.py#L236 ) is never incremented and never reach 10

casualsnek commented 2 years ago

Yes, the notifications work.

Another issue is that config is not updated in background if vm auto suspend setting is changed because tc variable ( https://github.com/casualsnek/cassowary/blob/main/app-linux/src/cassowary/base/helper.py#L236 ) is never incremented and never reach 10

Config will be updated now. I have pushed the changes and updated the release files too !