You are not logged in.

#1 2007-10-08 08:50:00

floke
Member
Registered: 2007-09-04
Posts: 266

[SOLVED] Gnome panel goes bonkers (no apps listed)!

Don't know how this happened, but I now have no apps listed under 'Applications' in 2.20.
I can start them from the CLI or from customised launchers - but there's nothing in the menu!
Does anyone know a command to repopulate menu lists?

Many thanks

yikes

Last edited by floke (2007-10-08 19:36:53)

Offline

#2 2007-10-08 09:58:53

Matt3o
Member
From: Firenze, Italy
Registered: 2007-09-13
Posts: 177

Re: [SOLVED] Gnome panel goes bonkers (no apps listed)!

do you have alacarte installed? (you find it under System > Preferences > Main menu)
if so try to uncheck and re-check the menus entries (and restart gdm). It worked for me once.

Offline

#3 2007-10-08 10:28:14

floke
Member
Registered: 2007-09-04
Posts: 266

Re: [SOLVED] Gnome panel goes bonkers (no apps listed)!

Alacante just shows that everything is empty, and won't let me (un)check any boxes!

Offline

#4 2007-10-08 17:15:15

aodhon
Member
From: Dublin
Registered: 2007-06-20
Posts: 19

Re: [SOLVED] Gnome panel goes bonkers (no apps listed)!

This happened to me when I upgraded last time I just copied /etc/xdg/menus to ~/.config and then just loged back into gnome and they were back.

Offline

#5 2007-10-08 17:25:16

kishd
Member
Registered: 2006-06-14
Posts: 401

Re: [SOLVED] Gnome panel goes bonkers (no apps listed)!

Check if you have the file /etc/profile.d/xorg.sh. If not create one containing the following and make it executable.

-----------------------------------------------------------------------------------------------------------------------
export XDG_DATA_HOME=$HOME/.local/share
export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache

if [ -z $XDG_DATA_DIRS ]; then
    export XDG_DATA_DIRS=/usr/share:/usr/local/share
else
    export XDG_DATA_DIRS=/usr/share:/usr/local/share:$XDG_DATA_DIRS
fi

if [ -z $XDG_CONFIG_DIRS ]; then
    export XDG_CONFIG_DIRS=/etc/xdg
else
    export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
fi
-----------------------------------------------------------------------------------------------------------------------


---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare

Offline

#6 2007-10-08 19:36:20

floke
Member
Registered: 2007-09-04
Posts: 266

Re: [SOLVED] Gnome panel goes bonkers (no apps listed)!

Aodhon and Kishd - many thanks.
The first suggestion worked - but thanks for the effort Kishd!

Problem solved.

Cheers.

cool

Offline

#7 2007-10-08 23:34:38

syscrash2k
Member
Registered: 2005-05-07
Posts: 13

Re: [SOLVED] Gnome panel goes bonkers (no apps listed)!

kishd wrote:

Check if you have the file /etc/profile.d/xorg.sh. If not create one containing the following and make it executable.

-----------------------------------------------------------------------------------------------------------------------
export XDG_DATA_HOME=$HOME/.local/share
export XDG_CONFIG_HOME=$HOME/.config
export XDG_CACHE_HOME=$HOME/.cache

if [ -z $XDG_DATA_DIRS ]; then
    export XDG_DATA_DIRS=/usr/share:/usr/local/share
else
    export XDG_DATA_DIRS=/usr/share:/usr/local/share:$XDG_DATA_DIRS
fi

if [ -z $XDG_CONFIG_DIRS ]; then
    export XDG_CONFIG_DIRS=/etc/xdg
else
    export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
fi
-----------------------------------------------------------------------------------------------------------------------

That saved me a lot of time. Thanks!

Offline

#8 2007-10-14 10:28:19

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: [SOLVED] Gnome panel goes bonkers (no apps listed)!

Thank you for the advise, kishd. It help fixes my problem with GNOME 2.20 update. big_smile

Also, you can get xorg.sh from (re)installing libx11 package.

Offline

Board footer

Powered by FluxBB