SUMMARY Usually, any new text in non-focused tab causes its title to change color, so you can see there's something new happened. However on master it stopped working. STEPS TO REPRODUCE 1. Open Konsole 2. Execute command `ping localhost` (so there's something working) 3. Press Ctrl+Shift+t (that should open a new tab, and make you switch there) 4. Look at the text on the non-focused tab, where ping is running OBSERVED RESULT It has the same color as the new tab you're currently in. EXPECTED RESULT It should have distinct color that signifies that while you were in another tab, new text appeared. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Archlinux, repro both in Plasma 5.16 and pure i3wm KDE Plasma Version: 5.16 KDE Frameworks Version: 5.60.0 Qt Version: 5.13.0 Konsole versions tested: commits ac9ccc94 (older) and 0107e68e (latest).
Sry, forgot to say: last known working version is 19.04.3
19.04.3 is the last released version. Are you using Konsole from an unreleased repo or compiling it from git master?
(In reply to Nate Graham from comment #2) > 19.04.3 is the last released version. Are you using Konsole from an > unreleased repo or compiling it from git master? I use it from Arch repository¹. Why…? 1: https://www.archlinux.org/packages/extra/x86_64/konsole/
(In reply to Konstantin Kharlamov from comment #3) > I use it from Arch repository¹. Why…? Because then you're using 19.04.3 (the latest released version), which you've said was known to be working. :) Please confirm which version you're using and which version it was last working in.
(In reply to Nate Graham from comment #4) > (In reply to Konstantin Kharlamov from comment #3) > > I use it from Arch repository¹. Why…? > Because then you're using 19.04.3 (the latest released version), which > you've said was known to be working. :) > > Please confirm which version you're using and which version it was last > working in. Well, yeah, this is probably confusing, by version here I mean "version of binary", as in "the version of binary that's of 19.04.3 version works, and the version of binary that I built from master doesn't". What word should I've used instead? Sorry, I'm not a native speaker.
(In reply to Konstantin Kharlamov from comment #5) > Well, yeah, this is probably confusing, by version here I mean "version of > binary", as in "the version of binary that's of 19.04.3 version works, and > the version of binary that I built from master doesn't". What word should > I've used instead? Sorry, I'm not a native speaker. Ah, so the version you compiled from source (git master) has the bug. Thanks!
(In reply to Nate Graham from comment #6) > (In reply to Konstantin Kharlamov from comment #5) > > Well, yeah, this is probably confusing, by version here I mean "version of > > binary", as in "the version of binary that's of 19.04.3 version works, and > > the version of binary that I built from master doesn't". What word should > > I've used instead? Sorry, I'm not a native speaker. > Ah, so the version you compiled from source (git master) has the bug. Thanks! Well, I mentioned it at the beginning and the bottom of the description :)
*** This bug has been marked as a duplicate of bug 410142 ***