[konsole] [Bug 472548] Konsole is very slow to perform a title bar / tab bar update

Giampaolo Rodola bugzilla_noreply at kde.org
Fri Apr 25 10:34:19 BST 2025


https://bugs.kde.org/show_bug.cgi?id=472548

Giampaolo Rodola <g.rodola at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |g.rodola at gmail.com

--- Comment #5 from Giampaolo Rodola <g.rodola at gmail.com> ---
I can confirm this is still present in 23.08.5. It's quite annoying because I
automatically update the window title on `cd` (and also on SSH). From my
`.bashrc`:

```
cd() {  
    if [ -n "$1" ]; then
        builtin cd "$@" && ls
    else
        builtin cd ~ && ls
    fi
    export PROMPT_COMMAND="printf '\e]0;${prefix}$(pwd)\7'"
}
```

It seems there's a (quite simple) patch ready for 2 years now. Can't it just be
applied? 
Thank you!

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list