caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* how can I start lablgtk2 panel applets automatically?
@ 2005-11-02 21:14 Eric Cooper
  2005-11-10  0:25 ` [Caml-list] " Olivier Andrieu
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Cooper @ 2005-11-02 21:14 UTC (permalink / raw)
  To: caml-list

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.

-- 
Eric Cooper             e c c @ c m u . e d u


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] how can I start lablgtk2 panel applets automatically?
  2005-11-02 21:14 how can I start lablgtk2 panel applets automatically? Eric Cooper
@ 2005-11-10  0:25 ` Olivier Andrieu
  0 siblings, 0 replies; 2+ messages in thread
From: Olivier Andrieu @ 2005-11-10  0:25 UTC (permalink / raw)
  To: Eric Cooper; +Cc: caml-list

 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-10  0:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-02 21:14 how can I start lablgtk2 panel applets automatically? Eric Cooper
2005-11-10  0:25 ` [Caml-list] " Olivier Andrieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).