MikeTeo.net

A Software Developer’s Blog (Wanna Email Me?)

If you find that the Firefox in your Fedora Core 9 keeps throwing an offline error, it is most likely due to an issue with the Network Manager.

The following solution is taken from the Ubuntu forum.

  1. Login as root and edit this file: /etc/dbus-1/system.d/NetworkManager.conf
  2. Replace all these lines <allow send_interface=”org.freedesktop.NetworkManager”/> with <deny send_interface=”org.freedesktop.NetworkManager”/>.
  3. Save the file and reboot the machine.

Now your Firefox should work without any problem.

Add A Comment