Gardening/BugOfTheMonth: Difference between revisions

From KDE Community Wiki
(Remove more fixed bugs)
(Remove more already-fixed bugs from ideas list)
Line 57: Line 57:
* Kate doesn't do smooth pixel-by-pixel scrolling with touchpads: https://bugs.kde.org/show_bug.cgi?id=378275
* Kate doesn't do smooth pixel-by-pixel scrolling with touchpads: https://bugs.kde.org/show_bug.cgi?id=378275
* Dolphin's new "externally-called folder opens in a new tab" feature isn't activity and virtual desktop aware: https://bugs.kde.org/show_bug.cgi?id=408919
* Dolphin's new "externally-called folder opens in a new tab" feature isn't activity and virtual desktop aware: https://bugs.kde.org/show_bug.cgi?id=408919
* Okular saves many annotations in a way that makes them show up wrong or not at all in other PDF viewers: https://bugs.kde.org/show_bug.cgi?id=383651 https://bugs.kde.org/show_bug.cgi?id=275371 https://bugs.kde.org/show_bug.cgi?id=378186 https://bugs.kde.org/show_bug.cgi?id=390293
* Okular doesn't let you save or re-save a file that was edited or deleted while open: https://bugs.kde.org/show_bug.cgi?id=402017
* Okular doesn't honor print options when printing to PDF: https://bugs.kde.org/show_bug.cgi?id=252596
* Okular doesn't honor print options when printing to PDF: https://bugs.kde.org/show_bug.cgi?id=252596
* Okular's PDF form filling feature is buggy:
* Okular's PDF form filling feature is buggy:
Line 68: Line 68:
** Some filled-in form values don't print: https://bugs.kde.org/show_bug.cgi?id=343834
** Some filled-in form values don't print: https://bugs.kde.org/show_bug.cgi?id=343834
** Some filled-in form values are transformed into "undefined" after saving and re-opening the document: https://bugs.kde.org/show_bug.cgi?id=401067
** Some filled-in form values are transformed into "undefined" after saving and re-opening the document: https://bugs.kde.org/show_bug.cgi?id=401067
* Okular doesn't let you save or re-save a file that was edited or deleted while open: https://bugs.kde.org/show_bug.cgi?id=402017
* Okular should list and highlight all found instances of searched-for words: https://bugs.kde.org/show_bug.cgi?id=377487
* Okular should list and highlight all found instances of searched-for words: https://bugs.kde.org/show_bug.cgi?id=377487
* Skanlite should be able to save to PDF (single or multi-page): https://bugs.kde.org/show_bug.cgi?id=299517


=== Frameworks ===
=== Frameworks ===
* PolKit support in KIO: https://bugs.kde.org/show_bug.cgi?id=179678 (Patch in need of love: https://phabricator.kde.org/D7563)
* PolKit support in KIO: https://bugs.kde.org/show_bug.cgi?id=179678 (Patch in need of love: https://phabricator.kde.org/D7563)
* File Transfer Dialog says that the transfer is finished before the kernel has actually finished it: https://bugs.kde.org/show_bug.cgi?id=281270
* File Transfer Dialog says that the transfer is finished before the kernel has actually finished it: https://bugs.kde.org/show_bug.cgi?id=281270

Revision as of 04:46, 25 November 2022

Bug Of The Month (BOTM) is an effort to get developers from all KDE projects to investigate annoying, but (long) unresolved issues in KDE software.

Those bugs often raise endless discussions from frustrated users about how KDE developers do not care. The truth is, most developers are not even aware of them, because the issues do not happen on their system. KDE Developers also usually do not read bug tickets for projects they do not maintain. Getting attention of all developers is one part of the effort, by announcing one selected bug on Planet KDE and the KDE developer mailing list monthly.

Sometimes the code in question does no longer have a maintainer, or the current maintainer does not have the time or expertise to address the bug. Sometimes the bug is actually caused by underlying software components, but the KDE code is the only test case developers have, making the bug hard to investigate. Finding someone able to propose changes to underlying components is an additional goal.

BOTM is similar to the "Junior-Jobs" initiative from the KDE Bug Team. But in contrast to Junior-Jobs, which are easy to solve even for newcomers, BOTM bugs are complex to investigate or solve, are buried in hard-to-understand code or in code which has long been unmaintained. They sometimes require deep understanding of underlying components, or require discussion with upstream developers or with distribution packagers. Call them "Senior-Jobs" if you like.


How to participate

Every KDE developer is invited to read through the Bugzilla ticket for the current Bug of the Month. Add feedback, investigate, coordinate with other developers, and even propose a code change! If you have ideas to solve the issue, create a merge request at invent.kde.org.


Former Bugs of the Month

Month Status Bug Number and Title Links
02/2015 fixed Bug #309193: Keyboard shortcuts doesn't work if non-english keyboard layout is set before english one
01/2015 Fixed Bug #271934: kded4 process grows on memory usage (possible leak)
12/2014 Fixed Bug #288410: kde deamon crash on wakeup
11/2014 Fixed Bug #324975: Volume gets restored to 100% after each knotify event Review Requests: [1] [2]


Ideas for future Bugs of the Month

Plasma + KWin

System Settings

Apps

Frameworks