[Konsole-devel] -T <title> Debian option

Kurt Hindenburg kurt.hindenburg at gmail.com
Mon Aug 31 02:43:56 UTC 2009


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?

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532029

--- a/apps/konsole/src/main.cpp
+++ b/apps/konsole/src/main.cpp
@@ -137,6 +137,7 @@ void fillCommandLineOptions(KCmdLineOpti
     options.add("noclose",ki18n("Do not close the initial session
automatically when it ends."));
     // TODO - Document this option more clearly
     options.add("p <property=value>",ki18n("Change the value of a
profile property."));
+    options.add("T <value>", ki18n("Debian policy compatibility, not used"));
     options.add("!e <cmd>",ki18n("Command to execute"));
     options.add("+[args]",ki18n("Arguments passed to command"));
 }


Kurt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20090830/2294632a/attachment.html>


More information about the konsole-devel mailing list