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

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-04-11 02:34:49 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-04-11 02:34:49 +0300
commitc622c3dfa46209c690cb502a22a4374cd5d990de (patch)
treea7b9c21aa102956451425e0b0cee2c753b09475c /Home.md
parentacb3b14882be22ea1297f6bef6ca98d49fb989ae (diff)
Added flatpak
Diffstat (limited to 'Home.md')
-rw-r--r--Home.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Home.md b/Home.md
index 28d9fc2..7cbb1df 100644
--- a/Home.md
+++ b/Home.md
@@ -55,6 +55,17 @@ sudo apt install gnome-keyring
sudo apt install -t stretch-backports remmina remmina-plugin-rdp~~
~~```~~
+### For users with a distro that supports [Flatpak](https://flathub.org/), including Ubuntu ###
+
+```sh
+flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
+flatpak --system install org.remmina.Remmina
+flatpak run 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```
+
### For users with a distro that supports [Snap packages](https://snapcraft.io/), including Ubuntu ###
_We are still working to deliver a stable Snap package, but we still have many issues with SNAP packaging. If you encounter any issues, try first an other mean of installation and only after report the problem through https://github.com/FreeRDP/Remmina/issues.