From 0584db39c3d5b7996fdb1ee78076a5ff3ac95e58 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Fri, 13 Jan 2023 18:03:12 +0100 Subject: [PATCH] fix(linux): Fix crash (un-)installing shared keyboard The reason for the crash is the missing file `dbus-launch` which gets called when running with `sudo`. This change adds a dependency to `dbus-x11` which provides `dbus-launch`. Fixes #8012. --- linux/debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/debian/control b/linux/debian/control index b42e7bc5c9..0a0446cb1a 100644 --- a/linux/debian/control +++ b/linux/debian/control @@ -86,6 +86,7 @@ Depends: python3-bs4, python3-gi, python3-sentry-sdk (>= 1.1) | python3-raven, + dbus-x11, ${misc:Depends}, ${python3:Depends}, Description: Keyman for Linux configuration