Hello all,
It seems at work they have decided to use Microsoft Office 365. The basic apps won't be a bother as I don't have to use them. Teams might be a trouble, however there is a Linux client and it seems to work ok.
Unfortunately, in typical M$ way, Teams for Linux autostarts (these people can't believe you would not want to use their apps all the time).
It autostarts by creatiing a teams.desktop file file in ~/.config/autostart. There is a X-GNOME-Autostart-enabled=true/false line enabling control of this, but it obviously works only on Gnome.
I can remove the *.desktop file, but Teams will re-create it everytime it is run!
Files run in .config/autostart are run before those in .trinity/autostart.
Old style scripting in rc.local seems deprecated on Debian (Buster here).
I've managed to create a systemd script to remove the desktop file at boot, which mostly satisfies my needs as I seldom just unlog, but I was wondering if there is a way to run a script when I log out (I have tried .bash_logout but it does not work)?
Thierry
Anno domini 2022 Fri, 14 Jan 08:39:34 +0100 Thierry de Coulon scripsit:
Hello all,
It seems at work they have decided to use Microsoft Office 365. The basic apps won't be a bother as I don't have to use them. Teams might be a trouble, however there is a Linux client and it seems to work ok.
Unfortunately, in typical M$ way, Teams for Linux autostarts (these people can't believe you would not want to use their apps all the time).
It autostarts by creatiing a teams.desktop file file in ~/.config/autostart. There is a X-GNOME-Autostart-enabled=true/false line enabling control of this, but it obviously works only on Gnome.
I can remove the *.desktop file, but Teams will re-create it everytime it is run!
I solved this via rc.local and/or ~/.xsession of the affectd user(s), but this is devuan without the "benefits" of systemd :)
Anyway, you can play mean on teams: make ~/.config/autostart readonly or immutable, that actually worked here.
Nik
Files run in .config/autostart are run before those in .trinity/autostart.
Old style scripting in rc.local seems deprecated on Debian (Buster here).
I've managed to create a systemd script to remove the desktop file at boot, which mostly satisfies my needs as I seldom just unlog, but I was wondering if there is a way to run a script when I log out (I have tried .bash_logout but it does not work)?
Thierry ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...
On Friday 14 January 2022 10.24:50 Dr. Nikolaus Klepp wrote:
Anno domini 2022 Fri, 14 Jan 08:39:34 +0100
I solved this via rc.local and/or ~/.xsession of the affectd user(s), but this is devuan without the "benefits" of systemd :)
Yes, I do have a Devuan install but no time to move my critical stuff to it until summer...
Anyway, you can play mean on teams: make ~/.config/autostart readonly or immutable, that actually worked here.
I can make it immutable, but it's not useful fi I can't set it to not autostart.
There are one line: X-GNOME-Autostart-enabled=true
If I set it to false, Teams still starts, so X-GNOME-Autostart has no effect on TDE. What I did not try is changing the Exec=/usr/bin/teams %U line. I suppose as it's only a desktop file a wrong name would not hurt.
Nik
Thierry
Anno domini 2022 Fri, 14 Jan 13:06:46 +0100 Thierry de Coulon scripsit:
On Friday 14 January 2022 10.24:50 Dr. Nikolaus Klepp wrote:
Anno domini 2022 Fri, 14 Jan 08:39:34 +0100
I solved this via rc.local and/or ~/.xsession of the affectd user(s), but this is devuan without the "benefits" of systemd :)
Yes, I do have a Devuan install but no time to move my critical stuff to it until summer...
Anyway, you can play mean on teams: make ~/.config/autostart readonly or immutable, that actually worked here.
I can make it immutable, but it's not useful fi I can't set it to not autostart.
Well, you'll have to remove teams.desktop first :)
There are one line: X-GNOME-Autostart-enabled=true
If I set it to false, Teams still starts, so X-GNOME-Autostart has no effect on TDE. What I did not try is changing the Exec=/usr/bin/teams %U line. I suppose as it's only a desktop file a wrong name would not hurt.
M$ only checks if the file is present, but not the content of it. IMO there is also an option in teams to disable autorun - but as all viruses it will fail to work as soon as your immunesystem stopps to keep an eye on it.
Nik
Nik
Thierry ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ...