summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJody Goldberg <jody@src.gnome.org>2004-05-30 21:25:35 +0000
committerJody Goldberg <jody@src.gnome.org>2004-05-30 21:25:35 +0000
commit80f10aac090db3a8829d21a7fd8a4977ec5dca13 (patch)
tree43a7ade69768fd953fafa1ee435c998cf7461d2c
parentd7618a97399132f316f9f480db2213bb231085c1 (diff)
downloadgnome-control-center-80f10aac090db3a8829d21a7fd8a4977ec5dca13.tar.gz
and again
-rw-r--r--control-center/GNOME_ControlCenter.server.in51
1 files changed, 51 insertions, 0 deletions
diff --git a/control-center/GNOME_ControlCenter.server.in b/control-center/GNOME_ControlCenter.server.in
new file mode 100644
index 000000000..e437e9fb9
--- /dev/null
+++ b/control-center/GNOME_ControlCenter.server.in
@@ -0,0 +1,51 @@
+***************
+*** 0 ****
+--- 1,48 ----
++ <oaf_info>
++
++ <oaf_server iid="OAFIID:GNOME_ControlCenter_Factory"
++ type="exe"
++ location="gnome-control-center">
++ <oaf_attribute name="repo_ids" type="stringv">
++ <item value="IDL:GNOME/ObjectFactory:1.0"/>
++ </oaf_attribute>
++ <oaf_attribute name="name"
++ type="string"
++ _value="Control Center view factory"/>
++ <oaf_attribute name="description"
++ type="string"
++ _value="Control Center view component's factory"/>
++ </oaf_server>
++
++ <oaf_server iid="OAFIID:GNOME_ControlCenter_View"
++ type="factory"
++ location="OAFIID:GNOME_ControlCenter_Factory">
++ <oaf_attribute name="test_only" type="boolean" value="false"/>
++ <oaf_attribute name="repo_ids" type="stringv">
++ <item value="IDL:Bonobo/Unknown:1.0"/>
++ <item value="IDL:Bonobo/Control:1.0"/>
++ <item value="IDL:Nautilus/View:1.0"/>
++ </oaf_attribute>
++ <oaf_attribute name="name" type="string" _value="Control Center view"/>
++ <oaf_attribute name="description"
++ type="string"
++ _value="Control Center view component"/>
++ <oaf_attribute name="bonobo:supported_uri_schemes" type="stringv">
++ <item value="preferences"/>
++ <item value="preferences-all-users"/>
++ </oaf_attribute>
++ <oaf_attribute name="bonobo:supported_mime_types" type="stringv">
++ <item value="x-directory/*"/>
++ </oaf_attribute>
++ <oaf_attribute name="nautilus:view_as_name"
++ type="string"
++ _value="Control Center"/>
++ <oaf_attribute name="nautilus:view_as_label"
++ type="string"
++ _value="View as Control Center"/>
++ <oaf_attribute name="nautilus:viewer_label"
++ type="string"
++ _value="Control Center Viewer"/>
++ </oaf_server>
++
++ </oaf_info>