Created
January 10, 2024 17:22
-
-
Save DeflateAwning/6370ea72ce4a0e23b79f106be59a441c to your computer and use it in GitHub Desktop.
Teams for Linux - Multiple User Accounts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Name=Teams Account - AccountName | |
Exec=teams-for-linux --appTitle "Teams - AccountName" --customUserDir="/home/user/.teams-data/account_AccountName" | |
Terminal=false | |
PrefersNonDefaultGPU=false | |
Icon=teams-for-linux | |
Type=Application | |
# place this file in ~/Desktop and/or ~/.local/share/applications/ (to add to the start menu) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment