December 8, 2009

Communicating with desktop #2
I imported ede-scriptbus on the repo (it is in branches), adding few new stuff: setting XSETTINGS values and explicit XSETTINGS serialization, which was done implicitly when evoke quits. For example, to change current background color of EDE apps, this will be used:

./ede-scriptbus

> (set-xsettings "Fltk/Background" '(R G B A))
Continue reading →

December 4, 2009

Communicating with desktop
One of the major things I like and admire in KDE is DCOP. With DCOP, you can query, change or list desktop parts with a simple command and a few parameters. Or shortly, you can " Continue reading →


November 18, 2009