diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-12-26 11:36:49 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-12-26 11:36:49 +0100 |
commit | 4e97bb95b9cca51ba571138c82c10093f642d297 (patch) | |
tree | f2ee17a4db6f3dbf9d1ebf11f8fb687ab5645aca /sys-apps/dbus | |
parent | app-office/libreoffice: Add missing RESTRICT="!test? ( test )" (diff) | |
download | gentoo-4e97bb95b9cca51ba571138c82c10093f642d297.tar.gz gentoo-4e97bb95b9cca51ba571138c82c10093f642d297.tar.bz2 gentoo-4e97bb95b9cca51ba571138c82c10093f642d297.zip |
sys-apps/dbus: user-session is now safe
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/dbus-1.12.16.ebuild | 12 |
1 files changed, 0 insertions, 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 } |