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/README | |
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/README')
-rw-r--r-- | tubes/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tubes/README b/tubes/README index 3527a72743fb..84d48928f80e 100644 --- a/tubes/README +++ b/tubes/README @@ -8,6 +8,23 @@ the same TeleConference abstraction. To enable configure LibO with --enable-telepathy +If you have a Telepathy-enabled LibreOffice installed to /usr (including +liboapprover) you may also want to install the .service and .client files to +make everything service-activatable: + + mkdir -p $HOME/.local/share/telepathy/clients + ln -s $PWD/tubes/LibreOffice.client \ + $PWD/tubes/LibreOfficeApprover.client \ + $HOME/.local/share/telepathy/clients + + mkdir -p $HOME/.local/share/dbus-1/services + ln -s $PWD/tubes/org.freedesktop.Telepathy.Client.LibreOfficeApprover.service \ + $PWD/tubes/org.freedesktop.Telepathy.Client.LibreOffice.service \ + $HOME/.local/share/dbus-1/services + +Otherwise, you need to make sure liboapprover and a Telepathy-enabled +LibreOffice are running. + Status 2012-03-20: * no LibO code depends on this module yet, so it is not built in a regular |