Comment 6 for bug 532101

Revision history for this message
SilverWave (silverwave) wrote : Re: "You can receive files over Bluetooth into this folder" always visible on "Downloads" folder, even without a Bluetooth device

Workaround for users who see message on Desktop.

Transfer annoying message from Desktop to Downloads
gedit ~/.config/user-dirs.dirs

Change XDG_DOWNLOAD_DIR to point to Downloads in place of Desktop.
e.g.
XDG_DOWNLOAD_DIR="$HOME/Downloads"
__________
Still want to download to the Desktop regardless?
Create a link from Desktop rename it Downloads.
__________