Background: I need to disable firefox's auto-update feature because my selenium tests fails on my headless server when firefox decides to update before selenium supports that version. I am also not the one who installed firefox on to this server. I believe it was through yum install firefox
Server:
- Fedora 19 Schrödinger’
- Linux
- kernel-release: 3.11.6-201.fc19.i686.PAE
- processor: i686
- platform: i386
Actions Taken:
$ cd ~/.mozilla/firefox/
(could not find a Profiles dir do I create one?)
$ firefox -v
(process:11171): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
Links I went to for info: I must be doing something wrong. I can't seem to understand how to do what I want from these links:
- developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
- support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_finding-your-profile-without-opening-firefox
- kb.mozillazine.org/Profile_Manager#Linux
- support.mozilla.org/en-US/questions/877235