[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
Last edited by floke (2007-10-08 19:36:53)

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!

Similar Messages

  • [SOLVED]Gnome panel icon for netctl

    Hi - does anyone know if there is a gnome panel icon (like Network manager) available for Netctl?
    Last edited by surfatwork (2014-06-13 16:24:28)

    I dug up an old applet I had written for Cinnamon (based on another applet by Tjaart van der Walt), and upgraded it to work with Gnome 3.12
    For some reason, I am not able to submit it to the AUR.
    ^^Mods: please help if possible - I keep getting a "Invalid name: only lowercase letters are allowed". error when I am trying to submit the tarball linked below.
    download link to the tarball, in case anyone wants to use it: https://app.box.com/s/d9wsu6u8jkcknl0r4z6x
    Screenshot:
    Last edited by surfatwork (2014-06-13 16:23:58)

  • [solved] gnome-panel restarts with alt+f2???

    Hello, few days ago I made an upgrade (pacman -Syyu) and I noticed today that when I make alt+f2 my gnome-panel restarts and no Run windows opens... well the first time I press alt+f2 it opens but only for a microsecond and it closes and gnome-panel restarts...
    Any ideas how can fix this?
    Last edited by n0kS (2010-05-06 15:37:29)

    update to gtk2 2.20.1-2

  • [Solved] Gnome 3 goes into fallback mode after graphics card upgrade

    Hello,
    I have been using Arch with an AMD Radeon HD 4670 and open source drivers for the past couple of months together with Cinnamon, everything was working well. Recently I have upgraded to an AMD Radeon HD7750 which is not supported by the open source drivers, I have removed the open source drivers and installed the catalyst-total package from the AUR. After doing so Cinnamon failed to start and gave me an error, I have decided to try Gnome 3 and it just goes into fall back mode which I assume Cinnamon cannot work with.
    XFCE however works. There is one small issue with it though, the left and right borders of windows are missing (borders of context menus are missing too). Other than that it seems fine however.
    What is the problem? Is Gnome 3 support for Catalyst just simply very bad? or have I installed something incorrectly?
    Any help would be greatly appreciated, thanks.
    EDIT: Catalyst 12.9 recently came out and a corresponding catalyst-total package was released, intially it broke my X install but after re-running aticonfig --initial it worked fine. I have uncovered an option in the Catalayst Control Centre which lets me use two screens without Xinerama, doing the following: Display Manager -> Multi-display -> Multi-display desktop with display(s) 1, allows me to use compositing and my two screens, and I am still able to drag windows between the screens. After I have saved these new settings I have reloaded Cinnamon and it worked perfectly.
    Last edited by dom96 (2012-10-15 15:41:28)

    Another thing that I have noticed is a strange X error when launching 'xsane': https://gist.github.com/7f28ac7cd393c8671ed3

  • [SOLVED][Gnome 2.28]External devices get listed twice

    After the upgrade to Gnome 2.28, my external disks & sticks are listed twice in nautilus, one time mounted, one time unmounted. Once because they are listed and mounted in /etc/fstab (wanted behavior) and once listed and unmounted by, I suppose, nautilus (unwanted behavior). Apparantly nautilus ignores the entries in /etc/fstab and makes another attempt at listing/mounting them. When I remove them from /etc/fstab they are only listed once as unmounted by nautilus.
    What I want is that they get only listed once, reflecting /etc/fstab.
    Last edited by Nepherte (2009-10-14 14:21:07)

    After some more research, I found the bug report on gnome: https://bugzilla.gnome.org/show_bug.cgi?id=597420

  • [SOLVED] Gnome-panel crashes on every login after upgrade to 2.28

    Hi,
    I just upgraded to Gnome 2.28 and now, on every new login, the panel hangs when it switches to transparency from compiz. I have to kill it, then it comes back fine. Anyone else expieriencing these problems?
    Best Regards,
    Sebastian
    Last edited by crom (2009-10-22 19:28:01)

    insanemal wrote:How are you starting Compiz?
    Compiz is activated in startup programs, fusion-icon is launched there, as described in the wiki.
    The compositing of metacity is disabled, too.
    Edit: The latest updates to 2.28.1 fixed it.
    Last edited by crom (2009-10-22 19:28:34)

  • Module web app list tags - how to start a list to not include the first one?

    Hi
    I have two panels displaying a web app list and want them to follow on from each other, so panel one displays the first one {module_webapps,24027,l,,,,false,1,false,1} and then the second panel displays the 2nd and 3rd.
    How would I go about it?
    Thanks
    J-P

    Hello
    Hope the below helps
    http://prasantabarik.wordpress.com/2013/09/26/pass-querystring-value-from-sharepoint-page-to-app-partclient-web-part/
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • [SOLVED] update removed menu items in lxpanel menu & in gnome-panel

    when i start gnome-panel, the 'applications' drop down is empty, and 'system' no longer contains the 'administration' and 'preferences' items.
    in lxpanel, the menu only shows 'run' and 'logout'.
    i wanted to see if alacarte still showed things, so i ran alacarte from a terminal (which normally works)...
    [chris: ~]$ alacarte
    Traceback (most recent call last):
    File "/usr/bin/alacarte", line 36, in <module>
    main()
    File "/usr/bin/alacarte", line 32, in main
    app = MainWindow(datadir, version, sys.argv)
    File "/usr/lib/python2.6/site-packages/Alacarte/MainWindow.py", line 48, in __init__
    self.editor = MenuEditor()
    File "/usr/lib/python2.6/site-packages/Alacarte/MenuEditor.py", line 36, in __init__
    self.__loadMenus()
    File "/usr/lib/python2.6/site-packages/Alacarte/MenuEditor.py", line 60, in __loadMenus
    self.settings.dom = xml.dom.minidom.parse(self.settings.path)
    File "/usr/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
    return expatbuilder.parse(file)
    File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 924, in parse
    result = builder.parseFile(fp)
    File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 211, in parseFile
    parser.Parse("", True)
    xml.parsers.expat.ExpatError: no element found: line 1, column 0
    naturally, starting alacarte by right clicking on gnome-menu -> edit menus also does nothing.
    i looked at /usr/lib/python2.6/site-packages/Alacarte/MainWindow.py with cat, and there is nothing super-obviously wrong with the script.
    also:
    [chris: ~]$ ls /usr/share/applications
    abiword.desktop
    alacarte.desktop
    aldm-gui.desktop
    assistant.desktop
    at-properties.desktop
    avahi-discover.desktop
    banshee-1-audiocd.desktop
    banshee-1.desktop
    banshee-1-media-player.desktop
    baobab.desktop
    *and so on*
    so those didn't vanish.
    any ideas?
    Last edited by earthpig (2009-12-18 21:36:18)

    so i saw this error message....
    ** (gnome-panel:4408): WARNING **: Error loading menu layout from "/home/chris/.config/menus/settings.menu": Error on line 1 char 1: Document was empty or contained only whitespace
    the file was empty. and what do we do with broken config files in ~? why, we hide them, of course!
    [chris: ~/.config/menus]$ mv settings.menu settings.menubackup
    now gnome-panel works, but alacarte (menu editor) and lxpanel's menu is still busted.
    now that i am getting somewhere, im gonna keep posting as i trace this down so others that may come across this same issue can benefit.
    edit: renamed ~/.config/menus/lxde-applications.menu to .menubackup and restarted lxpanel, it works now.
    edit2:
    alacarte is giving me this...
    IOError: [Errno 13] Permission denied: '/home/chris/.config/menus/applications.menu'
    and sure enough, pcmanfm told me that the file belonged to root.
    sudo pcmanfm, navigated to that file, right click -> properties -> permissions -> changed owner to chris and group to users.
    alacarte works now, too.
    i think im going to go through and recursively make everything in each ~ folder belong to the username it should just in case permissions got jumbled somewhere/anywhere else.
    just so i know: did this happen to anyone else that updated within the last 24 hours or so?
    (so i can learn if it was something *I* did, or if it was something that came with the *update*)
    Last edited by earthpig (2009-12-18 21:33:11)

  • [Solved] nm-applet not appearing in gnome panel

    Hi all.
    I recently replaced my wired network card with a wireless one.
    I then followed the instructions at the following pages to get the correct software installed:
    https://wiki.archlinux.org/index.php/Wi … orkManager
    https://wiki.archlinux.org/index.php/NetworkManager
    My only problem now is that nm-applet does not appear in the gnome panel.
    Both nm-applet and networkmanager are running though, but the network is not up.
    If I then kill nm-applet and run it from the command line, it the creates the icon in gnome-panel and automatically connects to my wireless network.
    I've looked through all the related posts but I can't find anything that helps.
    I've tried to make my DAEMONS section of rc.conf as simple as possible:
    DAEMONS=(syslog-ng netfs crond dbus networkmanager alsa)
    but that didn't help either.
    Does anyone have any suggestions for me?
    As a side note I have a another machine with exactly the same wireless card with a fresh install and it works perfectly with regards to nm-applet.
    Perhaps it's a config setting that is causing the problem?
    Last edited by Avatar (2011-04-10 22:42:09)

    Well since upgrading to gnome 3, I no longer have this problem so setting to solved.

  • [SOLVED]pacman says "requires gnome-panel-bonobo"

    Hi, I never had such problem until a few days before:
    #pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    :: Replace gcalctool with extra/gnome-calculator? [Y/n]
    :: Replace pylint with extra/python2-pylint? [Y/n]
    resolving dependencies...
    warning: dependency cycle detected:
    warning: lib32-gcc-libs will be installed before its gcc-libs-multilib dependency
    looking for inter-conflicts...
    :: yaml-cpp and yaml-cpp0.3 are in conflict. Remove yaml-cpp0.3? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: gnome-netstatus: requires gnome-panel-bonobo>=2.32.0
    :: libgail-gnome: requires gnome-panel-bonobo
    :: python-gnomeapplet: requires gnome-panel-bonobo
    Any help? Thanks in advance.
    Last edited by kevin_chn (2013-05-16 11:54:49)

    karol wrote:
    I've found these packages in ARM, but not in any unofficial repository, so maybe OP haven't updated his system in a while.
    @kevin_chn
    If you don't need these packages, try removing them.
    Solved after removing these packages. Thanks both. I am now downloading the huge 1.7G updates.

  • Gnome-panel and/or more broken? solved

    Hi there,
    Just to the lead up, I was mounting my school's server's smb drives. I was also experimenting all day getting SSH and SAMBA working to communicate with my old desktop I set up in my room to act as a server. So I was unmounting these network drives (school and server), when all the gnome-panel stuff frozen. AWN was fully functional, as were all the open windows and the desktop. But nothing on the panel worked, menu, windowlist, cpufreq, clock, etc, it was all frozen. I ctrl+alt+backapaced and logged in, great, now theres no panel at all, reboot with the same problem. The panel appeared after around 7 minutes of downtime. During this downtime of the panel, I also could not use alt+F2 run, which did pop up when the panel popped up. Also after the panel popped up, gedit takes way longer than normal to start up.
    Any ideas as to what is going on here?
    EDIT: Rebooted several times with the same problem of insanely slow start up of the panel, reinstalled all gnome+gnome-extra packages and everything seems to be back to normal for now.
    Last edited by proxima_centauri (2009-01-14 01:08:29)

    You can turn things off mostly in the applications themself. I for example have the following:
    - Bluetooth Icon (turn on / off in Bluetooth Preferences)
    - Display Icon (turn on / off in Display)
    - Bettery Icon (turn on / off in Power Management)
    - NetworkManager (shows icon by default, I don't know of another way to run this).
    Volume Applet (right-click to remove)
    In Preferences - Startup Applications you can specify which programs to run, but I don't think this affects the tray icons.

  • [SOLVED] GNOME 3.8 Classic mode - can't edit panels

    Hi!
    I've just switched from MATE to GNOME (3.8.4).
    I use gnome-classic ("gnome-session --session gnome-classic" opened from whether gdm or slim/xinitrc).
    How do I edit panels and applets on them?
    I know that Alt+Right click on the panel doesn't always work and everybody recommends Super+Alt+Right click on a panel but it doesn't work for me either.
    I also tried a lot of other shortcut combinations (Ctrl+Super+Alt+Right Click, Shift+Super+Alt+Right Click, etc.), I still can't get the menu to show.
    I tried clicking both on top and bottom panels.
    How do I debug this?
    I tried removing all user configs (.config/dconf, .config/gconf, .config/gtk*, etc.), creating a new user, reinstalling GNOME, nothing helped.
    I also tried default gnome-session (without any flashbacks/fallbacks/classic parameters). It doesn't work there either.
    Thanks in advance.
    Last edited by ioxenus (2013-09-04 13:36:53)

    City-busz wrote:
    It is not supported in GNOME Classic. You can't edit the panel, but you can enable any GNOME Shell extensions with gnome-tweak-tool, or download more extensions from the http://extensions.gnome.org/ website.
    If you want to edit the panel, then try GNOME Flashback by installing gnome-flashback-session. It uses the old GNOME panel, which is very similar to MATE panel.
    Oops. Thanks a lot, got TopIcons and Frippery plugins installed, that looks like a great solution for me.
    Sorry!
    Last edited by ioxenus (2013-09-04 13:39:24)

  • Gnome-panel width[solved]

    Is 24 pixels limit of gnome-panel width,because if I go further to 23 or 22,nothing happens? It can be wider,but it can't be narrower to me.
    Last edited by na12 (2010-02-01 15:13:41)

    do you have on that panel a custom menu ( Applications Places System )? on some themes the gnome-panel wouldn't shrink if i had that applet

  • [solved] nm-applet does not show up in Gnome panel

    Hi all,
    I installed networkmanager, network-manager-applet and dbus this afternoon. As well as a fresh install of Gnome. This is all done on my laptop, which my wife wants to use now and then. I always set up the network CLI, but now I will need a nice flashy applet in the Gnome panel.
    I managed to run the network-connection-editor as root, and got the network up.
    I had some dbus problems when I tried launching nm-applet, but fixed it with a dbus-hack I found in some other thread. But when I now launch nm-applet, it says that there allready is an instance running of nm-applet.
    I guess it should show up in the panel, if it is. But I don't see anything there... Do you have any ideas of what I forgot to install/configure/check.
    Thanks,
    jocom
    Last edited by jocom (2011-02-19 19:46:58)

    There have been a couple similar posts recently. I'm not using Gnome anymore or networkmanager, so I don't know if there's a problem with it or not. If I remember correctly I had to install gnome-panel-bonobo, and I believe python-notify and gksu too. You can do a search on the wiki for networkmanager, there is a page for it that explains the configuration changes you'll need to make. Hope it helps.
    Last edited by stlarch (2011-02-19 18:16:26)

  • GNOME-Panel looks funny and the system is slow? [SOLVED]

    My up to date installation with Arch started to work really slow today. Even the animation when you open a new tab in Firefox lags like hell. And at about the same time my GNOME panel started looking funny:
    As you can se the toogle button looks weird to. Its not my theme nor the Murrine engine.
    This is how it should be:
    I cant remeber doing anything out of the ordinary? It kinda just happend. I have no idea at all whats causing it, so I dont now how to debug the problem? I feel like a complete noob atm.
    Last edited by Hund (2010-09-06 20:23:49)

    sand_man wrote:
    Hund wrote:It's been like 2 days since the problem ocurred. I can live with bugs like this, but it's seriosly driving me crazy not knowing whats cuasing it.
    You can grep the date from the pacman.log output to show you what was upgraded on that day.
    I meant about 2 days, it could be more or less. I've checked the log pretty thoroughly serveral days back but I cant find anything, but I dont trust myself either though.

Maybe you are looking for