Version: (using KDE KDE 3.3.0) Installed from: Gentoo Packages Compiler: 3.3.4 gcc (GCC) 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6) OS: Linux I would like to be able to change the schema of the current konsole session from the command line. What I have in mind is aliasing a command to su and ssh so that the background colour changes when I switch to root or ssh into another machine. This doesn't seem to be currently possible, even with DCOP.
Having a DCOP call for that would be nice indeed.
CVS commit by waba: FEATURE: 90268 Add DCOP calls for various session settings (keytab, schema, encoding, size) M +1 -1 TEmuVt102.cpp 1.113 M +11 -6 TEmulation.cpp 1.58 M +3 -1 TEmulation.h 1.34 M +77 -1 konsole.cpp 1.486 M +6 -0 konsole.h 1.186 M +1 -0 konsoleiface.h 1.7 M +46 -0 session.cpp 1.99 M +14 -0 session.h 1.65 M +9 -0 sessioniface.h 1.7