https://bugs.kde.org/show_bug.cgi?id=472548
Giampaolo Rodola <g.rod...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |g.rod...@gmail.com --- Comment #5 from Giampaolo Rodola <g.rod...@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 watching all bug changes.