source:
trunk/third/gnome-applets/mixer/GNOME_MixerApplet.server.in.in
@
20910
Revision 20910, 1.3 KB checked in by ghudson, 20 years ago (diff) |
---|
Line | |
---|---|
1 | <oaf_info> |
2 | |
3 | <oaf_server iid="OAFIID:GNOME_MixerApplet_Factory" |
4 | type="exe" |
5 | location="@LIBEXECDIR@/mixer_applet2"> |
6 | |
7 | <oaf_attribute name="repo_ids" type="stringv"> |
8 | <item value="IDL:Bonobo/GenericFactory:1.0"/> |
9 | <item value="IDL:Bonobo/Unknown:1.0"/> |
10 | </oaf_attribute> |
11 | <oaf_attribute name="name" type="string" value="Volume Control Applet Factory"/> |
12 | <oaf_attribute name="description" type="string" value="Factory for volume control applet"/> |
13 | |
14 | </oaf_server> |
15 | |
16 | <oaf_server iid="OAFIID:GNOME_MixerApplet" |
17 | type="factory" |
18 | location="OAFIID:GNOME_MixerApplet_Factory"> |
19 | |
20 | <oaf_attribute name="repo_ids" type="stringv"> |
21 | <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/> |
22 | <item value="IDL:Bonobo/Control:1.0"/> |
23 | <item value="IDL:Bonobo/Unknown:1.0"/> |
24 | </oaf_attribute> |
25 | <oaf_attribute name="name" type="string" _value="Volume Control"/> |
26 | <oaf_attribute name="description" type="string" _value="Adjust the sound volume"/> |
27 | <oaf_attribute name="panel:icon" type="string" value="gnome-mixer-applet.png"/> |
28 | <oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/> |
29 | <oaf_attribute name="bugzilla:product" type="string" value="gnome-applets"/> |
30 | <oaf_attribute name="bugzilla:component" type="string" value="mixer"/> |
31 | <oaf_attribute name="bugzilla:other_binaries" type="string" value="mixer_applet2"/> |
32 | |
33 | </oaf_server> |
34 | |
35 | </oaf_info> |
Note: See TracBrowser
for help on using the repository browser.