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

Christoph Cullmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/util
                   |                            |ities/konsole/-/commit/310a
                   |                            |5321fed19f4e832dab8424bd38a
                   |                            |b2ff8754f
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Christoph Cullmann <[email protected]> ---
Git commit 310a5321fed19f4e832dab8424bd38ab2ff8754f by Christoph Cullmann, on
behalf of Johannes Altmanninger.
Committed on 10/01/2026 at 18:42.
Pushed by cullmann into branch 'master'.

Fix spurious home directory replacement in window title

If I run

        echo -e "\033]7;file:///home/$(whoami)SUFFIX\033\\"

then the default window title will include "~SUFFIX", which makes no
sense because SUFFIX is not a file inside "~".  It should rather be
something like "/home/johannesSUFFIX".

Make it so.

I'm not sure if we can rely on path separator being "/" (on Windows)
but it does look like we rely on this elsewhere in our code.

M  +1    -1    src/session/Session.cpp

https://invent.kde.org/utilities/konsole/-/commit/310a5321fed19f4e832dab8424bd38ab2ff8754f

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to