summaryrefslogtreecommitdiffstats
path: root/GNOME_DClock_Factory.server
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-06-03 02:47:50 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-06-03 02:47:50 +0200
commit0230508fb3cc88a8801a35d4b13947bcd10c86ae (patch)
tree388462e2d6b7e84b319cab90042aefb435327444 /GNOME_DClock_Factory.server
parentcf74195121a2cfc4537cb64c965fa1945c57ffae (diff)
downloaddclock-0230508fb3cc88a8801a35d4b13947bcd10c86ae.tar
dclock-0230508fb3cc88a8801a35d4b13947bcd10c86ae.zip
Correctly handle panel orientation
Diffstat (limited to 'GNOME_DClock_Factory.server')
-rw-r--r--GNOME_DClock_Factory.server29
1 files changed, 29 insertions, 0 deletions
diff --git a/GNOME_DClock_Factory.server b/GNOME_DClock_Factory.server
new file mode 100644
index 0000000..3815b54
--- /dev/null
+++ b/GNOME_DClock_Factory.server
@@ -0,0 +1,29 @@
+<oaf_info>
+
+<oaf_server iid="OAFIID:GNOME_DClock_Factory"
+ type="exe"
+ location="/usr/lib/gnome-panel/DClock">
+
+ <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="DClock Factory"/>
+ <oaf_attribute name="description" type="string" value="Factory for creating DClock applets."/>
+</oaf_server>
+
+<oaf_server iid="OAFIID:GNOME_DClock"
+ type="factory"
+ location="OAFIID:GNOME_DClock_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="DClock"/>
+ <oaf_attribute name="description" type="string" value="Get the current discordian time and date"/>
+ <oaf_attribute name="panel:icon" type="string" value="gnome-panel-clock"/>
+</oaf_server>
+
+</oaf_info>