I'm adding a remmina task for people searching for this issue, but this
issue can only be fixed in apparmor which provides
/etc/apparmor.d/remmina
** Package changed: remmina (Ubuntu) => apparmor (Ubuntu)
** Summary changed:
- apparmor prevents access to saved sessions
+ apparmor prevents access
The attachment "remmina-apparmor.patch" seems to be a patch. If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
~brian
Probably related:
https://askubuntu.com/questions/1546857/problem-getting-
remmina-1-4-39-working-on-new-install-of-ubuntu-25-04
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2106675
Title:
apparmo
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: remmina (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2106675
Title:
ap
Additionally, this directive breaks use of ssh keys / keyring:
include
I replaced it with:
include
owner @{run}/user/@{uid}/keyring/ssh rw,
And updated the ${HOME}/.ssh line:
owner @{HOME}/.ssh/{config,known_hosts,id_*} r,
A full patch is attached that seems to get things working for me. A fe