From 4e97bb95b9cca51ba571138c82c10093f642d297 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 26 Dec 2019 11:36:49 +0100 Subject: sys-apps/dbus: user-session is now safe Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Pacho Ramos --- sys-apps/dbus/dbus-1.12.16.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sys-apps/dbus/dbus-1.12.16.ebuild b/sys-apps/dbus/dbus-1.12.16.ebuild index f4be11b25cea..94fc96bff49c 100644 --- a/sys-apps/dbus/dbus-1.12.16.ebuild +++ b/sys-apps/dbus/dbus-1.12.16.ebuild @@ -271,16 +271,4 @@ pkg_postinst() { elog "the following to your environment:" elog " DBUS_SESSION_BUS_ADDRESS=\"launchd:env=DBUS_LAUNCHD_SESSION_BUS_SOCKET\"" fi - - if use user-session; then - ewarn "You have enabled user-session. Please note this can cause" - ewarn "bogus behaviors in several dbus consumers that are not prepared" - ewarn "for this dbus activation method yet." - ewarn - ewarn "See the following link for background on this change:" - ewarn "https://lists.freedesktop.org/archives/systemd-devel/2015-January/027711.html" - ewarn - ewarn "Known issues are tracked here:" - ewarn "https://bugs.gentoo.org/show_bug.cgi?id=576028" - fi } -- cgit v1.2.3-65-gdbad