pombreda / pkgcore

Automatically exported from code.google.com/p/pkgcore
Other
0 stars 0 forks source link

pkgcore does filter out DBUS_SESSION_BUS from the env #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The next pms-test-suite version will use locally spawned D-Bus session bus for 
in-process IPC. For that, it needs to set DBUS_SESSION_BUS in the environment 
exported to subprocesses. Sadly, pkgcore filters that value out making the bus 
unaccessible to the ebuilds.

I'd really like to avoid doing stuff like hardwiring the bus address in the 
eclass or passing the address as another variable if possible.

Original issue reported on code.google.com by mgo...@gentoo.org on 3 Jan 2012 at 6:31

GoogleCodeExporter commented 9 years ago
Related: https://github.com/mgorny/pms-test-suite/issues/6

Original comment by mgo...@gentoo.org on 3 Jan 2012 at 6:31