question

BrianCrockett-0169 avatar image
0 Votes"
BrianCrockett-0169 asked Szymon-0395 published

Why is MS teams autostarting with no option to disable in Fedora

1 - You don't 'autostart' anything in linux without permissions

2 - If you insist, give me a damn option to disable (and no, I'm not logging into to teams to get more options) (and for shit's sake, remember that setting cross upgrades)


You do realize if you keep going against the grain for linux users, we will just prevent you from adding the file ... right?

for now. Removing this autostart virus, and will stick with Slack since they -- you know -- know how to follow other paradigms instead of forcing their own down my throat.

office-teams-linux-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

BrianCrockett-0169 avatar image
1 Vote"
BrianCrockett-0169 answered BP-9923 commented

For anyone else:

in ~/.bashrc

Removing the MS Teams autostart virus (by definition) since Microsoft doesn't know how to follow other's standards


if [ -e "~/.config/autostart/teams.desktop" ]; then
rm -f "cat ~/.config/autostart/teams.desktop"
fi

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @BrianCrockett-0169 ,

Glad to know this issue has been resolved and thank you for providing what you did for this:)

You could accept your own answer so that this post could be searched more easily, it will help others who have the same issues.

Have a nice day!

Best regards,
Lou

0 Votes 0 ·

No need to blow away the entire config file. Just set the X-GNOME-Autostart-enabled option within ~/.config/autostart/teams.desktop to false.

0 Votes 0 ·
Szymon-0395 avatar image
0 Votes"
Szymon-0395 answered Szymon-0395 published

MS teams is like a VIRUS. Even if you remove a teams.desktop it appears again after reboot and ms teams start again... Thanks MS, now I don't know what is happening on my PC :|

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.