https://bugs.kde.org/show_bug.cgi?id=511512
--- Comment #1 from Oliver Beard <[email protected]> --- I'm afraid I do not have time until later today to post instructions, but what I would need to know is the value of QString languageCode on line 147: https://invent.kde.org/plasma/plasma-welcome/-/blob/master/src/release.cpp?ref_type=heads#L147 This can be found using GDB, placing a breakpoint on that line in release.cpp and printing the contents of the variable, which might be complex due to being a QString. I will provide better instructions later today. Alternatively, Welcome Center could be built with qDebug() << languageCode; inserted below that line, and it would print it when ran in the terminal. -- You are receiving this mail because: You are watching all bug changes.
