https://bugs.kde.org/show_bug.cgi?id=433945
--- Comment #4 from m...@markle.one --- > Are you using the default Konsole profile when changing the transparency? No, I'm using a downloaded color scheme (One Half Light). I have also changed a few other settings. > Have you tried making a fresh Konsole profile, changing the transparency > closing the Konsole and then running the command? I was able to reproduce this using the KDE Neon live CD in QEMU using the default profile and after restarting Konsole. When the background color is black, which matches the original background color, transparency is applied correctly. For other colors, it is not applied. Please see the new screenshot. The script I used to display different backgrounds is: for x in {0..8}; do for i in {30..37}; do for a in {40..47}; do echo -ne "\e[$x;$i;$a""m\\\e[$x;$i;$a""m\e[0;37;40m "; done; echo; done; done; echo "" -- You are receiving this mail because: You are watching all bug changes.