Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

Panel problems

The Ultimate Guide for the rest of us


Panel problems

Postby garagestmarien » Thu Jul 28, 2011 4:57 am

Yesterday I updated via "Update manager" and there was about 4 updates to download. I really didn't pay too much attention as to what they were.
Anyway the update went okay and I rebooted. On re-boot my top panel had dissapeared. The bottom one was still there so I used that to create a new panel, posistioned at the top. But it only placed itself under where the original top one was.
I tried right clicking in the top empty space, but nothing happened.
So I moved the new top panel to the left side and set it to auto hide.
The trouble with this, is that it is hidden and refuses to come back out (maybe it can sense my frustration :lol: )
I can see it is still there as the cpu monitor that was added, can just be made out working.
So I added a log out button to the bottom panel today and used this to reboot.
On reboot the top panel is back.
So I have one question and one problem left.
How do I get rid of the hidden left side panel and what made this happen?
(I remember from using Xubuntu, that when you selected panel properties you could choose which panel to edit, but sadly this doesn't seem to be the case with Ultimate Edition 2.9, maybe something for the future or an update)

John
Acer Aspire SA60, Intel Celeron 2.8ghz, 2gig ram, 1x80gig (xp), 1x80gig (UE2.9) & 1x100gig (Storage) hard drives,ATi 9600 pro graphic card (agp), 22" lcd monitor @ 1680x1050res. Running dual boot Win XP and Ultimate Edition 2.9 on seperate drives.
Even for this rig, performance is good and all 3d works nice.
garagestmarien
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 25
Joined: Wed Jul 27, 2011 9:12 am
Operating System: Ultimate Edition 3.2 32 BIT



Re: Panel problems

Postby pclinuxguru » Thu Jul 28, 2011 5:28 am

What ya should have done first, a simple .

Alt f2

Type
Code: Select all
Killall gnome-panel


This would have reset all panels and returned the missing panel.

Easy as that.

Make note of this for next time. For now, right click an open unused spot on the unwanted panel and select delete this panel.
pclinuxguru is deceased.R.I.P
pclinuxguru
U.E. God
U.E. God
 
Posts: 1712
Joined: Sun Oct 17, 2010 2:28 am
Age: 50
Operating System: Ubuntu Gusty Gibson



Re: Panel problems

Postby garagestmarien » Thu Jul 28, 2011 5:51 am

Thanks for the advise, but it doesn't work.
In the run application box it says no such file or directory and in terminal it says not such instruction as killall.
The panel I cannot remove is at the left side and is set to auto hide and although I can see the edge of it, no clicking etc will control it.
Acer Aspire SA60, Intel Celeron 2.8ghz, 2gig ram, 1x80gig (xp), 1x80gig (UE2.9) & 1x100gig (Storage) hard drives,ATi 9600 pro graphic card (agp), 22" lcd monitor @ 1680x1050res. Running dual boot Win XP and Ultimate Edition 2.9 on seperate drives.
Even for this rig, performance is good and all 3d works nice.
garagestmarien
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 25
Joined: Wed Jul 27, 2011 9:12 am
Operating System: Ultimate Edition 3.2 32 BIT



Re: Panel problems

Postby Hawks-SOAD » Thu Jul 28, 2011 7:23 am

try going into your home folder, unhide folder ( crtl + H ) then removing
Code: Select all
/.gconf/apps/panel
remember just the "panel" folder then log out then back in :D
(note this will delete all the settings you placed on the panel and go back to default)
My Rig
Gigabyte GA-MA790XT-UD4P
QuadCore AMD Phenom II X4 Black Edition 965, 3400 MHz
His Ati Radeon 5770 (one more to go)
4gb of Kingston 9905403-011.A03LF ddr 3 ram
Realtek ALC885/889A/890 Hd Audio
Esata
Realtek RTL8168C/8111C PCI-E
250gb samsung sata 2.0 HDD
1 TB Seagate HDD

"walk softly and carry a big gun"
"life is only as hard as you make it to be"
"Ultimate Edition 2.8 is Ubuntu on steroids; lots and lots of steroids. You pretty much get it all with this badboy of a distro"
Currently dual booting :D Ultimate Edition and Windoze 7

Image
User avatar
Hawks-SOAD
Moderator
 
Posts: 391
Joined: Fri Aug 08, 2008 10:38 am
Location: Melbourne, VIC, Australia
Age: 32
Operating System: Other Linux



Re: Panel problems

Postby garagestmarien » Thu Jul 28, 2011 7:58 am

Okay,
I have fixed it before I saw these latest replies and what I have done has worked.
It may not be right or conventional, but it worked.

Do this:-

Alt F2, check run in terminal, enter code:

gconftool --recursive-unset /apps/panel && killall gnome-panel

The you are left with just the wallpaper.
Right click on desktop, select "scripts / terminal here"
That gets you the terminal and then enter sudo reboot (and your password when asked)

On reboot my panels were back to original

But thank you everyone for the suggestions <BREW>

John
Acer Aspire SA60, Intel Celeron 2.8ghz, 2gig ram, 1x80gig (xp), 1x80gig (UE2.9) & 1x100gig (Storage) hard drives,ATi 9600 pro graphic card (agp), 22" lcd monitor @ 1680x1050res. Running dual boot Win XP and Ultimate Edition 2.9 on seperate drives.
Even for this rig, performance is good and all 3d works nice.
garagestmarien
U.E. Knowledgable
U.E. Knowledgable
 
Posts: 25
Joined: Wed Jul 27, 2011 9:12 am
Operating System: Ultimate Edition 3.2 32 BIT



Re: Panel problems

Postby Hawks-SOAD » Thu Jul 28, 2011 8:02 am

garagestmarien wrote:Okay,
I have fixed it before I saw these latest replies and what I have done has worked.
It may not be right or conventional, but it worked.

Do this:-

Alt F2, check run in terminal, enter code:

gconftool --recursive-unset /apps/panel && killall gnome-panel

The you are left with just the wallpaper.
Right click on desktop, select "scripts / terminal here"
That gets you the terminal and then enter sudo reboot (and your password when asked)

On reboot my panels were back to original

But thank you everyone for the suggestions <BREW>

John

glad you got it all sorted :D
My Rig
Gigabyte GA-MA790XT-UD4P
QuadCore AMD Phenom II X4 Black Edition 965, 3400 MHz
His Ati Radeon 5770 (one more to go)
4gb of Kingston 9905403-011.A03LF ddr 3 ram
Realtek ALC885/889A/890 Hd Audio
Esata
Realtek RTL8168C/8111C PCI-E
250gb samsung sata 2.0 HDD
1 TB Seagate HDD

"walk softly and carry a big gun"
"life is only as hard as you make it to be"
"Ultimate Edition 2.8 is Ubuntu on steroids; lots and lots of steroids. You pretty much get it all with this badboy of a distro"
Currently dual booting :D Ultimate Edition and Windoze 7

Image
User avatar
Hawks-SOAD
Moderator
 
Posts: 391
Joined: Fri Aug 08, 2008 10:38 am
Location: Melbourne, VIC, Australia
Age: 32
Operating System: Other Linux



Re: Panel problems

Postby pclinuxguru » Thu Jul 28, 2011 11:38 am

Oops

Posted that on the iPad, it tends to auto cap.

In my defense, it was 3:30 am when I posted it lol.
pclinuxguru is deceased.R.I.P
pclinuxguru
U.E. God
U.E. God
 
Posts: 1712
Joined: Sun Oct 17, 2010 2:28 am
Age: 50
Operating System: Ubuntu Gusty Gibson


Return to Newbie's Corner

Who is online

Users browsing this forum: No registered users and 64 guests