sys-apps/dbus: Warn people about the potential breakages they could get when enabling...
authorPacho Ramos <pacho@gentoo.org>
Sun, 3 Apr 2016 12:38:21 +0000 (14:38 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 3 Apr 2016 12:41:49 +0000 (14:41 +0200)
Package-Manager: portage-2.2.28

sys-apps/dbus/dbus-1.10.8-r1.ebuild

index ccec84197dfefec8b7e9299d4c446ba8fae1a4e8..dd38eb2b9c1c9da4d92cb95cc5d852b5df603c6b 100644 (file)
@@ -253,4 +253,16 @@ 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 used-session, please note this can cause"
+               ewarn "bogus behaviors in several DBUS consumers due to they"
+               ewarn "not being prepared for this dbus activation method yet"
+               ewarn
+               ewarn "Please take a look to the following link for understanding"
+               ewarn "the change:"
+               ewarn "https://lists.freedesktop.org/archives/systemd-devel/2015-January/027711.html"
+               ewarn "You can also take a look to the already known issues at:"
+               ewarn "https://bugs.gentoo.org/show_bug.cgi?id=576028"
+       fi
 }