Search Articles — Sudonull

Search Results

In this project

C++20 wallpaper manager: D-Bus and RAII

https://sudonull.com/c-20-wallpaper-manager-d-bus-and-raii

Architecture of cross-platform Rwal utility in C++20. Adapter for KDE/GNOME, libcurl RAII, std::jthread. CMake build and system integration. Explore the code.

From the web

D-Bus - Wikipedia

https://en.wikipedia.org/wiki/D-Bus

In the reference implementation this role is performed by dbus-daemon, which itself is built on top of libdbus. Another implementation …

D-Bus Tutorial

https://dbus.freedesktop.org/doc/dbus-tutorial.html

The low-level DBus API involves manually creating a method call message, sending it, then manually receiving and processing the …

Understanding D-Bus in Linux: A Comprehensive Guide

https://linuxvox.com/blog/linux-what-is-dbus/

Jan 16, 2026 · You can use the dbus - send command in the terminal to interact with system services: ... Best Practices Error …

dbus

https://www.freedesktop.org/wiki/Software/dbus/

Feb 27, 2025 · dbus is the reference implementation of D-Bus. Released versions can be downloaded from the releases directory on …

Introduction to D-Bus - Developer

https://develop.kde.org/docs/features/d-bus/introduction_to_dbus/

An introduction to the core concepts of D-Bus from an application developer's perspective.

What Is DBus Practically Useful For? | Baeldung on Linux

https://www.baeldung.com/linux/dbus

Mar 19, 2025 · DBus allows different processes to interoperate in Linux, regardless of language. We look at how it works and how it …

DBus World

https://dbusworld.com/

Support the continued development of DBus World and gain access to exclusive perks, early features, and join our community of …

D-Bus Tutorial - SoftPrayog

https://www.softprayog.in/programming/d-bus-tutorial

Oct 3, 2018 · The D-Bus daemon configuration files are located in the /usr/share/dbus-1 directory. The configuration files, system.conf …

DBUS DONOSTIA

https://dbus.eus/en/

Desde el miércoles 22 de julio hasta el domingo 26 de julio, Dbus va a ofrecer servicios especiales de autobuses nocturnos a todos …

What is D-Bus practically useful for? - Unix & Linux Stack Exchange

https://unix.stackexchange.com/questions/604258/what-is-d-bus-practically-useful-for

Aug 13, 2020 · You just need to know the name of the path. I've used systemd as an example because that's what I understand best, …

Trending Now