Class: Prism configuration tweak
Difficulty: Easy, a couple of edits to a config text file.
Time: Five minutes if down efficiently.
Desirability: Gives greater degree of control over where prism downloads files.
This came up a long time ago and recently once more over irc so I thought I'd post a solution here. Basically the problem is that, irrespective of Firefox's settings, prism applications refuse to ask you where to save downloads, rather preferring to download to the Desktop or Downloads folder every time (I can't quite remember to do this).
The solution is to make a couple of edits to the file at /usr/share/prism/prism/defaults/preferences/preferences.js ; you will need to have root privileges to do this. The following two lines, with what they should be changed
to, are the culprits:
Code:
pref("browser.download.useDownloadDir", false);
pref("browser.download.folderList", 1);
I've pastebinned the whole lot
here for convenience.
Incidentally there are a whole lot of variables you can change in that file to tweak Prism's behaviour. It's its equivalent of about:config in firefox.