diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-04-03 14:38:21 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-04-03 14:41:49 +0200 |
commit | 3d79fbe8c0e790f44530319e99347fd734ce8d54 (patch) | |
tree | aec2da62b89e36fd4fc5da45268b61ec09dc3b1c /sys-apps/dbus | |
parent | net-wireless/bluez: Version bump, make experimental plugins optional and disa... (diff) | |
download | gentoo-3d79fbe8c0e790f44530319e99347fd734ce8d54.tar.gz gentoo-3d79fbe8c0e790f44530319e99347fd734ce8d54.tar.bz2 gentoo-3d79fbe8c0e790f44530319e99347fd734ce8d54.zip |
sys-apps/dbus: Warn people about the potential breakages they could get when enabling user-session (#577416#c21)
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/dbus-1.10.8-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-apps/dbus/dbus-1.10.8-r1.ebuild b/sys-apps/dbus/dbus-1.10.8-r1.ebuild index ccec84197dfe..dd38eb2b9c1c 100644 --- a/sys-apps/dbus/dbus-1.10.8-r1.ebuild +++ b/sys-apps/dbus/dbus-1.10.8-r1.ebuild @@ -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 } |