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

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-17 16:09:01 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-12-17 16:09:01 +0300
commit84329ed959d6bcd2b7f4c561e4a7ee531e44756f (patch)
tree0c506a3cd68b3d882747909984d3891486eb12f1
parentf78e327f51bd2345bad4befec2aeae679d8ae80c (diff)
updated from the Remmina Wiki
-rw-r--r--_pages/installation.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/_pages/installation.md b/_pages/installation.md
index 9c4092b..17663ac 100644
--- a/_pages/installation.md
+++ b/_pages/installation.md
@@ -23,7 +23,7 @@ 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 )
+[If you use SSH agent](https://github.com/flatpak/flatpak/issues/1438 )
```shell
flatpak run --filesystem=$SSH_AUTH_SOCK --env=SSH_AUTH_SOCK=$SSH_AUTH_SOCK org.remmina.Remmina
@@ -37,7 +37,7 @@ If you have previously installed Remmina with another package manager, you will
This also is a system agnostic package that works on many distributions, but mainly Ubuntu.
If you run into issues, try something else first, and then [report the issues](https://github.com/FreeRDP/Remmina/issues).
-Our Snap package does not work on Ubuntu 17.10 if you use Wayland, see [issue #1414](https://github.com/FreeRDP/Remmina/issues/1414)._
+Our Snap package does not work on Ubuntu 17.10 if you use Wayland, see [issue #1414](https://github.com/FreeRDP/Remmina/issues/1414).
First make sure you have `snapd` installed. Then install the last release from the Ubuntu Software Center by looking for `Remmina`, or install it from a terminal with:
@@ -45,13 +45,15 @@ First make sure you have `snapd` installed. Then install the last release from t
sudo snap install remmina
```
-The Snap subsystem has limitations, so some features, for example password storage via keyring is missing and *must* be fixed manually:
+The Snap subsystem has limitations, so some features, for instance the password storage via keyring is missing and *must* be fixed manually:
```shell
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 # password manager
+sudo snap connect remmina:audio-playback :audio-playback # audio sharing
+sudo snap connect remmina:audio-record :audio-record # microphone
```
Some features just don't work on Snap, for example accessing your personal ~/.ssh directory is not possible.
@@ -73,9 +75,9 @@ Snaps are updated with the system and include both latest `FreeRDP` Git and the
## [Ubuntu](https://ubuntu.com/)
-**Remmina will no longer be available as a PPA package after the release of version 1.4.8.**
+**The Remmina PPA is looking for a maintainer**, and it's not actively updated.
-We may release new versions from time to time (as of writing is 1.4.11), Remmina can be installed by copying and pasting this in a terminal:
+We may release new versions from time to time (as of writing is 1.4.22), Remmina can be installed by copying and pasting this in a terminal:
```
sudo apt-add-repository ppa:remmina-ppa-team/remmina-next
@@ -89,8 +91,8 @@ Make sure Remmina is not running. Either close it, reboot, or kill it by pasting
sudo killall remmina
```
-List available plugins with `apt-cache search remmina-plugin`. By default RDP, SSH and SFTP are installed.
-To test a daily built development version, do the above, but start with
+List of available plugins with `apt-cache search remmina-plugin`. By default, RDP, SSH and SFTP are installed.
+To test a daily built development version, do the above, but start with:
```
ppa:remmina-ppa-team/remmina-next-daily
@@ -98,7 +100,7 @@ ppa:remmina-ppa-team/remmina-next-daily
## [Debian](https://www.debian.org/)
-### 10 [Buster](https://wiki.debian.org/DebianBuster) (stable), [Bullseye](https://wiki.debian.org/DebianBullseye) (testing), and [Sid](https://wiki.debian.org/DebianUnstable) (unstable)
+### 11 [Bullseye](https://wiki.debian.org/DebianBullseye) (stable), [Buster](https://wiki.debian.org/DebianBuster) (oldstable), and [Sid](https://wiki.debian.org/DebianUnstable) (unstable)
Remmina is in the official stable, testing and unstable repositories.
@@ -215,7 +217,7 @@ sudo eopkg install remmina
- [Compile on Ubuntu 20.04](https://gitlab.com/Remmina/Remmina/-/wikis/Compilation/Compile-on-Ubuntu-20.04)
Code development and bugfixes take place on the master branch.
-It compiles with the current FreeRDP master branch, and will compile with [FreeRDP](http://www.freerdp.com/) 2.0 when released as stable.
+It compiles with the current FreeRDP master branch, and will compile with [FreeDRP](http://www.freerdp.com/) 2.0 when released as stable.
# Links