My thanks to the heroes that use .0 versions, see you at .1
KDE
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
Or that used prerelease ;D
That requires installing the debug symbols, right?
Not necessarily. If you go to https://bugs.kde.org, you can just describe the bug in your own words: what you do to trigger the bug, the expected result, what really happens, etc.
Of course it is best if the bug is reproducible, i.e. that you discovered that every time you do x, y and z, a crash happens, for example. Like that, devs can confirm that it is indeed a bug of the software and not something that happens only due to some special configuration or hardware problem.
Some distros (Fedora at least) have debuginfod integration,meaning that gdb will automatically download debuginfo files. The downside is that it will take a while for download to finish (for the first time at least) since it gets symbols for all linked and loaded libraries recursively, and it will take a few gigabytes in ~/.cache.
It may help getting backtraces in DrKonqui which are needed if there are underlying bugs that are not visual, like very slow startup, crashes, out of memory bugs (memory leaks) etc.
Also running journalctl -f --priority err
on startup can help. Normally there should be no error messages, although this never happens.