Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevid Antonio Filoni <d.filoni@ubuntu.com>2017-10-22 20:52:44 +0300
committerDevid Antonio Filoni <d.filoni@ubuntu.com>2017-10-22 20:52:44 +0300
commitf73b2b79a5bb42b4d1d6a1784a24f0f11e1cf43d (patch)
tree171e5e79875809d2e881fca21f43186df81676c5 /README.md
parentdc6f9f9b33202e285e007ba4037b4036b37ee7c6 (diff)
snap: add password-manager-service interface for gnome-keyring
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf362bcdf..c586d9162 100644
--- a/README.md
+++ b/README.md
@@ -46,12 +46,13 @@ Or update the current installed version with the selected channel:
sudo snap refresh remmina --channel=edge # use --channel=stable otherwise
```
-To enable some advanced features such as `mount-control` (to manage mount positions), `avahi-observer` (to automatically look for local servers to connect to), `cups-control` (to manage printing) you should run something like:
+To enable some advanced features such as `mount-control` (to manage mount positions), `avahi-observer` (to automatically look for local servers to connect to), `cups-control` (to manage printing), `password-manager-service` (to use gnome-keyring) you should run something like:
```sh
sudo snap connect remmina:avahi-observe :avahi-observe # servers discovery
sudo snap connect remmina:cups-control :cups-control # printing
sudo snap connect remmina:mount-observe :mount-observe # mount management
+sudo snap connect remmina:password-manager-service :password-manager-service # gnome-keyring
```
Snap packages will be updated automatically and will include both latest `FreeRDP` git and latest `libssh 0.7` release (for better security).