Package: krdp / 6.3.5-1
Metadata
Package | Version | Patches format |
---|---|---|
krdp | 6.3.5-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
upstream_mr_69_add support for freerdp3.patch | (download) |
CMakeLists.txt |
12 9 + 3 - 0 ! |
[patch] add support for freerdp3 |
upstream_18539a15_Fix mouse wheel scrolling issue.patch | (download) |
src/InputHandler.cpp |
12 6 + 6 - 0 ! |
[patch] fix mouse wheel scrolling issue Currently, mouse wheel scrolling via KRDP triggers screen corners when using xfreerdp under Wayland environment. |
upstream_f3b3199f_kcm Set new quality default to 75 minimum quality to 50.patch | (download) |
src/kcm/krdpserversettings.kcfg |
2 1 + 1 - 0 ! |
[patch] kcm: set new quality default to 75, minimum quality to 50 The qualities below 50 are rather poor and any gained responsiviness does not really help when you can't see what you're doing. Instead, set the minimum quality value to 50, where it's still legible. Set default quality to 75, which is around middle of the slider, and should work well for most cases. |
upstream_2a193038_AbstractSession Fix deprecated setActive calls.patch | (download) |
src/AbstractSession.cpp |
12 9 + 3 - 0 ! |
[patch] abstractsession: fix deprecated setactive calls setActive is deprecated and seems to have caused issues with restoring sessions. Use start and stop here instead. Also move the Q_EMIT started() after the start method. |
upstream_31faf21d_SessionController Start the initialization session.patch | (download) |
server/SessionController.cpp |
1 1 + 0 - 0 ! |
[patch] sessioncontroller: start the initialization session The initialization session was never ran here |
upstream_e2b88aaa_Support horizontal wheel event.patch | (download) |
src/InputHandler.cpp |
15 11 + 4 - 0 ! |
[patch] support horizontal wheel event |