Bug 294688 - RFE: use numbering in tab/window name fallback
Summary: RFE: use numbering in tab/window name fallback
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 14:11 UTC by kavol
Modified: 2024-03-24 14:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kavol 2012-02-23 14:11:42 UTC
Version:           unspecified (using Devel) 
OS:                Linux

If there is no tab name set explicitly, konsole fallbacks to the name of the profile used. It'd be nice to use numbers if more tabs are open ...

Reproducible: Always

Steps to Reproduce:
1. Clean up the formatting string in tab name in profile settings; assuming the profile name is "Shell"
2. Open new konsole window
3. Open another tab in that window

Actual Results:  
2. The tab name is set to "Shell"
3. Both tabs names are set to "Shell"

Expected Results:  
2. The same, the tab name is set to "Shell"
alternatively, it could be "Shell (1)"
3. First tab name is set to "Shell (1)", second tab name is set to "Shell (2)"

See the discussion in bug #162326.
Comment 1 Kurt Hindenburg 2012-06-20 12:57:56 UTC
At  one time the titles used to add a (#).  I agree that adding a # or the session # would be a good idea.
Comment 2 kavol 2024-03-24 14:52:04 UTC
cool :)