ErikHons

Results 8 comments of ErikHons

I have dbus-next working on Windows. I needed to override the default asyncio loop policy, create an external authenticator, and then ensure that the first address in DBUS_SESSION_BUS_ADDRESS was a...

> > I suspect dbus-next is not compatible with Windows. > > https://docs.python.org/3/library/os.html#os.getuid : [Availability](https://docs.python.org/3/library/intro.html#availability): Unix. > > Hence NO, indeed. Fortunately that method is only accessed from the AuthExternal...

FYI I submitted a [PR](https://github.com/conan-io/conan-center-index/pull/24251) for a conan package based off of @ckoellin's work

> Hi @ErikHons thanks a lot for taking the time to submit the recipe, we appreciate it :) I love conan. Glad to give back! > I was going to...

@RubenRBS the dbus-cxx top-level cmake contains stuff like: ``` if( CMAKE_TOOLCHAIN_FILE ) find_package( sigc++-3 REQUIRED ) else() pkg_check_modules( sigc REQUIRED sigc++-3.0 ) endif( CMAKE_TOOLCHAIN_FILE ) ``` Conan passes the `-DCMAKE_TOOLCHAIN_FILE="..."`...

Hey @RubenRBS, I see that the "Linux, GCC-legacy" action is failing on the gcc 7 build but not why. When I first created a docker image to test that case...

All checks have passed!!!!!!! Woo!!!!

AF_UNIX+SOCK_STREAM would let [dbus-next](https://github.com/altdesktop/python-dbus-next) talk to the freedesktop reference server over a UDS like other clients. I believe all of the identification options would work fine there.