From 7a126d7bd6992d7bc9f353d6c9b248a2e0742f36 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 17 Jan 2017 14:53:48 +0100 Subject: [PATCH 1/1] README: explain more explicitly how to use open_wrapper.sh in gajim --- README | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README b/README index 9dbc633..cac10f1 100644 --- a/README +++ b/README @@ -24,9 +24,21 @@ Example of use: The open_wrapper.sh script can be used in gajim as a browser command to download, decrypt, and open the files automatically. +Here are some directions to set it up: -NOTE: + cd $SOMEDIR + git clone https://git.ao2.it/conversations_http_downloader.git/ + cd conversations_http_downloader + make + realpath open_wrapper.sh -Run make to prepare the wrapper script, this is needed only the first time the -project is downloaded. +and save the printed path in the clipboard. +Then in gajim: + + - go to the menu item "Edit -> Preferences", + - In the "Preferences" dialog choose the "Advanced" tab, + - in the "Applications" section choose "Custom", + - paste the path from the clipboard in the "Browser" field. + +Now encrypted files can be opened seamlessly by just clicking on them. -- 2.1.4