diff options
Diffstat (limited to 'mixer/GNOME_MixerApplet.server.in.in')
-rw-r--r-- | mixer/GNOME_MixerApplet.server.in.in | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/mixer/GNOME_MixerApplet.server.in.in b/mixer/GNOME_MixerApplet.server.in.in new file mode 100644 index 000000000..79e872e63 --- /dev/null +++ b/mixer/GNOME_MixerApplet.server.in.in @@ -0,0 +1,35 @@ +<oaf_info> + +<oaf_server iid="OAFIID:GNOME_MixerApplet_Factory" + type="exe" + location="@LIBEXECDIR@/mixer_applet2"> + + <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="Volume Control Applet Factory"/> + <oaf_attribute name="description" type="string" value="Factory for volume control applet"/> + +</oaf_server> + +<oaf_server iid="OAFIID:GNOME_MixerApplet" + type="factory" + location="OAFIID:GNOME_MixerApplet_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="Volume Control"/> + <oaf_attribute name="description" type="string" _value="Adjust the sound volume"/> + <oaf_attribute name="panel:icon" type="string" value="multimedia-volume-control"/> + <oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/> + <oaf_attribute name="bugzilla:product" type="string" value="gnome-applets"/> + <oaf_attribute name="bugzilla:component" type="string" value="mixer"/> + <oaf_attribute name="bugzilla:other_binaries" type="string" value="mixer_applet2"/> + +</oaf_server> + +</oaf_info> |