Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Failed to open gnome control center

  1. #11
    Join Date
    Mar 2006
    Beans
    4,405
    Distro
    Ubuntu Development Release

    Re: Failed to open gnome control center

    try clicking the network indicator in the top bar it goes directly to network settings. It may not work since it seems to be part of system settings , worth a try though .
    if it ain't broke you haven't tweaked it enough

  2. #12
    Join Date
    Aug 2012
    Beans
    242
    Distro
    Ubuntu Development Release

    Re: Failed to open gnome control center

    First, you need to know your network interface

    Code:
    ifconfig -a
    or 
    ip address show
    Let's say your interface is wlan0, do some scanning for available wireless network

    Code:
    sudo iwlist wlan0 scan
    To connect, try this

    Code:
    sudo iwconfig wlan0 essid NETWORK_ID key s:WIRELESS_KEY
    NETWORK_ID is name of network, And WIRELESS_KEY is the key

    then,

    Code:
    sudo dhclient wlan0
    Last edited by serdotlinecho; November 23rd, 2012 at 03:56 PM.

  3. #13
    Join Date
    Aug 2009
    Beans
    1,326
    Distro
    Ubuntu Development Release

    Re: Failed to open gnome control center

    Quote Originally Posted by serdotlinecho View Post
    Doesn't look right to me on my netbook, this new gnome-control-center-unity...
    What doesn't look right? It has some code to adapt to display better on small screens.

  4. #14
    Join Date
    Aug 2012
    Beans
    242
    Distro
    Ubuntu Development Release

    Re: Failed to open gnome control center

    What doesn't look right? It has some code to adapt to display better on small screens.
    All is fine now after latest dist-upgrade. Previously, when I open Appearance, i cannot see Launcher icon size settings(on a netbook). Please look at my attachment on previous post, you will know what i mean>http://ubuntuforums.org/attachment.p...3&d=1353640823
    Last edited by serdotlinecho; November 23rd, 2012 at 05:29 PM.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •