Posts: 1,062
Dave
Joined: 20 Jan 2010
#1
anti did a bit more searching and found a file in /etc/iceape/pref/base.js maybe we have been changing the settings in the wrong file for the debian build.

Code: Select all

// This is the Debian specific preferences file for Iceape
// You can make any change in here, it is the purpose of this file.
// You can, with this file and all files present in the
// /etc/iceape/pref directory, override any preference that is
// present in /usr/lib/iceape/defaults/pref directory.
// While your changes will be kept on upgrade if you modify files in
// /etc/iceape/pref, please note that they won't be kept if you
// do them in /usr/lib/iceape/defaults/pref.

// Use LANG environment variable to choose locale
pref("intl.locale.matchOS", true);
according to the header information in this file any prefs set here will overide the other preference files, also in this I found that the options we tried in /usr/share/iceape are overwritten by /usr/lib/iceape