Ubuntu remote desktop software Remmina saves login passwords

error phenomenon

In ubuntu 16.04, after installing remmina using snap. The following message is prompted when starting:
Remmina prompt information

Approach

$ sudo snap connect remmina:avahi-observe :avahi-observe
$ sudo snap connect remmina:cups-control :cups-control
$ sudo snap connect remmina:mount-observe :mount-observe
$ sudo snap connect remmina:password-manager-service :password-manager-service

illustrate:

password-manager-service is required by Remmina to save user entered passwords into gnome keyring or other libsecret supported services.
mount-observe is used by libfreerdp to handle hotplug of devices: when a user shares a local path/device with the remote server, libfreerdp need to access /proc/mounts. See here.
cups-control is used by libfreerdp to share local printers with remote servers.
avahi-observe is used by remmina to browse local network and find some interesting servers (i.e.: VNC servers)

Replenish

In the ubuntu 17.10 & Wayland environment, the following interfaces need to be added. For the specific format, see the previous section:

:avahi-observe
:cups-control
:desktop
:desktop-legacy
:gsettings
:home
:mount-observe
:network
:network-bind
:password-manager-service
:pulseaudio
:unity7
:wayland
remmina:remmina-gapp

Reference: github

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325320757&siteId=291194637