I've been impacted by this issue as well after upgrading from 24.10.

I've tried to disable the apparmor profile for remmina but was then
greeted with an error message indicating it fails to query the profile
from AppArmor.

$ sudo aa-disable remmina
Disabling /etc/apparmor.d/remmina
$ remmina
remmina-Message: 12:18:32.340: Remmina does not log all output statements. Turn 
on more verbose output by using "G_MESSAGES_DEBUG=remmina" as an environment 
variable.
More info available on the Remmina wiki at:
https://gitlab.com/Remmina/Remmina/-/wikis/Usage/Remmina-debugging
Failed to register: GDBus.Error:org.freedesktop.DBus.Error.FileNotFound: Failed 
to query AppArmor policy: No such file or directory


In the end, as a workaround adding these two lines in /etc/apparmor.d/remmina 
allowed me to launch remmina successfully :
  dbus (receive) bus=session path="/org/remmina/Remmina" 
interface="org.gtk.Actions" member=DescribeAll peer=(label="remmina"),
  dbus (receive) bus=session path="/org/remmina/Remmina" 
interface="org.gtk.Application" member=CommandLine peer=(label="remmina"),



This was determined through these error messages in journalctl :
# First issue
May 01 12:22:26 sugo-ryzen dbus-daemon[7313]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/remmina/Remmina" 
interface="org.gtk.Actions" member="DescribeAll" name=":1.185" mask="receive" 
pid=7960 label="remmina" peer_pid=34808 peer_label="remmina"

# Second issue
May 01 12:22:51 sugo-ryzen dbus-daemon[7313]: apparmor="DENIED" 
operation="dbus_method_call"  bus="session" path="/org/remmina/Remmina" 
interface="org.gtk.Application" member="CommandLine" name=":1.186" 
mask="receive" pid=7960 label="remmina" peer_pid=34876 peer_label="remmina"

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/2102033

Title:
  remmina blocked by apparmor in Plucky

Status in apparmor package in Ubuntu:
  Confirmed
Status in remmina package in Ubuntu:
  Invalid

Bug description:
  Remmina is now failing on plucky, blocked by apparmor:

  Failed to register:
  GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: An AppArmor
  policy prevents this sender from sending this message to this
  recipient; type="method_call", sender=":1.126" (uid=1000 pid=9636
  comm="remmina" label="remmina (enforce)") interface="org.gtk.Actions"
  member="DescribeAll" error name="(unset)" requested_reply="0"
  destination="org.remmina.Remmina" (uid=1000 pid=4366
  comm="/usr/bin/remmina -i" label="remmina (enforce)")

  ProblemType: Bug
  DistroRelease: Ubuntu 25.04
  Package: remmina 1.4.39+dfsg-1
  ProcVersionSignature: Ubuntu 6.12.0-16.16-generic 6.12.11
  Uname: Linux 6.12.0-16-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.32.0-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Tue Mar 11 09:09:15 2025
  InstallationDate: Installed on 2024-10-30 (132 days ago)
  InstallationMedia: Ubuntu-Studio 24.10 "Oracular Oriole" - Release amd64 
(20241007.1)
  SourcePackage: remmina
  UpgradeStatus: Upgraded to plucky on 2025-01-25 (45 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2102033/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to