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

gitlab.com/Remmina/remminadoc.gitlab.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-05-15 20:35:24 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-15 20:35:24 +0300
commit26ce892882a92f76828bc81c3f6213d4eb40cbfd (patch)
tree9eff282f5d3ff14dec5a15a5a3cc421a4ab7614e /public/index.html
parente62f07236cc9f4f7e2cfc07a0858f9f448d8f64c (diff)
Automatic doc build by remmina-ci
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index f24003e6d..fbd034d98 100644
--- a/public/index.html
+++ b/public/index.html
@@ -92,11 +92,11 @@ $(document).ready(function(){initNavTree('index.html','');});
<p><a href="https://repology.org/project/remmina/versions"></a></p>
<h2><a href="https://flathub.org/">Flatpak</a></h2>
<p>This is a system agnostic package that works on just about every distribution.</p>
-<div class="fragment"><div class="line">flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo</div><div class="line"># In order to have H.264 codecs</div><div class="line">flatpak install org.freedesktop.Platform</div><div class="line">flatpak install org.freedesktop.Platform.openh264</div><div class="line">flatpak install --user flathub org.remmina.Remmina</div><div class="line">flatpak run --user org.remmina.Remmina</div></div><!-- fragment --><p>If you use SSH agent (<a href="https://github.com/flatpak/flatpak/issues/1438">https://github.com/flatpak/flatpak/issues/1438</a> )</p>
+<div class="fragment"><div class="line">flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo</div><div class="line"># In order to have H.264 codecs</div><div class="line">flatpak install org.freedesktop.Platform</div><div class="line">flatpak install org.freedesktop.Platform.openh264</div><div class="line">flatpak install --user flathub org.remmina.Remmina</div><div class="line">flatpak run --user org.remmina.Remmina</div></div><!-- fragment --><p><a href="https://github.com/flatpak/flatpak/issues/1438">If you use SSH agent</a></p>
<div class="fragment"><div class="line">flatpak run --filesystem=$SSH_AUTH_SOCK --env=SSH_AUTH_SOCK=$SSH_AUTH_SOCK org.remmina.Remmina</div></div><!-- fragment --><p>Flatpak stores data for installed applications (the XDG config/data folders) under <code>$HOME/.var</code> If you have previously installed Remmina with another package manager, you will have to transfer what was under <code>$HOME/.config/remmina</code> and <code>$HOME/.local/share/remmina</code> under, respectively <code>~/.var/app/org.remmina.Remmina/config/remmina</code> and <code>~/.var/app/org.remmina.Remmina/data/remmina</code></p>
<h2><a href="https://snapcraft.io/">Snap</a></h2>
<p>This also is a system agnostic package that works on many distributions, but mainly Ubuntu.</p>
-<p>If you run into issues, try something else first, and then <a href="https://github.com/FreeRDP/Remmina/issues">report the issues</a>. Our Snap package does not work on Ubuntu 17.10 if you use Wayland, see <a href="https://github.com/FreeRDP/Remmina/issues/1414">issue #1414</a>._</p>
+<p>If you run into issues, try something else first, and then <a href="https://github.com/FreeRDP/Remmina/issues">report the issues</a>. Our Snap package does not work on Ubuntu 17.10 if you use Wayland, see <a href="https://github.com/FreeRDP/Remmina/issues/1414">issue #1414</a>.</p>
<p>First make sure you have <code>snapd</code> installed. Then install the last release from the Ubuntu Software Center by looking for <code>Remmina</code>, or install it from a terminal with:</p>
<div class="fragment"><div class="line">sudo snap install remmina</div></div><!-- fragment --><p>The Snap subsystem has limitations, so some features, for example password storage via keyring is missing and <em>must</em> be fixed manually:</p>
<div class="fragment"><div class="line">sudo snap connect remmina:avahi-observe :avahi-observe # servers discovery</div><div class="line">sudo snap connect remmina:cups-control :cups-control # printing</div><div class="line">sudo snap connect remmina:mount-observe :mount-observe # mount management</div><div class="line">sudo snap connect remmina:password-manager-service :password-manager-service # password manager</div><div class="line">sudo snap connect remmina:audio-playback :audio-playback # audio sharing</div><div class="line">sudo snap connect remmina:audio-record :audio-record # microphone</div></div><!-- fragment --><p>Some features just don't work on Snap, for example accessing your personal ~/.ssh directory is not possible. You have to manually copy your ~/.ssh/* files to ~/snap/remmina/common/.ssh/</p>