~ubuntu-branches/ubuntu/maverick/service-discovery-applet/maverick

« back to all changes in this revision

Viewing changes to servers/GNOME_ServiceDiscoveryApplet.server.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-10-17 19:41:24 UTC
  • mfrom: (4.1.11 edgy)
  • Revision ID: james.westby@ubuntu.com-20061017194124-ccfdj0k1dt59440k
Tags: 0.4.3-3
* debian/patches/04_pygtk-require.diff:
  + Call pygtk.require('2.0') before importing gtk (Closes: #388710)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<oaf_info>
 
2
 
 
3
<oaf_server iid="OAFIID:GNOME_ServiceDiscoveryApplet_Factory"
 
4
            type="exe"
 
5
            location="@bindir@/service-discovery-applet">
 
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="Zeroconf Service Discovery"/>
 
12
        <oaf_attribute name="description" type="string" _value="Show Zeroconf Services on your local network and allow accessing them easily"/>
 
13
</oaf_server>
 
14
 
 
15
<oaf_server iid="OAFIID:GNOME_ServiceDiscoveryApplet"
 
16
            type="factory" 
 
17
            location="OAFIID:GNOME_ServiceDiscoveryApplet_Factory">
 
18
 
 
19
        <oaf_attribute name="repo_ids" type="stringv">
 
20
                <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
 
21
                <item value="IDL:Bonobo/Control:1.0"/>
 
22
                <item value="IDL:Bonobo/Unknown:1.0"/>
 
23
        </oaf_attribute>
 
24
        <oaf_attribute name="name" type="string" _value="Zeroconf Service Discovery"/>
 
25
        <oaf_attribute name="description" type="string" _value="Show Zeroconf Services on your local network and allow accessing them easily"/>
 
26
        <oaf_attribute name="panel:category" type="string" value="Internet"/>
 
27
        <oaf_attribute name="panel:icon" type="string" value="@iconsdir@/48x48/service-discovery-applet.png"/>
 
28
</oaf_server>
 
29
 
 
30
</oaf_info>