-
Notifications
You must be signed in to change notification settings - Fork 4
/
commotion-mesh-applet-mate.server
28 lines (26 loc) · 1.31 KB
/
commotion-mesh-applet-mate.server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<oaf_info>
<oaf_server iid="OAFIID:MATE_commotion-mesh-applet_Factory"
type="exe"
location="/usr/lib/mate-applets/commotion-mesh-applet-factoryMate.py">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:MateComponent/GenericFactory:1.0"/>
<item value="IDL:MateComponent/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="Commotion Mesh Applet"/>
<oaf_attribute name="description" type="string" value="represent the state of an olsrd mesh connection"/>
</oaf_server>
<oaf_server iid="OAFIID:MATE_commotion-mesh-applet"
type="factory"
location="OAFIID:MATE_commotion-mesh-applet_Factory">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:MATE/Vertigo/MatePanelAppletShell:1.0"/>
<item value="IDL:MateComponent/Control:1.0"/>
<item value="IDL:MateComponent/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="Commotion Mesh Applet"/>
<oaf_attribute name="description" type="string" value="represent the state of an olsrd mesh connection"/>
<oaf_attribute name="panel:category" type="string" value="System"/>
<oaf_attribute name="panel:icon" type="string" value="commotion-mesh-connected.svg"/>
</oaf_server>
</oaf_info>