diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-21 18:38:27 +0000 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:39:27 +0200 |
commit | bceb36085912f2f34abf9124e7c1bb5be4d2465b (patch) | |
tree | b43635faf9a9c8c6e210fa80e1c76c8f67ee9b78 /tubes/LibreOfficeApprover.client | |
parent | 1aafe220bb1aecf12d5aed2eabaa2926d2e29e2f (diff) |
Add WIP .client and .service files.
These are roughly what need to get installed to make the approver (the
little dialog box that pops up for incoming offers) and handler
(LibreOffice itself) service-activatable.
Without these, your contacts will only see that you're capable of
LibreOffice tubes while you're running LibreOffice, and you won't get
a prompt unless liboapprover is running.
Diffstat (limited to 'tubes/LibreOfficeApprover.client')
-rw-r--r-- | tubes/LibreOfficeApprover.client | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tubes/LibreOfficeApprover.client b/tubes/LibreOfficeApprover.client new file mode 100644 index 000000000000..035e02255d84 --- /dev/null +++ b/tubes/LibreOfficeApprover.client @@ -0,0 +1,8 @@ +[org.freedesktop.Telepathy.Client] +Interfaces = org.freedesktop.Telepathy.Client.Approver; + +[org.freedesktop.Telepathy.Client.Approver.ApproverChannelFilter 0] +org.freedesktop.Telepathy.Channel.TargetHandleType u = 1 +org.freedesktop.Telepathy.Channel.ChannelType s = org.freedesktop.Telepathy.Channel.Type.DBusTube +org.freedesktop.Telepathy.Channel.Type.DBusTube.ServiceName s = org.libreoffice.calc + |