Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-baloo-compilation | no | |||||
offer-to-change-kwallet-password-when-changing-login-password | Offer to change kwallet password when changing login password Right now, when a user changes their login password, their KWallet password is not changed. For users whose KWallet password was the same as their login password, this causes the two passwords to get out of sync, and then the user will be prompted to unlock their wallet the next time they log in. If they use their new password, it won't work. This is very very frustrating if you don't know what's going on. . Now, when you change the login password of your own user account, and you have a wallet named "kdewallet" (the default one) in your list of wallets, you will be prompted to change the password of that wallet to match the new login password. This is optional and you don't have to do it, and you won't be prompted to do so if you don't have a wallet named "kdewallet", which indicates that you have a customized KWallet setup and you presumably know what you're doing. |
Nate Graham <nate@kde.org> | no | upstream | upstream, https://invent.kde.org/plasma/plasma-desktop/-/commit/07631c727545b56f47f9ddcb5b25a825abbcd3f3 | 2020-10-17 |
upstream_5.21+lts_folder_view_de-duplicate_switch_width_height_logic.patch | [PATCH] [folder view] de-duplicate switch width/height logic | Nate Graham <nate@kde.org> | no | https://invent.kde.org/plasma/plasma-desktop/-/commit/893aa4d83eaa6b8d959ed89a70718bddf97f9390 | 2020-12-23 | |
upstream_5.21+lts_folder_view_Fix_display_on_not-skinny_vertical_panels.patch | [PATCH] [folder view] Fix display on not-skinny vertical panels Folder view has some logic to switch between its compact and full representations for vertical panels, but it is faulty, and causes the switch to happen at approximately 50px width. At this width, the display is completely unusable as the text is elided away into nothingness. This commit remedies the situation by imposing a more sane minimum width based on gridUnit. With the default 10pt font, the minimum thickness is now 144px, which leaves enough room for the labels to be at least partially visible. At lower panel widths, the applet displays its compact representation. |
Nate Graham <nate@kde.org> | no | upstream | https://invent.kde.org/plasma/plasma-desktop/-/commit/dec75f0da52562b719b4d259b9061a3665b6c16b | 2020-12-23 |
upstream-1be25dec-fix-crash-deleting-from-activity-manager.patch | [PATCH] Fix crash when deleting activity from activity manager When deleting activity from activity manager, the delete button is destroyed while handling onClicked signal. This happens because ActivitySettings.deleteActivity() is calling QMessageBox::question() that waits for user confirmation. Change deleteActivity call to use QMetaObject with QueuedConnection as the connectivity type. This allows the delete button to be destroyed without having to wait for user confirmation. |
Willyanto Willyanto <willyanto39@protonmail.com> | no | upstream | 2021-02-08 | |
plasma-desktop-dns.patch | Fix Denial of Service bug in Discover. | Dan Leinir Turthra Jensen <admin@leinir.dk> | not-needed |