Im having serious problems after installing Ubuntu 13.10. I cannot access my network settings under system settings. Whenever i try to access network settings, the settings app crashes off. This is the output it produces when i run it from the terminal :
kelvine@kelvinelove:~$ sudo gnome-control-center
[sudo] password for kelvine:
(gnome-control-center:4595): IBUS-WARNING **: The owner of /home/kelvine/.config/ibus/bus is not root!
**
network-cc-panel:ERROR:rfkill-glib.c:83:type_to_string: code should not be reached
kelvine@kelvinelove:~$
How can i resolve this error??
sudo dpkg-reconfigure gnome-control-center
, if it doesn't help then try to re-install:sudo apt-get -f install --reinstall gnome-control-center
– Saurav Kumar Oct 20 '13 at 16:37