[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-11-10 (00:25) |
From: | Olivier Andrieu <oandrieu@n...> |
Subject: | Re: [Caml-list] how can I start lablgtk2 panel applets automatically? |
Eric Cooper [Wednesday 2 November 2005] : > > I've written a Gnome panel applet following the example in the > lablgtk2 panel subdirectory. What is necessary for the binary to > be started automatically once added to the panel? So far it only > works if the binary is running before I use "Add to panel .." to > choose it. I'd like not to have to do that every session. Hmm did you install a .server file in /usr/lib/bonobo/servers ? (I guess so otherwise you wouldn't see the applet listed in the panel menu). The first time you install that file you have to log out/log in so that bonobo-activation-server has a chance to read the file (you can also simply kill it but that may confuse other apps). But after that it should just work. HTH, -- Olivier