Debian requires all their terminals to accept -T <title>.  They have add their own NOOP patch to do this.  Do we want to add this ourselves?   <br><br><a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532029">http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532029</a><br>
<br>
<div id="vc_markup"><pre><pre>--- a/apps/konsole/src/main.cpp<br>+++ b/apps/konsole/src/main.cpp<br>@@ -137,6 +137,7 @@ void fillCommandLineOptions(KCmdLineOpti<br>     options.add("noclose",ki18n("Do not close the initial session automatically when it ends."));<br>
     // TODO - Document this option more clearly<br>     options.add("p <property=value>",ki18n("Change the value of a profile property."));<br>+    options.add("T <value>", ki18n("Debian policy compatibility, not used"));<br>
     options.add("!e <cmd>",ki18n("Command to execute"));<br>     options.add("+[args]",ki18n("Arguments passed to command"));<br> }<br></pre><br></pre></div>Kurt<br>