diff options
author | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-14 18:24:48 -0300 |
commit | 312ba610a1e98fc656fb58178227d7d45a64494e (patch) | |
tree | 54a3c2b6084c80e63fb0526c6e7b8e01627acbd7 /mini-commander/MATE_MiniCommanderApplet.server.in | |
download | mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.bz2 mate-applets-312ba610a1e98fc656fb58178227d7d45a64494e.tar.xz |
initial
Diffstat (limited to 'mini-commander/MATE_MiniCommanderApplet.server.in')
-rw-r--r-- | mini-commander/MATE_MiniCommanderApplet.server.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mini-commander/MATE_MiniCommanderApplet.server.in b/mini-commander/MATE_MiniCommanderApplet.server.in new file mode 100644 index 00000000..923070d1 --- /dev/null +++ b/mini-commander/MATE_MiniCommanderApplet.server.in @@ -0,0 +1,28 @@ +<!-- this file was installed to automatically upgrade your machine from using + mini-commander to using Deskbar. + + If you wish to continue using mini-commander, please recompile + MATE-Applets with -enable-minicommander and your mini-commander applets + should reappear. +--> +<oaf_info> + +<oaf_server iid="OAFIID:MATE_MiniCommanderApplet" + type="factory" + location="OAFIID:Deskbar_Applet_Factory"> + + <oaf_attribute name="repo_ids" type="stringv"> + <item value="IDL:MATE/Vertigo/MatePanelAppletShell:1.0"/> + <item value="IDL:MateComponent/Control:1.0"/> + <item value="IDL:MateComponent/Unknown:1.0"/> + </oaf_attribute> + <oaf_attribute name="name" type="string" _value="Deskbar (formerly Mini-Commander)"/> + <oaf_attribute name="description" type="string" _value="Deskbar (transparent upgrade from Mini-Commander)"/> + <oaf_attribute name="bugzilla:bugzilla" type="string" value="MATE"/> + <oaf_attribute name="bugzilla:product" type="string" value="mate-applets"/> + <oaf_attribute name="bugzilla:component" type="string" value="mini-commander"/> + <oaf_attribute name="bugzilla:other_binaries" type="string" value="mini_commander_applet"/> + +</oaf_server> + +</oaf_info> |