Re: Unable to connect to dbus socket.

2008-10-20 Thread Guido Loupias
Josselin Mouette schreef: If you are running a panel applet, the probable cause is that the bonobo-activation-server process from the previous session is still running and is setting this environment variable. This appears to have been the culprit. I added the snippet below to the server file an

Re: Unable to connect to dbus socket.

2008-10-20 Thread Josselin Mouette
Le dimanche 19 octobre 2008 à 13:45 +0200, Guido Loupias a écrit : > This is a slightly modified version of the code that is in libnotify_init() > which I put in my own program to redirect the output (error->message) to a > logfile because I wasn't sure how to redirect g_message() (which is what

Unable to connect to dbus socket.

2008-10-19 Thread Guido Loupias
Hello, I am currently fixing some bugs in a program I want to maintain the package of in the future. Most of the work is done but there is one bug I'm just not sure of it's in the program or in d-bus. The program is a gnome panel applet that calls libnotify_init() on startup. It works fine w