launch panel disappears

Asked by Koen Cosyns

using 11.04

After new bootin unity the ubuntu launchpanel and both of the top as the bottom panel disappeared. All keyboard shortcuts work fine. How can I restore the panels?

Tx

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-panel Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Try:

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

Revision history for this message
Koen Cosyns (kcosyns) said :
#2

terminal says 'gconftool process not found'.

Maybe it is important to say that this is what happened:
- upgraded to 11.04r
- opened 'compiz advanced desktop effect settings and configured it
- program blocked, all panels blocked, mouse pad blocked
- performed a reboot
- no more panels in unity, classic view works fine

I guessed there was a bug with 'compiz Advanced desktop effect
settings', so uninstalled it, but it didn't help.

On 28/05/11 06:30, actionparsnip wrote:
> Your question #159344 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/159344
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> Try:
>
> gconftool --recursive-unset /apps/panel&& killall gnome-panel
>

Revision history for this message
delance (olivier-delance) said :
#3

Copy/paste commands of actionparsnip and don(t type them. I presume you made a type. To paste on terminal, use Shift+Ctrl+V instead of Ctrl+V

Revision history for this message
Sam_ (and-sam) said :
#4

> unity the ubuntu launchpanel and both of the top as the bottom panel

To clarify
## Ubuntu session
Unity has a 'launcher' on left side and one panel on top.
https://help.ubuntu.com/11.04/ubuntu-help/index.html

## Ubuntu-classic session
Gnome can have two panels on top and bottom.
http://www.thecodingstudio.com/opensource/linux/screenshots/index.php?linux_distribution_sm=Ubuntu%2011.04%20%28fallback%20mode%29

Example login-window.
http://i.imgur.com/lFmMj.png

Reading your comment #2 issue, playing with CCSM (compizconfig-settings-manager) and
> no more panels in unity
refer to suggestions there.
https://answers.launchpad.net/ubuntu/+source/gnome-panel/+question/156305
https://answers.launchpad.net/ubuntu/+source/compiz/+question/157683

Revision history for this message
Koen Cosyns (kcosyns) said :
#5

Dears

_in unity_
ctrl + alt + T keyboard combination does not work to launch terminal,
ctrl + alt + F2 combination works to launch terminal lookalike (login
and password are asked which is normally not the case with the teminal),
however proposed solution to paste the command line (ctrl + shift + v)
does not work.

_in classic view
_It is possible to paste the command line into the terminal, but it
changes nothing to the problem in unity.

Tx for helping me out.
Cozze

On 28/05/11 15:11, delance wrote:
> Your question #159344 on unity in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/unity/+question/159344
>
> delance posted a new comment:
> Copy/paste commands of actionparsnip and don(t type them. I presume you
> made a type. To paste on terminal, use Shift+Ctrl+V instead of Ctrl+V
>

Revision history for this message
Sam_ (and-sam) said :
#6

> ctrl + alt + F2

This is a tty (virtual console, text mode only).
If ctrl+alt+t doesn't work to open a terminal, try alt+f2, type: gnome-terminal, hit [Enter].
Try this.
http://ubuntuguide.net/how-to-restore-the-default-gnome-desktop-panels-in-ubuntu

Anyway tty is better to repair something and not making it worse.
If unsetting panel configuration, as command suggested above, didn't help it might take a little more.

To exclude user misconfiguration create a test-user, login and verify if the issue remains on a clean user account.
If the issue isn't in test-user, unfortunately, unless you remember which recent changes have been made in order to revert them, you could move .gnome2 and .config, which means some user defined configurations will be gone and you have to start from scratch.

Close all GUIs and save your work.
Switch to tty (virtual console, text mode only): ctrl+alt+f1
Login with username and passwd.

## To move (backup) .gnome2 and .config type:
mv ~/.gnome2 gnome-backup
mv ~/.config config-backup

sudo reboot

## The *-backup directories will be in your /home/user, where, if necessary, contents successive can be reimported from.

Revision history for this message
Sam_ (and-sam) said :
#7

To restore Unity.
Save your work and close all GUIs.
Switch to tty: ctrl+alt+f1
Login with username+passwd.
Type:
unity --reset
sudo reboot

If there is still no decoration after login, try again tty: ctrl+alt+f1
unity --replace

## But this time switch back to desktop: ctrl+alt+f7

Can you help with this problem?

Provide an answer of your own, or ask Koen Cosyns for more information if necessary.

To post a message you must log in.