-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dbus] no absolute paths #27036
[dbus] no absolute paths #27036
Conversation
8ea5965
to
8964323
Compare
Hmm I think this effectively breaks the tools since those probably require a |
Hm because this file is full of absolute paths and I don't see a way to make them relative |
I only see:
which probably can be replaced by relative dirs considering The other .conf just has the absolute paths in a comment. |
But considering: https://dbus.freedesktop.org/doc/dbus-daemon.1.html I think the conf files need to be moved any way since moving the tools changed the prefix. |
Yeah ok the include things can properly removed. But in <!-- This is a setuid helper that is used to launch system services -->
<servicehelper>/Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/packages/dbus_arm64-osx/libexec/dbus-daemon-launch-helper</servicehelper>
<!-- Write a pid file -->
<pidfile>/Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/packages/dbus_arm64-osx/var/run/dbus/pid</pidfile>
<!-- Only listen on a local socket. (abstract=/path/to/socket
means use abstract namespace, don't really create filesystem
file; only Linux supports this. Use path=/whatever on other
systems.) -->
<listen>unix:path=/Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/packages/dbus_arm64-osx/var/run/dbus/system_bus_socket</listen> |
I think you can delete that file due to: |
But the |
windows needs it. Otherwise you don't have a way to test stuff on windows (i think.) |
8964323
to
c95650f
Compare
Ok there is now a |
cc @Neumann-A, could you please review the latest change again? Thanks in advance. |
For #20469
cc @Neumann-A