Bug 90268

Summary: Change schema at command line
Product: [Applications] konsole Reporter: chris-kde
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description chris-kde 2004-09-26 15:45:52 UTC
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.
Comment 1 Waldo Bastian 2004-09-26 17:18:24 UTC
Having a DCOP call for that would be nice indeed.
Comment 2 Waldo Bastian 2004-10-17 00:08:19 UTC
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