blob: 5f4565eb29dd70d0f7232099d442b06bcc5f26f4 (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
<oaf_info>
<oaf_server iid="OAFIID:GNOME_GenUtilApplet_Factory"
type="shlib"
location="@APPLET_LIBDIR@/libgen_util_applet-2.so">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:Bonobo/GenericFactory:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="GenUtil Applet Factory"/>
<oaf_attribute name="description" type="string" value="factory for creating some general applets"/>
</oaf_server>
<oaf_server iid="OAFIID:GNOME_ClockApplet"
type="factory"
location="OAFIID:GNOME_GenUtilApplet_Factory">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
<item value="IDL:Bonobo/Control:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="Clock"/>
<oaf_attribute name="description" type="string" value="Clock Applet"/>
<oaf_attribute name="panel:icon" type="string" value="gnome-clock.png"/>
<oaf_attribute name="panel:category" type="string" value="Utility"/>
</oaf_server>
<oaf_server iid="OAFIID:GNOME_PagerApplet"
type="factory"
location="OAFIID:GNOME_GenUtilApplet_Factory">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
<item value="IDL:Bonobo/Control:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="Workspace Switcher"/>
<oaf_attribute name="description" type="string" value="Pager Applet"/>
<oaf_attribute name="panel:icon" type="string" value="gnome-workspace.png"/>
<oaf_attribute name="panel:category" type="string" value="Utility"/>
</oaf_server>
<oaf_server iid="OAFIID:GNOME_TasklistApplet"
type="factory"
location="OAFIID:GNOME_GenUtilApplet_Factory">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
<item value="IDL:Bonobo/Control:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="Window Bar"/>
<oaf_attribute name="description" type="string" value="Tasklist Applet"/>
<oaf_attribute name="panel:icon" type="string" value="gnome-windows.png"/>
<oaf_attribute name="panel:category" type="string" value="Utility"/>
</oaf_server>
<oaf_server iid="OAFIID:GNOME_MailcheckApplet"
type="factory"
location="OAFIID:GNOME_GenUtilApplet_Factory">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
<item value="IDL:Bonobo/Control:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="Inbox Monitor"/>
<oaf_attribute name="description" type="string" value="Mailcheck Applet"/>
<oaf_attribute name="panel:icon" type="string" value="gnome-mailcheck.png"/>
<oaf_attribute name="panel:category" type="string" value="Network"/>
</oaf_server>
</oaf_info>
|