Bug 294691 - RFE: allow to change fallbacks in tab/window naming
Summary: RFE: allow to change fallbacks in tab/window naming
Status: REPORTED
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:34 UTC by kavol
Modified: 2016-04-09 15:03 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:34:56 UTC
Version:           unspecified (using Devel) 
OS:                Linux

If the shell you run in konsole sets some tab or window title, you may want to use this value. However, if it doesn't, you may want to use some fallback value which is different from the common default.

Currently, there is no way to differentiate whether a title has been set by the shell or not - you have to use a format string which is common for both the cases.

It'd be nice to have the default fallback configurable so that one value like for example "(%d) %n" would be used if the title is not set, and then another value, like for example "%w" or "%tab_title" (see RFE/bug #294686), would be used once it gets set by the shell.

Reproducible: Didn't try



Expected Results:  
you can set different formatting string for tab/window title depending on whether this is set by the shell or not

This expands the point of RFE/bug #294688 - however, it doesn't replace it, as that one is about having a reasonable default if the user doesn't set own values.