[documancer] disable wxmozilla download window, solution
Status: Beta
Brought to you by:
vaclavslavik
From: <arn...@we...> - 2004-01-07 09:08:11
|
Hi, I had another look at the preferences for wxmozilla, and with the below prefs.js (which is in the directory ~/.documancer/mozilla-profile) it works for me (presumably it's best to edit that file when documancer is not running). I.e. with this setting there is no download window left over after clicking on a pdf or ps document. Best, Arnd ## prefs.js <----- cut here ----> # Mozilla User Preferences /* Do not edit this file. * * If you make changes to this file while the browser is running, * the changes will be overwritten when the browser exits. * * To make a manual change to preferences, you can visit the URL about:config * For more information, see http://www.mozilla.org/unix/customizing.html#prefs */ user_pref("browser.downloadmanager.behavior", 1); ## EOF prefs.js |