mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
committed by
Sam James
parent
6eab2a9f84
commit
df5f2d54a6
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user