Closed hmaarrfk closed 4 years ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
If you want the QtDBus module I think it is: https://doc.qt.io/qt-5/qtdbus-index.html
This module is frequently used within the Qt ecosystem for Qt programs to communicate with each other. What are you hoping to use as a backend for QtDBus? Internal, vendored dbus code? Is there any? What benefit would that serve us to not use our shared libraries?
Mostly just looking at some odd dependencies in my environments.
I thought that dbus would have to be the system dbus since it is a system library. I guess not.
It's sometimes a system library, but not so much. systemd has its own implementation for system things these days and they wanted to move that into the kernel. DBus is just a communication protocol really.
Is conda relying on the working dbus-daemon of the operating system?
> ps aux | grep dbus (mcam_dev)
message+ 702 0.1 0.0 10212 5488 ? Ss Sep18 7:05 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root 748 0.0 0.0 134492 6848 ? Ssl Sep18 0:45 /usr/sbin/thermald --no-daemon --dbus-enable
mark 2250 0.0 0.0 9072 4800 ? Ss Sep18 0:35 /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
mark 2492 0.0 0.0 7356 3024 ? S Sep18 0:08 /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3
mark 683623 0.0 0.0 17664 672 pts/2 S+ 13:37 0:00 grep --color=auto dbus
no
At least QtDBus is not. It's just a comms / serialization library for Qt. Desktop environments often use dbus to hook up desktop components.
Is conda relying
Where does conda come into this? No. It isn't.
I meant programs compiled with dbus in a conda environment.
Thx again for the super detailed explination. I always get to learn more about how these systems play with each other from you!
@conda-forge-admin please rerender Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)