Ticket #164 (closed enhancement: fixed)
Better tab titling
| Reported by: | qense | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | guake | Version: | |
| Keywords: | tabs | Cc: | ulidtko@… |
Description
As reported by Sridhar Dhanapalan on Launchpad: "When a new tab is opened in Guake, it is given the title "Terminal x", where x is a number that ascends with each new tab.
I open and close terminal tabs all the time, but I only keep a few open at once. Since the number only ascends, the numbers on the tabs can get quite high.
My proposal is when a new tab is opened, Guake uses the lowest number that isn't used (which would be a tab that has been closed).
For example:
1. I open 5 tabs in succession - they are automatically named "Terminal 1", "Terminal 2", "Terminal 3", "Terminal 4", "Terminal 5" 2. I close Terminal 2 3. I then open a new tab
Expected behaviour: The new tab is named "Terminal 2" since that number is free.
Actual behaviour: The new tab is named "Terminal 6"."
The original report can be found at https://bugs.launchpad.net/ubuntu/+source/guake/+bug/400079
