From df788efb0c7d2c753b20a795143dc7370301d488 Mon Sep 17 00:00:00 2001 From: Mikhail Zabaluev Date: Sat, 6 Jun 2020 21:24:58 +0300 Subject: [PATCH] Allow talk to org.freedesktop.login1 on system bus There are complaints in the logs about not being able to use the logind service on the system bus. I guess VSCode wants to be aware of suspend and resume. --- com.visualstudio.code.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/com.visualstudio.code.yaml b/com.visualstudio.code.yaml index 7d3b664..195e0a0 100644 --- a/com.visualstudio.code.yaml +++ b/com.visualstudio.code.yaml @@ -27,6 +27,7 @@ finish-args: - --filesystem=xdg-config/kdeglobals:ro - --talk-name=com.canonical.AppMenu.Registrar - --talk-name=com.canonical.AppMenu.Registrar.* + - --system-talk-name=org.freedesktop.login1 add-extensions: com.visualstudio.code.tool: directory: tools