SHARE
Facebook X Pinterest WhatsApp

DeveloperWorks: Connect KDE apps using D-BUS

Written By
thumbnail
Web Webster
Web Webster
Jul 30, 2004

D-BUS is an up-and-coming message bus and activation
system that is set to achieve deep penetration in the Linux®
desktop. Learn why it was created, what it can be used for, and
where it is going.

D-BUS is essentially an implementation of inter-process
communication (IPC). However, several features distance D-BUS from
the stigma of being “Yet Another IPC Implementation.” The reason
that there are so many different IPC implementations is that they
each aim to solve a particular well-defined problem. CORBA is a
powerful solution for complex IPC in object-orientation
programming. DCOP is a lighter IPC framework, with less power, but
is well integrated into the K Desktop Environment. SOAP and XML-RPC
are designed for Web services, and so use HTTP as the transport
protocol. D-BUS was designed for desktop application and OS
communication.

Desktop application communication

The typical desktop has multiple applications running, and they
often need to talk to each other. DCOP is a solution for KDE, but
it is tied to Qt, and so is not used in other desktop environments.
Similarly, Bonobo is a solution for GNOME, but it is quite heavy,
being based on CORBA. It is also tied to GObject, so it is not used
outside of GNOME. D-BUS aims to replace DCOP and Bonobo for simple
IPC and to integrate these two desktop environments. Because the
dependencies for D-BUS are kept as small as possible, other
applications that would like to use D-BUS don’t have to worry about
bloating dependencies.


Complete Story

thumbnail
Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Recommended for you...

Red Hat reveals major enhancements to Red Hat Enterprise Linux AI
sjvn
Oct 22, 2024
How to Find AWS EC2 Instance Type Over SSH (6 Methods)
Benny Lanco
Sep 23, 2024
Crond: Daemon to Execute Scheduled Commands
Rose Hosting Blog
Sep 20, 2024
A Detailed Introduction to Oracle VirtualBox
Senthil Kumar
Sep 19, 2024
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.