Results 1 to 5 of 5

Thread: Can't costumize gnome panel

  1. #1
    Join Date
    Jul 2006
    Beans
    44

    Can't costumize gnome panel

    Hi.

    Since I upgraded to 8.04 I can't do anything on the Gnome panel. The only two options I get when I right click on any panel are About and Help.

    No Properties, no Add, no Remove, ...

    Any suggestion what might resolve the problem?

    On the Launchpad I found a similar case but the guy wanted to remove the panel but had the same problem as me:
    https://answers.launchpad.net/ubuntu...question/26740
    But I don't want to remove the panel. I just want my properties back .

    lp mk

  2. #2
    Join Date
    Oct 2006
    Location
    Cologne, Europe
    Beans
    2,569
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Can't costumize gnome panel

    Are you able to drag and drop icons from the menu to the panel?

  3. #3
    Join Date
    Jun 2007
    Location
    Denmark
    Beans
    114
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't costumize gnome panel

    It sounds like your gnome-panel is locked down. You can remedy this from gconf-editor. Start it from the quick launch dialogue (ALT+F2) or from the terminal:
    Code:
    gconf-editor
    Once the editor has opened, navigate to "apps" > "panel" > "global", and uncheck the key called "locked_down".

    Alternately, issue the following command in a terminal. (It does the same thing):
    Code:
    gconftool -t bool -s /apps/panel/global/locked_down false

  4. #4
    Join Date
    Jul 2006
    Beans
    44

    Re: Can't costumize gnome panel

    Forlong: nope .. I couldn't do anything with the menu.

    N.N.: Thank you so much ! That solved the problem. I was searching through keys in gconf-editor but I didn't find a solution.

    After changing the key, the panel must be restarted, which can be done with the following command:

    Code:
    killall gnome-panel
    lp mk

  5. #5
    Join Date
    Jun 2007
    Location
    Denmark
    Beans
    114
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Can't costumize gnome panel

    You're welcome.

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
  •