Oskar Nyberg
Oskar Nyberg
@roundoutandabout Hmm okay, I haven't been able to reproduce this unfortunately. Can you check if the app is running (it could be that it just isn't visible). ``` ps aux...
@roundoutandabout I've had a look at the logs and didn't find anything interesting unfortunately. I've also tried to reproduce this but without success. We won't look further into this now...
@roundoutandabout Looks like it's from a systemd-service. As far as I'm aware there's no service with that name in our app. Did you create this one yourself?
You could also check if the path on the bottom line in `/opt/Mullvad VPN/mullvad-vpn` is quoted/escaped properly.
@markcellus It looks like our app is killed without receiving the quit-events that we would expect to receive. We've added this to our backlog.
Our app isn't always notified before it's closed down on log out and when it is, it's not often given enough time to disconnect. I've reported this to Electron: https://github.com/electron/electron/issues/33651.
We decided a while back that the app shouldn't disconnect on system log out for two reasons: 1. It's not possible to get it working well on all platforms 2....
This should be fixed in the latest release (2022.5). We've changed the behavior of the app to not disconnect when it quits for any other reason than the user pressing...
Thanks for reporting this. We are aware of this problem and plan to fix it pretty soon.
Thanks for reporting this. It should remove the previous notifications when a new one is shown. I'll add this to our backlog and update here when we investigate/fix it.