Package: dbus-user-session Status: install ok unpacked Priority: optional Section: admin Installed-Size: 84 Maintainer: Utopia Maintenance Team Architecture: amd64 Multi-Arch: foreign Source: dbus Version: 1.16.2-2 Provides: dbus-session-bus, default-dbus-session-bus Depends: dbus-daemon (= 1.16.2-2) | dbus-broker, dbus-session-bus-common (>= 1.16.2-2), libpam-systemd, systemd Recommends: systemd-sysv Conffiles: /etc/X11/Xsession.d/20dbus_xdg-runtime f11c70d9f51a152cedf939d36ef038bf Description: simple interprocess messaging system (systemd --user integration) D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. . On systemd systems, this package opts in to the session model in which a user's session starts the first time they log in, and does not end until all their login sessions have ended. This model merges all parallel non-graphical login sessions (text mode, ssh, cron, etc.), and up to one graphical session, into a single "user-session" or "super-session" within which all background D-Bus services are shared. . Multiple graphical sessions per user are not currently supported in this mode; as a result, it is particularly suitable for gdm, which responds to requests to open a parallel graphical session by switching to the existing graphical session and unlocking it. . To retain dbus' traditional session semantics, in which login sessions are artificially isolated from each other, remove this package and install dbus-x11 instead. . See the dbus package description for more information about D-Bus in general. Homepage: https://dbus.freedesktop.org/