https://bugs.kde.org/show_bug.cgi?id=510505
Zamundaaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/aa1ef87435 |ma/kwin/-/commit/3c5941c42c |56208f6ffc2a3e16dc838dbd043 |b88aadbac7a4d046318e078d459 |aa6 |cce --- Comment #6 from Zamundaaa <[email protected]> --- Git commit 3c5941c42cb88aadbac7a4d046318e078d459cce by Xaver Hugl. Committed on 20/10/2025 at 12:15. Pushed by zamundaaa into branch 'Plasma/6.4'. backends/libinput: Fixed Device::setOutputName not changing the output Commit f860be3a intoduced a bug where changing target display for touchscreen or tablet once would prevent it being changed again. It is caused by setOutputName method updating the output only if m_outputUuid is not already set. This change makes both setOutputName and setOutputUuid update stored name UUID and pointer to output screen and update "OutputUuid" property in the config file. setConfigOutputName will change the output only if it is not already set. It is only used for loading from config and needed for backwards compatibility with config file created before matching display by UUID was introduced. (cherry picked from commit aa1ef8743556208f6ffc2a3e16dc838dbd043aa6) Co-authored-by: Roman Kolbaskin <[email protected]> M +24 -12 src/backends/libinput/device.cpp https://invent.kde.org/plasma/kwin/-/commit/3c5941c42cb88aadbac7a4d046318e078d459cce -- You are receiving this mail because: You are watching all bug changes.
