From f5920f2becb672184402925da761e69de4de6bab Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Wed, 1 Apr 2020 21:13:39 -0500 Subject: Add 'ignore nodbus', remove 'private-tmp' Without 'ignore nodbus', Teams will not close properly. It looks like, by design, Teams ignores the close signal from window managers (i.e. clicking the X in the top corner) - this occurs even without firejail. Instead, there are two ways to close: by right-clicking the tray icon and selecting "Close" or by running `teams --quit`. 'nodbus' hides/prevents the tray icon, and also ignores `teams --quit` if firecfg has been run (so that `teams` and `teams --quit` with both be sandboxed). The only way to stop Teams is then to manually either kill the process (via `kill -9`) or run something like `/usr/bin/teams --quit` so that the unsandboxed app is run. 'private-tmp' blocks the tray icon so, again, there's no good way to kill Teams. Observed on Debian 10 and Teams 1.3.00.5153 --- etc/teams.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/teams.profile b/etc/teams.profile index 8b60a941e..0e5a42be7 100644 --- a/etc/teams.profile +++ b/etc/teams.profile @@ -9,6 +9,8 @@ include teams.local # added by included profile #include globals.local +ignore nodbus + noblacklist ${HOME}/.config/teams noblacklist ${HOME}/.config/Microsoft @@ -30,7 +32,6 @@ tracelog disable-mnt private-cache private-dev -private-tmp # Redirect include electron.profile -- cgit v1.2.3-54-g00ecf