sys-apps/dbus: remove profile.d script for now

Some tools (namely plasma) don't check if the script is valid, and then
deadlocks. Once we have more robust login mechanisms we can re-introduce
those.

Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Anna (navi) Figueiredo Gomes
2025-02-28 15:39:13 +01:00
committed by Sam James
parent 6eab2a9f84
commit df5f2d54a6
2 changed files with 0 additions and 10 deletions

View File

@@ -161,9 +161,6 @@ multilib_src_install_all() {
exeinto /etc/user/init.d
newexe "${FILESDIR}/dbus.user.initd" dbus
insinto /etc/profile.d
doins "${FILESDIR}"/dbus.sh
if use X; then
# dbus X session script (bug #77504)
# turns out to only work for GDM (and startx). has been merged into

View File

@@ -1,7 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License, v2 or later
#
if [ -f /run/openrc/softlevel ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ] \
&& rc-service --user --exists dbus 2>&1 >/dev/null; then
export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
fi