Page 1 of 1

Portable Palemoon download directory

Posted: 2014-01-23, 12:04
by blued
Hi. Just moved to Palemoon after using Firefox for years. I'm using the portable version.

Have searched for the issue of the download directory defaulting to Palemoon/Downloads and can understand that on portable devices that should be the logical download location. But most of my usage of portable PM is on my regular desktop (90%), and on USB when I need to be on the move (10%).

I want to specify a permanent DL location on my PC (F:\Downloads) where all my downloads also go to from other apps, download managers, etc. Have seen that the answer to this is to comment out the downloads line in the ini file ( ;browser.download.lastDir=$Download$|\\" ) and save it as "user.ini". But this doesnt hold, it reverts to Palemoon/ Downloads in my Program files directory which I would prefer it not to. Have also used FF portable for years and this was never an issue, it sticks to where you want the DL location to be.

Is there any way to get portable PM to stick to the user specified DL directory?

Thanks!

Re: Portable Palemoon download directory

Posted: 2014-01-23, 13:40
by Moonchild
It needs a little addendum. A little further down in the .ini:

Code: Select all

;(download)
browser.download.useDownloadDir=false
browser.download.manager.retention=1
comment out these two lines as well, so it doesn't automatically reset to the default, and will remember the settings as set in options.

Re: Portable Palemoon download directory

Posted: 2014-01-23, 20:23
by blued
Thanks! Oddly though it didnt work, still reverted to Palemoon\Downloads. But I fiddled around with one entry and this worked:

Changed

Code: Select all

browser.download.lastDir=$Download$|\\"

to be

Code: Select all

 browser.download.lastDir=$F:\Downloads$|\\"
:D

Re: Portable Palemoon download directory

Posted: 2014-01-23, 20:27
by Moonchild
Strange, it should work just fine. I'll have another look at the .ini selection routine to see if I made a mistake there and it somehow doesn't make a proper selection for user.ini.