- Package:
- gnome-panel
- Source:
- gnome-panel
- Description:
- traditional panel, used in GNOME Flashback
- Submitter:
- Bastian Blank
- Date:
- 2010-07-08 08:24:03 UTC
- Severity:
- important
gnome-panel and with other parts the complete Gnome desktop dies after a dbus restart. dbus is restarted in its own upgrade routine, so this is no exceptional state. Bastian
Le mercredi 10 mars 2010 à 08:49 +0100, Bastian Blank a écrit : Yes, libdbus is a piece of sh*te that doesn’t support upgrades. News@11. AFAICT gnome-panel isn’t among the applications that just die, though. Do you have any specific applets started? One of them could be the one to make it quit. Cheers,
Hi,
I have seen this happen a couple of times, but every time
gnome-panel has restarted on its own, so, while annyoing, I
don't think this is causing data loss, is it?
I have:
timetracker
notification area
pidgin
volume
pulseaudio
workrave
zim
CPU frequency scaling monitor
clock-weather combo
workspace switcher
Marcelo
On the other hand, the other day gconf died on me during an upgrade. After that Nautilus kept complaining about not being able to contact the configuration service and not being able to do a number of things (mounting a USB stick among others). Related? Marcelo
Hi,
I have seen this happen a couple of times, but every time
gnome-panel has restarted on its own, so, while annyoing, I
don't think this is causing data loss, is it?
I have:
timetracker
notification area
pidgin
volume
pulseaudio
workrave
zim
CPU frequency scaling monitor
clock-weather combo
workspace switcher
Marcelo
On the other hand, the other day gconf died on me during an upgrade. After that Nautilus kept complaining about not being able to contact the configuration service and not being able to do a number of things (mounting a USB stick among others). Related? Marcelo
Hi, after an upgrade i have a problem with gnome-panel. When i start gnome, I do not see any panel on the screen. If i kill (with kill -9) then gnome-panel process, my panel appears. Sometimes i don't see files and directory in my Desktop folder. Related? Alessio.
I forgot to indicate the gnome panel version: ii gnome-panel 2.30.0-1 ii gnome-panel-data 2.30.0-1 Alessio
From a quick skim through the source code, in recent gnome-panels the most
likely culprit seems to be the clock applet, which uses the system bus to
look for location changes from NetworkManager, and set the system clock using
some sort of privileged backend. As a result, it opens a shared connection to
the system bus, which has the default "exit on disconnect" behaviour.
Simon