make jack start again if no realtime scheduling is available
[jackpanel.git] / JackpanelApplet.server.in
blob682d5e991ad7871d7f2369f84effe49b179eafdc
1 <oaf_info>
3     <oaf_server iid="OAFIID:Jackpanel_Applet_Factory" type="exe" location="@LIBDIR@/gnome-applets/@APP_INSTALL_NAME@">
4         <oaf_attribute name="repo_ids" type="stringv">
5             <item value="IDL:Bonobo/GenericFactory:1.0"/>
6             <item value="IDL:Bonobo/Unknown:1.0"/>
7         </oaf_attribute>
8         <oaf_attribute name="name" type="string" value="@APP_HUMAN_NAME@"/>
9         <oaf_attribute name="description" type="string" value="controls the JACK audio server"/>
10     </oaf_server>
12     <oaf_server iid="OAFIID:Jackpanel_Applet" type="factory" location="OAFIID:Jackpanel_Applet_Factory">
13         <oaf_attribute name="repo_ids" type="stringv">
14             <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
15             <item value="IDL:Bonobo/Control:1.0"/>
16             <item value="IDL:Bonobo/Unknown:1.0"/>
17         </oaf_attribute>
18         <oaf_attribute name="name" type="string" value="@APP_HUMAN_NAME@"/>
19         <oaf_attribute name="description" type="string" value="controls the JACK audio server"/>
20         <oaf_attribute name="panel:category" type="string" value="Utility"/>
21         <oaf_attribute name="panel:icon" type="string" value="jackpanel"/>
22     </oaf_server>
24 </oaf_info>