Re: [tor-bugs] #32512 [Applications/Tor Browser]: preference "browser.download.dir" is ignored

2019-11-22 Thread Tor Bug Tracker & Wiki
#32512: preference "browser.download.dir" is ignored
--+---
 Reporter:  Yeti  |  Owner:  tbb-team
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Minor | Resolution:  not a bug
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---

Comment (by Yeti):

 Thank you and sorry for this misplaced ticket.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32512 [Applications/Tor Browser]: preference "browser.download.dir" is ignored

2019-11-15 Thread Tor Bug Tracker & Wiki
#32512: preference "browser.download.dir" is ignored
--+---
 Reporter:  Yeti  |  Owner:  tbb-team
 Type:  defect| Status:  closed
 Priority:  Low   |  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Minor | Resolution:  not a bug
 Keywords:|  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+---
Changes (by Thorin):

 * keywords:  download setting =>
 * status:  new => closed
 * resolution:   => not a bug


Comment:

 Because the `.dir` pref is only used based on the value of another pref

 - `browser.download.useDownloadDir` = `false`
- Tor Browser default is false: forces user interaction by always
 asking where to download
 - `browser.download.folderList` = `2`
- 2 = use last used, 1 =  use downloads (default), 0 = use desktop
- **this is the pref you need to also change**
- **this is done for you if you use the UI to set the path**
- about:preferences general > files and application
   * untick always ask where to save
   * set your new path
   * retick always ask where to save
 - `browser.download.dir` = `X:\\what_ever_you_like`

 Worksforme: I set my path via the UI `C:\\Temp` and then rechecked always
 ask where to save, then clicked download (small zip file), and Tor Browser
 went straight to prompting me to save in the correct directory (note: you
 might get a TB prompts about automatically saving downloads, and a FF one
 about opening vs saving: both with options to always remember your
 decision)

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32512 [Applications/Tor Browser]: preference "browser.download.dir" is ignored

2019-11-15 Thread Tor Bug Tracker & Wiki
#32512: preference "browser.download.dir" is ignored
--+--
 Reporter:  Yeti  |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Low   |  Component:  Applications/Tor Browser
  Version:|   Severity:  Minor
 Keywords:  download setting  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
 Put this setting in user.js:
 {{{
 user_pref("browser.download.dir", "C:\\Tordownloads");
 }}}
 (or another directory)
 When downloading files, this folder should be selected but it isn't. The
 preference seems to be ignored completely.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs