On Mon, 2004-08-30 at 18:35, JP Rosevear wrote:
> On Mon, 2004-08-30 at 07:00 +0100, Mark McLoughlin wrote:
>
> > The panel launches the calendar and tasks etc. using the command line:
> >
> > $> evolution -c OAFIID:GNOME_Evolution_Calendar_Component:1.5
> >
>
> -c calendar has been there for months.
Thanks for that - it was completely non-obvious to me.
Anyone who is wondering (like I was) how to find out what values -c
accepts, look for an "evolution:component_alias" attribute in the
.server files:
[EMAIL PROTECTED] evolution]$ find . -name *.server* -exec grep -H
'evolution:component_alias' {} \;
./mail/GNOME_Evolution_Mail.server.in.in: <oaf_attribute
name="evolution:component_alias" type="string" value="mail"/>
./calendar/gui/GNOME_Evolution_Calendar.server.in.in: <oaf_attribute
name="evolution:component_alias" type="string" value="calendar"/>
./calendar/gui/GNOME_Evolution_Calendar.server.in.in: <oaf_attribute
name="evolution:component_alias" type="string" value="tasks"/>
./shell/GNOME_Evolution_Test.server.in.in: <oaf_attribute
name="evolution:component_alias" type="string" value="test"/>
./addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in: <oaf_attribute
name="evolution:component_alias" type="string" value="contacts"/>
So - "mail", "calendar", "tasks" and "contacts" are all accepted.
Cheers,
Mark.
_______________________________________________
evolution-hackers maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers