On GNOME desktops, the D-Bus IPC standard has superseded the CORBA-based approach. Using D-Bus, the operating system can notify the desktop about hardware changes and applications can communicate with each other in a standardized, simple manner. Using signals it is also possible to get a notification in case there are changes in a remote application.
In [...]
Archive for the 'python' Category
Controlling Rhythmbox using D-Bus
December 10, 2006Line Editing for the Python Interpreter
December 2, 2006The interactive python interpreter is a highly useful tool. When writing python code, I always run it in a terminal to test things and to access the documentation. Unfortunately, the built-in line editing capabilities are limited: There’s no history, tab-completion, or other advanced editing features that shells like bash provide. Few people seem to know [...]