subspace / space-acres

Space Acres is an opinionated GUI application for farming on Subspace Network
53 stars 20 forks source link

Debian unable to close Space Acres #166

Closed mhstefanov closed 4 months ago

mhstefanov commented 4 months ago

It looks like closing the application via "x" button does not "kill" the application. The process stays on the background and you must kill it manually.

nazar-pc commented 4 months ago

Please post separate requests/issues separately, don't mix multiple unrelated things together.

nazar-pc commented 4 months ago

Do you have a screenshot of what application was doing at the time? Like did you have more than one farm, how many farms were plotting, etc.

mhstefanov commented 4 months ago

@nazar-pc OK I will separate the requests next time.

Yes sure, a screenshot is attached. Some details: OS: Debian CPU: i7-9700 (8 cores)

subspace

Closing the app does not kill the process:

subspace2

and when you open the app again, the error msg says that it's already running.

nazar-pc commented 4 months ago

How long did you wait for it to exit?

mhstefanov commented 4 months ago

ahhh yeah... it's gone after 15-20sec. :)

nazar-pc commented 4 months ago

That is what I expected. It finishes some uninterruptible work and then goes away.

This is basically a duplicate of https://github.com/subspace/space-acres/issues/54, which when implemented will not close UI until farmer exits properly. Closing this as duplicate for now.