[ANNOUNCE] D-Bus Broker Project
WaLyong Cho
walyong.cho at samsung.com
Thu Aug 24 05:47:31 UTC 2017
On 2017년 08월 24일 14:43, Lawrence D'Oliveiro wrote:
> On Thu, 24 Aug 2017 14:23:10 +0900, WaLyong Cho wrote:
>
>> This error can be resolved with below change.
>> char str_controller[C_DECIMAL_MAX(int) + 1];
>> const char * const argv[] = {
>> - "dbus-broker",
>> + "/usr/local/bin/dbus-broker",
>
> You shouldn’t be hardcoding filename paths. Is your PATH variable set up
> correctly?
Yes, I know. It's just own my workaround patch.
I think /usr/local/bin missed on my PATH env. And I think this should be
changed to compiler define.
> _______________________________________________
> dbus mailing list
> dbus at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dbus
>
More information about the dbus
mailing list