GNOME Bugzilla – Bug 708677
incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c
Last modified: 2013-09-24 13:29:05 UTC
From the Ubuntu bug: 'In profiling applications, I received the following DBus denial: Sep 18 10:31:17 localhost dbus[16510]: apparmor="DENIED" operation="dbus_method_call" bus="session" name="org.freedesktop.DBus" path="/org/freedeskop/DBus" interface="org.freedesktop.DBus" member="AddMatch" mask="send" pid=6756 profile="net.launchpad.ubuntu-security.ubuntu-sdk-1310-api-demos_ubuntu-sdk-1310-api-demos_0.2" peer_profile="unconfined" Notice: path="/org/freedeskop/DBus" This should be: path="/org/freedesktop/DBus"' Patch is in Launchpad: https://launchpadlibrarian.net/150626042/fix-gdbusobjectmanagerclient-object-path.patch
Created attachment 255620 [details] [review] gio: Fix typo in the /org/freedesktop/DBus path
Attachment 255620 [details] pushed as 74314de - gio: Fix typo in the /org/freedesktop/DBus path