DBUS_SESSION_BUS_ADDRESS with QDBusConnection
Unsolved
General and Desktop
-
@nxMan said in DBUS_SESSION_BUS_ADDRESS with QDBusConnection:
I want to get DBUS_SESSION_BUS_ADDRESS value without checking envs of any process
what do you mean with "without checking envs of any process"?
-
@raven-worx said in DBUS_SESSION_BUS_ADDRESS with QDBusConnection:
@nxMan said in DBUS_SESSION_BUS_ADDRESS with QDBusConnection:
I want to get DBUS_SESSION_BUS_ADDRESS value without checking envs of any process
what do you mean with "without checking envs of any process"?
I can find pid of a process wich will have DBUS_SESSION_BUS_ADDRESS env variable and obtain the dbus address from its environment. But I don't want this solution.