Results 1 to 7 of 7

Thread: gnome panel, go away! wraaaagggghhh!

  1. #1
    Join Date
    Nov 2009
    Location
    Netherlands
    Beans
    207
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Question gnome panel, go away! wraaaagggghhh!

    Hi!

    I am trying to ditch the gnome-panels. I use awn (or cairo when I feel like it) and then the gnome-panels are pretty annoying. I am aware that since 10.10 they can't be deleted no more (at least not the top panel).

    What I did in the past, is open gconf-editor, go to:
    1-desktop>gnome>session>required_components
    2-remove the value for "panel" (leaving it blank)
    3-logout > loging
    done.

    If I repeat this, I still get the gnome-panel after login.

    Am I completely going nuts? Am I missing something here? I'm still pretty sure this worked before.

    And why the hell did they make it so damn hard for people that like cairo/awn/docky?!

    Hopefully you guys can push me in the right direction.

    Thanks a lot in advance!

    Bas

  2. #2
    Join Date
    Feb 2008
    Beans
    5,636

    Re: gnome panel, go away! wraaaagggghhh!

    You can add a startup script to your system
    Code:
    killall gnome-panel

  3. #3
    Join Date
    Sep 2007
    Beans
    45

    Re: gnome panel, go away! wraaaagggghhh!

    TeoBigusGeekus gave me an idea. /etc/init.d contains the scripts that instruct the system on what to start at boot time. If you find the file instructing the system to load the gnome panels, you should be able to just remove it there. http://www.ghacks.net/2009/04/04/get...itd-directory/

    Have a live disk ready if you're uneasy about editing these files, and remember to rename files to <name>.old instead of deleting them.

    Edit: sudo apt-get -y remove gnome-panel may work too.
    Last edited by Keiran230; February 21st, 2011 at 10:20 PM.

  4. #4
    Join Date
    Jun 2008
    Location
    London, Kentucky
    Beans
    2,093
    Distro
    Ubuntu Development Release

    Re: gnome panel, go away! wraaaagggghhh!

    Quote Originally Posted by Keiran230 View Post
    TeoBigusGeekus gave me an idea. /etc/init.d contains the scripts that instruct the system on what to start at boot time. If you find the file instructing the system to load the gnome panels, you should be able to just remove it there. http://www.ghacks.net/2009/04/04/get...itd-directory/

    Have a live disk ready if you're uneasy about editing these files, and remember to rename files to <name>.old instead of deleting them.
    Wow, I must be missing something. Why doesn't right clicking the panel & selecting "delete this panel" work???
    Intel-System Freeze Post#22
    How to mark your thread [SOLVED]
    Registered Linux User-#473773-Ubuntu User-#23255-Machine-#384048

  5. #5
    Join Date
    May 2008
    Beans
    3,980
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: gnome panel, go away! wraaaagggghhh!

    Quote Originally Posted by Dutch70 View Post
    Wow, I must be missing something. Why doesn't right clicking the panel & selecting "delete this panel" work???
    Yes, indeed, I was wondering why this would not be an acceptable solution?

  6. #6
    Join Date
    Nov 2009
    Location
    Netherlands
    Beans
    207
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: gnome panel, go away! wraaaagggghhh!

    Muhaha got it!

    It's not the most brilliant approach, but it does the trick.

    I started out with renaming my home folder, apparently that doesn't work well if you like to get back into gnome .

    So the second step was deleting .gnome2 .gnome2_private and everything that I could find that had any relation with gnome, and again:
    Code:
    gconftool-2 -s /desktop/gnome/session/required_components/panel -t string "avant-window-navigator"
    Still no luck. Then I thought, lets do it the rough way. So I moved all profile folders into a backup dir:
    Code:
    sudo mv .* profile_backup
    Logout > Login

    Again:
    Code:
    gconftool-2 -s /desktop/gnome/session/required_components/panel -t string "avant-window-navigator"
    Logout > login

    And we've got a winner!

    So I didn't really narrow it down to figure out which profile folder is causing the problem, but at least I got it working again! No more panels and without removing /usr/share/gnome-panel or removing executable bits etc.

    I hope this is helpful for anybody who is running into the same problems.

    Cheers,

    Bas

  7. #7
    Join Date
    Jan 2007
    Beans
    59
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: gnome panel, go away! wraaaagggghhh!

    Dunno if anyone is still looking for a solution to this but this link is a way easier method than above

    http://wawan-kurniawan.web.id/how-to...-ubuntu-10-10/

Tags for this Thread

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
  •