Bug 465991 - No autodisable touchpad function when connecting a mouse
Summary: No autodisable touchpad function when connecting a mouse
Status: RESOLVED DUPLICATE of bug 415364
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_touchpad (show other bugs)
Version: 5.24.4
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-18 11:23 UTC by Volodymyr
Modified: 2023-02-18 21:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Opensuse 15.2 has an auto-disable touchpad function (118.97 KB, image/png)
2023-02-18 11:23 UTC, Volodymyr
Details
OpenSuse 15.4 no has auto-disable touchpad function (277.80 KB, image/png)
2023-02-18 13:25 UTC, Volodymyr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volodymyr 2023-02-18 11:23:34 UTC
Created attachment 156425 [details]
Opensuse 15.2 has an auto-disable touchpad function

No auto-disable touchpad function when connecting a mouse

STEPS TO REPRODUCE
1. System Settings 
2. Input Devices
3. Touchpad

OBSERVED RESULT
no function  - Disable touchpad when mouse is plugged in

EXPECTED RESULT
This function is available in OpenSuse 15.2, but not in version OpenSuse 15.4.
The Kubuntu 22.04 operating system also does not have this function.
I looked at the code https://invent.kde.org/plasma/plasma-desktop/-/tree/Plasma/5.24/kcms/touchpad/kded
kded.cpp  -  this message feature is   

if (!newState && disable) {
        showNotification("TouchpadDisabled", i18n("Touchpad was disabled because a mouse was plugged in"));
 
Please add this functionality. I understood that it will be easy for you to add it. I am asking not only for myself, but also for thousands of KDE users.

SOFTWARE/OS VERSIONS

Linux:  OpenSuse 15.4 
KDE Plasma Version:  5.24.4
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Graphics platform: X11
Driver touchpad: libinput
Comment 1 Volodymyr 2023-02-18 13:25:34 UTC
Created attachment 156434 [details]
OpenSuse 15.4 no has auto-disable touchpad function
Comment 2 Patrick Silva 2023-02-18 21:38:09 UTC

*** This bug has been marked as a duplicate of bug 415364 ***