On 8/14/2019 12:40 PM, Simon Richter wrote: > I have a few users who do test builds of kicad on my server, so I'd like to > provide the necessary build dependencies, but since a few days, the > dependency chain > > libwxgtk3.0-gtk3-dev > libwxgtk3.0-gtk3-0v5 > libgtk-3-0 > libgtk-3-common > dconf-gsettings-backend > dconf-service > dbus-user-session > libpam-systemd > systemd-sysv > > stops gtk upgrades from happening because I have pinned systemd-sysv to > -100 to avoid repeating the last unfortunate incident where I had to drive > to the colo facility.
You want dbus-x11 instead of dbus-user-session then, I think. Kind regards Philipp Kern