Forum Discussion
FreeBSD_fan
Dec 23, 2021Copper Contributor
How to change Download directory in Microsoft Teams in linux.
# 1. Check environment Downloads
$ echo $HOME/Downloads
# 2. Set environment Downloads
$ vim .config/user-dirs.dirs
...
# Set new path for MS Teams Downloads directory.
XDG_DOWNLOAD_DIR="$HOME/Downloads"
...
# 3. Restart Microsoft Teams.
With best regards from a FreeBSD_fan.
- Nice! Just need a native functionality for Windows 😄