summaryrefslogtreecommitdiff
path: root/gswitchit/GNOME_KeyboardApplet.server.in.in
blob: 94320a21638ed122a4bc78eee9ae4393ef3fe6ca (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
<oaf_info>

<oaf_server iid="OAFIID:GNOME_KeyboardApplet_Factory"
            type="exe"
            location="@LIBEXECDIR@/gnome-keyboard-applet">

        <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="Keyboard applet factory"/>
        <oaf_attribute name="description" type="string" _value="Keyboard applet factory"/>
        <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="keyboard indicator (gswitchit)"/>
        <oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/>
        <oaf_attribute name="bugzilla:other_binaries" type="string" value="gnome-keyboard-applet"/>

        <oaf_attribute name="bonobo:environment" type="stringv">
                <item value="DBUS_SESSION_BUS_ADDRESS"/>
        </oaf_attribute>

</oaf_server>

<oaf_server iid="OAFIID:GNOME_KeyboardApplet"
            type="factory"
            location="OAFIID:GNOME_KeyboardApplet_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="Keyboard Indicator"/>
        <oaf_attribute name="description" type="string" _value="Keyboard layout indicator"/>
        <oaf_attribute name="panel:icon" type="string" value="input-keyboard"/>
        <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="keyboard indicator (gswitchit)"/>
        <oaf_attribute name="bugzilla:version" type="string" value="@VERSION@"/>
        <oaf_attribute name="bugzilla:other_binaries" type="string" value="gnome-keyboard-applet"/>

</oaf_server>

</oaf_info>