Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 03:10:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 273237] devel/dbus: /var/local/lib/dbus/machine-id not created
Message-ID:  <bug-273237-39348-4Q1UZIdmr2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273237-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273237-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273237

--- Comment #8 from Jan Beich <jbeich@FreeBSD.org> ---
It's just one of possible a workarounds. Another one is dbus-run-session bu=
t it
must cover the whole GUI session for all related apps to inherit the same
DBUS_SESSION_BUS_ADDRESS e.g.,

 # X11 simple
 $ echo exec dbus-run-session twm >~/.xinitrc
 $ startx
or
 # X11 DE (needs both system and session bus)
 $ service dbus onestart
 $ echo exec dbus-run-session startplasma-x11 >~/.xinitrc
 $ ck-launch-session startx
or
 # Wayland simple
 $ dbus-run-session sway
or
 # Wayland DE (needs both system and session bus)
 $ service dbus onestart
 $ ck-launch-session dbus-run-session startplasma-wayland

Note, if DBus is undesired set DBUS_SESSION_BUS_ADDRESS=3D"disabled:" simil=
ar to
Chromium default since
https://chromium.googlesource.com/chromium/src/+/8511820ec8280caacbd4f81f3e=
cd13b6c61681b0%5E%21/

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273237-39348-4Q1UZIdmr2>