Bug 157256

Summary: Display terminal number in tabs
Product: [Applications] konsole Reporter: Winfried Trumper <degraded-konsole>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: finex
Priority: NOR    
Version: 2.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Winfried Trumper 2008-02-06 13:13:27 UTC
Version:           2.0 (using 4.00.00 (KDE 4.0.0) "release 10.1", compiled sources)
Compiler:          gcc
OS:                Linux (i686) release 2.6.22.16-0.1-default

Removed button to start a new terminal window like in previous versions of konsole. The tabbed shell sessions should be designed like the tabbed browser sessions in konqueror.

Removed feature to simply enumerate the sessions, which makes more sense for certain applications. I know which host is on terminal window 9.
Comment 1 Winfried Trumper 2008-02-06 13:26:38 UTC
For the enumeration, I suggest the %# placeholder in the label configuration dialog.
Comment 2 Robert Knight 2008-02-06 14:32:45 UTC
To make managing bugs easier, please report each bug or wish separately. 

> Removed button to start a new terminal window like in previous
> versions of konsole.

That has been reported as bug #155439

Comment 3 Winfried Trumper 2008-02-07 09:23:09 UTC
Ok, moved the part about the tab button to bug #155439. Remaining is the simple enumeration of tab lables, optionally configurable with the proposed %# placeholder. Tq.
Comment 4 FiNeX 2008-02-07 11:44:56 UTC
If the configuration for the enumeration of tab labels is enough, should we close this wish?
Comment 5 Robert Knight 2008-03-23 01:01:53 UTC
SVN commit 788961 by knight:

Add support for displaying session number in tab titles using a '%#' marker or
via "Insert -> Session number" in the profile editor.

BUG: 157256


 M  +3 -0      SessionController.cpp  
 M  +6 -4      TabTitleFormatAction.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=788961
Comment 6 FiNeX 2008-03-23 01:52:45 UTC
Ok, it works correctly.