source: proiecte/PPPP/gdm/gui/user-switch-applet/GNOME_FastUserSwitchApplet.server.in.in @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 2.0 KB
Line 
1<oaf_info>
2  <oaf_server iid="OAFIID:GNOME_FastUserSwitchApplet_Factory" type="exe"
3              location="@LIBEXECDIR@/gdm-user-switch-applet">
4
5    <oaf_attribute name="repo_ids" type="stringv">
6      <item value="IDL:Bonobo/GenericFactory:1.0"/>
7      <item value="IDL:Bonobo/Unknown:1.0"/>
8    </oaf_attribute>
9    <oaf_attribute name="name" type="string" _value="User Switcher Applet Factory"/>
10    <oaf_attribute name="description" type="string" _value="User Switcher Applet Factory"/>
11    <oaf_attribute name="bonobo:environment" type="stringv">
12       <item value="DBUS_SESSION_BUS_ADDRESS"/>
13     <oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/>
14     <oaf_attribute name="bugzilla:product" type="string" value="gdm"/>
15     <oaf_attribute name="bugzilla:component" type="string" value="general"/>
16     <oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/>
17     <oaf_attribute name="bugzilla:other_binaries" type="string" value="gdm-user-switch-applet"/>
18    </oaf_attribute>
19  </oaf_server>
20
21  <oaf_server iid="OAFIID:GNOME_FastUserSwitchApplet" type="factory"
22              location="OAFIID:GNOME_FastUserSwitchApplet_Factory">
23
24    <oaf_attribute name="repo_ids" type="stringv">
25      <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
26      <item value="IDL:Bonobo/Control:1.0"/>
27      <item value="IDL:Bonobo/Unknown:1.0"/>
28    </oaf_attribute>
29    <oaf_attribute name="name" type="string" _value="User Switcher"/>
30    <oaf_attribute name="description" type="string" _value="A menu to quickly switch between users"/>
31    <oaf_attribute name="panel:icon" type="string" value="stock_people"/>
32    <oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/>
33    <oaf_attribute name="bugzilla:product" type="string" value="gdm"/>
34    <oaf_attribute name="bugzilla:component" type="string" value="general"/>
35    <oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/>
36    <oaf_attribute name="bugzilla:other_binaries" type="string" value="gdm-user-switch-applet"/>
37  </oaf_server>
38</oaf_info>
Note: See TracBrowser for help on using the repository browser.