Summary: | Renaming tabs only changes local tab title format | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Mike <mike> |
Component: | general | Assignee: | Robert Knight <robertknight> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jranke |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mike
2007-11-23 15:26:24 UTC
Works fine here (rev740586) Strange... If I launch a second konsole then it works on the second one. The only difference is that the first konsole is started by the session when logging in. Now it is broken again. I opened a new tab and the original tab which has a different label reverted to the default. If I double click on the original tab it shows the custom tab name but it is not displayed in the tab. The bug is triggered by ssh'ing to any other host. The tab should keep its name even if the location is remote, but it reverts back to the local user. If you ssh to localhost then the username updates correctly but the custom title is lost. Sorry for the excessive comments :) > If you ssh to localhost then the username updates
> correctly but the custom title is lost.
That is the root of the problem. The reason why this is happening is that there are two separate titles, one for local activities and one for SSH. Konsole will switch between them depending on what the foreground activity in the terminal is. If you close the ssh process it will go back to your custom title.
The tab title formats for a particular profile can be changed from the Tabs page of the Edit Profile dialog (Settings -> Edit Current Profile)
The "Rename Tabs" feature at the moment only changes the title format used for local activities.
*** Bug 156720 has been marked as a duplicate of this bug. *** SVN commit 787022 by knight: Set both local and remote tab titles to the text given by the user when manually renaming tabs via Edit -> Rename Tab. This loses the ability to have different tab title formats for local and remote activities after manually renaming a tab. BUG: 152781 M +7 -0 SessionController.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=787022 Is this supposed to be fixed in 4.0.4 already after only newer svn-versions? |