https://bugs.kde.org/show_bug.cgi?id=495294
Bug ID: 495294 Summary: Colors are treated differently in local session and in XRDP sessions Classification: Applications Product: konsole Version: 23.08.1 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: font Assignee: konsole-de...@kde.org Reporter: chino...@hotmail.com Target Milestone: --- SUMMARY Using Konsole from the local KDE session (plasma-wayland) the colors are right. If you connect via XRDP the Konsole colors are seen differently. Red is seen as dark blue and blue is seen as orange. STEPS TO REPRODUCE 1. Create this script on the user's home named testcolors.sh and give it x permission: #!/bin/bash echo -e "\033[31mThis is red text\033[0m" # Should be red echo -e "\033[34mThis is blue text\033[0m" # Should be blue 2. From local session execute testcolors.sh. Logout the session. 3. From XRDP session execute the same script. OBSERVED RESULT In step 2 (local session) the colors are seen as expected. In step 3 (xrdp session) the red is presented as dark blue and the blue is presented as orange. The clients used to connect through XRDP were: - mstsc.exe (windows10) - rdesktop (ubuntu 24) EXPECTED RESULT >From both sessions the colors should be seen equal. SOFTWARE/OS VERSIONS Windows: Windows 10 v22H2 macOS: N.A. (available in the Info Center app, or by running `kinfo` in a terminal window) Linux: 6.10.11-amd64 KDE Plasma Version: plasmashell 5.27.11 KDE Frameworks: 5.115.0 kf5-config: 1.0 Qt Version: 5.15.13 ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.