GNOME Bugzilla – Bug 639258
Cannot change download directory
Last modified: 2013-02-21 10:50:50 UTC
Gnome-Bluetooth always saves received files in ~/Downloads. There is no way to change this in the preferences (nor in gconf) and it doesn't obey that xdg-dirs thing. (Maybe an option to make it always ask where to save the file would be nice, too)
Hi GNOME-Bluetooth uses xdg-dirs to set the download directory (for instance this is ~/Downloads for english users), so chances are it is not properly perhaps on your side. what returns the following command in a terminal: grep XDG_DOWNLOAD_DIR ~/.config/user-dirs.dirs Thanks
Hmmm, wait I made a mistake. GNOME-bluetooth does't have any receiving capabilities, as it is implemented in gnome-user-share. So, please change the component to the software you're using (confirm this is gnome-user-share).
It's XDG_DOWNLOAD_DIR="$HOME", as I set it ;) I don't know about those components, so I do believe you and confirm it's gnome-user-share ;)
So Marlan, are you saying that, although you set the download dir to $HOME, it receives files via Bluetooth into ~/Downloads?
Yes. (In addition, I'd still be happy if gnome-bluetooth would ask me if it would ask me where I want to save the file (bonus points for a "just dump it to /tmp and open it" button :) ) instead of just telling me that it saved it somewhere)
gnome-user-share will refuse to save files in ~/ for security reasons.
*** Bug 617630 has been marked as a duplicate of this bug. ***