Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
add_sddm_debian_breeze.patch | Add sddm's debian-breeze theme Breeze with Debian's default background |
Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> | no | 2017-06-16 | ||
enable_debianabimanager.diff | no | |||||
allow_uxterm_overrides.diff | Allow xterm/uxterm resources overrides Using the lower case instance refers to application name instead to the window class and has higher priority than setting the window class. This prohibits the use of different classes for the same application, something used by the xterm/uxterm users. This changes the resource mangling to just set the default classes allowing the users to override them. |
Thorsten Glaser <tg@mirbsd.de> | no | debian | 2015-09-15 | |
upstream_5.21+lts_lookandfeel_Avoid_rendering_invisible_contents.patch | [PATCH] [lookandfeel] Avoid rendering invisible contents An opacity of 0 but still visible still results in nodes in the scenegraph, which is wasteful. This is shown in gammaray with some warnings. . Enabled is also bound to visible as if a text field has focus it still animates the cursor icon even if inivisble, producing wakeups. . BUG: 347772 FIXED-IN: 5.21 . (cherry picked from commit 45e0a722fb85bb5d1ab8bef92080e934254b13aa) |
David Edmundson <kde@davidedmundson.co.uk> | yes | 2021-01-07 | ||
upstream_5.21+lts_lookandfeel_Fix_wake_existing_screensaver_mode_with_key_presses.patch | [PATCH] [lookandfeel] Fix wake existing screensaver mode with key presses In commit 45e0a722fb85bb5d1ab8bef92080e934254b13aa we changed the focus on the textfield with the intention of fixing the cusor blinking. . This had the unfortunate side effect of breaking waking out of the screensaver mode with just the keyboard. . That screensaver mode was bound to: ``` property bool blockUI: mainBlock.mainPasswordBox.text.length > 0 ``` for that to change, we need to have focus. . Instead this patches cursor blinking more explicity. . Doing it only in the lock screen (as opposed to the toolkit) makes sense as this only happens due to somewhat unusual usage inside the lockscreen. . BUG: 431286 . . (cherry picked from commit 2cbd7e4c70d0592d16cdaf58ed43effe4a716aa4) |
David Edmundson <kde@davidedmundson.co.uk> | yes | 2021-01-08 | ||
upstream_5.21+lts_startplasma-wayland_Fix_XKB_variable_setup.patch | [PATCH] startplasma-wayland: Fix XKB variable setup When this was ported to C++, it missed the actual variable assignments. . (cherry picked from commit 76088e21ea2ec09d13bd462d61c4b8ffc7bc4729) |
Fabian Vogt <fabian@ritter-vogt.de> | no | https://invent.kde.org/plasma/plasma-workspace/-/commit/b75f2119cd741cc1fc2cd64351d7b0b40a30fc45 | 2021-01-18 | |
upstream-00fee348-fix-wallpaper-knsrc-use-command.patch | [PATCH] Fix the wallpaper knsrc use commands Prior to this change, the use commands would fail if the wallpaper download payload had a space in the filename (caused, paradoxically, by the method used to ensure the payload is escaped for shell use). |
Dan Leinir Turthra Jensen <admin@leinir.dk> | no | 2021-02-05 | ||
upstream_5.21_2fbdc187_evaluate_single_digit_factorial.patch | [PATCH] Evaluate single digit factorial | Alexander Lohnau <alexander.lohnau@gmx.de> | no | upstream | backport, https://invent.kde.org/plasma/plasma-workspace/-/commit/2fbdc187d56050a1c0475e3081637f587757d841 | 2020-12-12 |
upstream_5.21_292d9d19_calculator_runner_Fix_handling_of_hexadecimal_input_output.patch | [PATCH] calculator runner: Fix handling of hexadecimal input/output - In case our query starts with 0x123abc we do not call the `userFriendlyMultiplication` method which replaces the x sign with the multiplication operator. We can be sure that the user wants to parse a hex value. Also the `=` is not mandatory anymore. - The hex=mydecimalnumber functionality was broken. The conversion of the hex value is only done inside of the if statement and before the values will be the same, unless we do some math operation. . Test Plan: `=0xf` returns 15 `0xf` return 15 `7x7` returns 49 `hex=15` returns 0xF `hex=14+1` returns 0xF . BUG: 431362 FIXED-IN: 5.21 |
Alexander Lohnau <alexander.lohnau@gmx.de> | no | upstream, https://invent.kde.org/plasma/plasma-workspace/-/commit/292d9d19250a81757128666c6b3784c41b3e1697 | 2021-01-13 | |
upstream_5.21_a3b017cc_calculatorrunner_fix_mixed_hex+decimal_calculations.patch | [PATCH] calculatorrunner: Fix mixed hex+decimal calculations | Alexander Lohnau <alexander.lohnau@gmx.de> | no | upstream | upstream, https://invent.kde.org/plasma/plasma-workspace/commit/a3b017ccb56be918163fed350e181ec4fd57db73 | 2021-02-18 |
0001-Authenticate-local-clients.patch | Authenticate local clients ksmserver currently authenticates remote clients, but allows local connections through. This is a security risk that can allow another user on the same system to access the user's session management session without authentication. |
David Edmundson <kde@davidedmundson.co.uk> | no | 2024-04-13 |