Ko tenda hembiapoite sa’ivéta oñemba’apokuévo hese hembiapo porãve hag̃ua. Peteĩ jehaipyre nomoĩporãiramo ne apañuái ha eporanduséramo, roguerekohína ore nepytyvõ rekoha ikatútava ndeykeko @FirefoxSupport Twitter-pe ha avei /r/firefox Reddit-pe.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

How to prevent firefox from using gconfd

  • 2 Mbohovái
  • 1 oguereko ko apañuái
  • 1 Hecha
  • Mbohovái ipaháva venu1471

more options

Hi I use selenium webdriver using python API in headless mode. I use firefox browser for my testing on linux. I have framework where a server executes GUI tests + other tests (without selenium)

It is observed that for all firefox actions done during testing are written to gconfd/saved_state. Moreover to do so, gnome is taking most of CPU's usage not giving time to other scripts. It is observed that gnome is utilizing most of CPU's time even after gui scripts.

So is there a way to prevent firefox from using gconfd or reduce the excess writing to gconfd/saved_state file?

Hi I use selenium webdriver using python API in headless mode. I use firefox browser for my testing on linux. I have framework where a server executes GUI tests + other tests (without selenium) It is observed that for all firefox actions done during testing are written to gconfd/saved_state. Moreover to do so, gnome is taking most of CPU's usage not giving time to other scripts. It is observed that gnome is utilizing most of CPU's time even after gui scripts. So is there a way to prevent firefox from using gconfd or reduce the excess writing to gconfd/saved_state file?

Ñemoĩporã poravopyre

?" try uninstalling the "mozilla-firefox-gnome-support" package, if you have it, and if you don't care about the Gnome functionality."? Reference: http://forums.mozillazine.org/viewtopic.php?f=38&t=251791

You may also want to ask in the selenium forums for a more specialized answer ;-)

Emoñe’ẽ ko mbohavái ejeregua reheve 👍 0

Opaite Mbohovái (2)

more options

Ñemoĩporã poravopyre

?" try uninstalling the "mozilla-firefox-gnome-support" package, if you have it, and if you don't care about the Gnome functionality."? Reference: http://forums.mozillazine.org/viewtopic.php?f=38&t=251791

You may also want to ask in the selenium forums for a more specialized answer ;-)

more options

"mozilla-firefox-gnome-support" is not installed in my linux machine.


I have come across below reference to disable gconf https://bugzilla.mozilla.org/show_bug.cgi?id=649492

Can anyone give me steps to compile FF with --disable-gconf?