SUMMARY When the bell event is triggered inside Konsole the icon in taskbar is changed Bell and stays like that forever. STEPS TO REPRODUCE 1. Run konsole 2. Trigger bell event 3. Observe OBSERVED RESULT The application icon changed to bell. EXPECTED RESULT The application icon stays the same. SOFTWARE/OS VERSIONS Operating System: Artix (based on Arch) KDE Plasma Version: 5.15.4 KDE Frameworks Version: 5.57.0 Qt Version: 5.12.3 ADDITIONAL INFORMATION I use OpenBox with Tint2 as panel and Konsole is the only program which I use and is doing this kind of thing. The other terminal emulators are not doing this. Also consider making this feature optional or tell me where to disable it. I am slowly getting insane from this behaviour.
Same issue. How to reproduce: 1. Run konsole 2. Execute echo -e "\a" 3. Use xprop on konsole - it will return wrong icon (bell instead of console)
Created attachment 121344 [details] Inspecting konsole window with xprop Screenshot inspecting konsole with xprop added.
Created attachment 121345 [details] konsole_normal_icon.png Inspecting konsole window with xprop before executing `echo -e "\a"`.
I can confirm the xprop output - I've never noticed since plasma shows correct icons.
I found a workaround. When I change the icon in Profile settings to something else than default the window icon is restored after the bell event is "gone".
Side effect of this commit: https://phabricator.kde.org/R319:674243f126bb3bd72ce823ff0144b870d64bcf21 the problem is some escape sequences, e.g. OSC, can be terminated with a \a (BEL) character[1] [1]https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
(In reply to Juraj from comment #5) > When I change the icon in Profile settings to something else than default > the window icon is restored after the bell event is "gone". cool for you. I cannot get the icon changed at all on Fedora31.
ah well... its just the TAB icon, not the window-icon.
Looks like issue is fixed - can't reproduce it no more in konsole-20.08.3.
Closing per comment#9.