blob: 3c69076e156e416b2c5e6f03bbc5797b3a41a40c (
plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<oaf_info>
<oaf_server iid="OAFIID:MATE_DictionaryApplet_Factory"
type="exe"
location="@LIBEXECDIR@/mate-dictionary-applet">
<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="GDict Applet Factory"/>
<oaf_attribute name="description" type="string" value="GDict Applet Factory"/>
</oaf_server>
<oaf_server iid="OAFIID:MATE_DictionaryApplet"
type="factory"
location="OAFIID:MATE_DictionaryApplet_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="Dictionary Look up"/>
<oaf_attribute name="description" type="string" _value="Look up words in a dictionary"/>
<oaf_attribute name="panel:category" type="string" value="Accessories"/>
<oaf_attribute name="panel:icon" type="string" value="accessories-dictionary.png"/>
<oaf_attribute name="bugzilla:bugzilla" type="string" value="MATE"/>
<oaf_attribute name="bugzilla:product" type="string" value="mate-utils"/>
<oaf_attribute name="bugzilla:component" type="string" value="gdict-applet"/>
<oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/>
<oaf_attribute name="bugzilla:other_binaries" type="string" value="mate-dictionary-applet"/>
</oaf_server>
<oaf_server iid="OAFIID:MATE_GDictApplet"
type="factory"
location="OAFIID:MATE_DictionaryApplet_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="Dictionary Look up"/>
<oaf_attribute name="description" type="string" _value="Look up words in a dictionary"/>
<oaf_attribute name="bugzilla:bugzilla" type="string" value="MATE"/>
<oaf_attribute name="bugzilla:product" type="string" value="mate-utils"/>
<oaf_attribute name="bugzilla:component" type="string" value="gdict-applet"/>
<oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/>
<oaf_attribute name="bugzilla:other_binaries" type="string" value="mate-dictionary-applet"/>
</oaf_server>
</oaf_info>
|