Created attachment 223803 [details] Patch for x11/slime Without dbus installed and enabled in /etc/rc.conf slim runs but after entering the credentials it shows a blank screen. Inspecting slim.log shows the following error: slim: open_session: Unable to open session: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or director The attached patch adds devel/dbus as a run dependency.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=24138d3c7619e54da523fb84f9dc9df646ec5e94 commit 24138d3c7619e54da523fb84f9dc9df646ec5e94 Author: Fernando ApesteguÃa <fernape@FreeBSD.org> AuthorDate: 2021-04-22 17:03:41 +0000 Commit: Fernando ApesteguÃa <fernape@FreeBSD.org> CommitDate: 2021-04-22 17:13:39 +0000 x11/slim: Add dbus runtime dependency It needs a DBus session bus to connect to. Add instructions in pkg-message.in PR: 254766 Reported by: fernape@FreeBSD.org Approved by: jsm@FreeBSD.org (maintainer, timeout > 2 weeks) x11/slim/Makefile | 1 + x11/slim/files/pkg-message.in | 5 +++++ 2 files changed, 6 insertions(+)