extensions-app: Add permission to talk to gnome-session

This is required for offering a "Logout" option when handling extension
updates.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2735
This commit is contained in:
Florian Müllner 2020-05-02 23:38:57 +02:00 committed by verdre
parent 27774582b6
commit 94dca1606f

View File

@ -9,6 +9,7 @@
"finish-args": [ "finish-args": [
"--share=ipc", "--socket=fallback-x11", "--share=ipc", "--socket=fallback-x11",
"--socket=wayland", "--socket=wayland",
"--talk-name=org.gnome.SessionManager",
"--talk-name=org.gnome.Shell.Extensions" "--talk-name=org.gnome.Shell.Extensions"
], ],
"build-options": { "build-options": {