-
-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keeps processes running after quitting #1532
Comments
Hello @MennoLabs , You can use the More info in https://github.com/IsmaelMartinez/teams-for-linux/tree/main/app/config Thanks! |
That makes the icon in the tray disappear, but still leaves the processes. |
well, then that is a bug if it doesn't close it. Looking at the logs you provided you got at least another couple of issues in there. See #1426 (comment) and create an apparmour profile. You also got some issues with your drivers, so probably use --disableGpu or use another packaging than snap (that can create a lot of issues). Once you done those 2, then run the app with the following command and provide the logs:
It could be a side effect of the apparmour and snap not allowing you to kill the app. So not our bug but a side effect of Ubuntu deciding to force apparmour to all apps. |
I tried running the .deb before and that would not launch. |
If you can make those amendments and run it with the command/logs, then I can have a further look. |
After quitting the application (from the tray), ps shows there are still processes running.
Steps to reproduce the behavior:
Expected behavior
Quitting an application should remove all its processes IMHO.
Desktop (please complete the following information):
Debug
See attached file.
teamsdebug.txt
The text was updated successfully, but these errors were encountered: