this post was submitted on 29 Feb 2024
82 points (100.0% liked)

KDE

4668 readers
72 users here now

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.

founded 1 year ago
MODERATORS
 

.0 versions can contain bugs not found in the pre-launch versions. You can help us get them removed by reporting them. And look out for updates to Plasma, as they will come with many fixes over the next few weeks!

As for the themes and widgets created by third parties, we have already publicly advised developers to port their stuff. We have two pages available to guide them, one for themes, one for widgets.

If you, the user, discover your favourite theme or widget is failing, please look for it in the KDE Store and notify the author, as KDE has no control or leverage over third party developers.

Thank you

[email protected]

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 16 points 4 months ago (2 children)

My thanks to the heroes that use .0 versions, see you at .1

[–] [email protected] 5 points 4 months ago

@MalReynolds @Bro666

This weekend I will be re-installing -1.

Turning in my hero badge. 😉

[–] [email protected] 0 points 4 months ago

Or that used prerelease ;D

[–] [email protected] 2 points 4 months ago (3 children)

That requires installing the debug symbols, right?

[–] [email protected] 5 points 4 months ago* (last edited 4 months ago)

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.

[–] [email protected] 2 points 4 months ago

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.

[–] [email protected] 0 points 4 months ago* (last edited 4 months ago)

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.