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

github.com/FreeRDP/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-04-16 17:11:34 +0300
committerGitHub <noreply@github.com>2018-04-16 17:11:34 +0300
commita3237086cb733113382b43ea3b450a10c2e1ec99 (patch)
tree5f48fdc0179e12b7ae31391f85aad86ff9788d86 /README.md
parent4e56b87c1cba45a676571de67cafbaede665f3d8 (diff)
Added instruction to make SSH forwarded to Remmina on flatpak
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index d82c9c871..74063363f 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,11 @@ flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flath
flatpak install --user flathub org.remmina.Remmina
flatpak run --user org.remmina.Remmina
```
+If you use SSH agent (https://github.com/flatpak/flatpak/issues/1438 )
+
+```sh
+flatpak run --filesystem=$SSH_AUTH_SOCK --env=SSH_AUTH_SOCK=$SSH_AUTH_SOCK org.remmina.Remmina
+```
Just be aware that flatpak store data for installed applications (the XDG config/data folders) under ```$HOME/.var```
So for instance, if you previously have installed remmina with another package manager, you will have to transfer what was under ```$HOME/.config/remmina``` and ```$HOME/.local/share/remmina``` under, respectively ```~/.var/app/org.remmina.Remmina/config/remmina``` and ```~/.var/app/org.remmina.Remmina/data/remmina```