projects
/
conversations_http_downloader.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
66c54a4
)
README: explain more explicitly how to use open_wrapper.sh in gajim
author
Antonio Ospite <ao2@ao2.it>
Tue, 17 Jan 2017 13:53:48 +0000
(14:53 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Tue, 17 Jan 2017 13:56:06 +0000
(14:56 +0100)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index
9dbc633
..
cac10f1
100644
(file)
--- 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.
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.