Summary: | Konsole tab automatic title is sometimes wrong | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | gambas <g4mba5> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | andresbajotierra, kde, robertknight |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | The tab bar of konsole with some wrong titles in it |
Description
gambas
2009-02-18 01:34:55 UTC
Created attachment 31428 [details]
The tab bar of konsole with some wrong titles in it
confirming This is actually intentional. It makes it easier to tell tabs apart when you have multiple tabs opened in similarly named directories. For example: /home/yourname/project1/src/ /home/yourname/project2/src/ /home/yourname/project2/some-external-library/src/share Are renamed to 'project1/s', 'project2/s', 'some-external-library/s/s' The list of directory names is hard-coded although there is a hidden config option to change it. OK! So clever that I didn't imagine it was intentional... :-) Robert: is it possible to change the text color for /only/ the abbreviated portion? That would make it more obvious that konsole is doing something "special"... > is it possible to change the text color
> for /only/ the abbreviated portion?
Only by re-implementing the tab painting code. Qt only supports rich text in certain places.
Should this be merged with bug 167590 ? Thanks |