Permalink
Browse files

unity7: NewIconThemePath should be an allowed signal

Apps uses this to update their custom icon theme
  • Loading branch information...
1 parent 33c543e commit 694a27e413de09e0aa4ffb25cf3b3196566d22c7 @3v1n0 committed Feb 13, 2017
Showing with 2 additions and 2 deletions.
  1. +2 −2 interfaces/builtin/unity7.go
@@ -334,7 +334,7 @@ dbus (send)
bus=session
path=/{StatusNotifierItem,org/ayatana/NotificationItem/*}
interface=org.kde.StatusNotifierItem
- member="New{AttentionIcon,Icon,OverlayIcon,Status,Title,ToolTip}"
+ member="New{AttentionIcon,Icon,IconThemePath,OverlayIcon,Status,Title,ToolTip}"
peer=(name=org.freedesktop.DBus, label=unconfined),
dbus (send)
@@ -435,7 +435,7 @@ dbus (receive)
# Lttng tracing is very noisy and should not be allowed by confined apps. Can
-# safely deny. LP: #1260491
+# safely deny. <a href='https://pad.lv/1260491'>LP: #1260491</a>
deny /{,var/}{dev,run}/shm/lttng-ust-* r,
`

0 comments on commit 694a27e

Please sign in to comment.