[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2018-02-14 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=370588

Albert Astals Cid  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||aa...@kde.org
 Resolution|--- |FIXED

--- Comment #26 from Albert Astals Cid  ---
One day phabricator will stop being stupid and messing up my commits.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-10-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=370588

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

--- Comment #25 from Nate Graham  ---
There's a patch working its way through the review process that should fix
this: https://phabricator.kde.org/D3829

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-09-05 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=370588

Dr. Chapatin  changed:

   What|Removed |Added

 CC||yy...@gmx.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-08-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=370588

Christoph Feck  changed:

   What|Removed |Added

 CC||burne...@gmail.com

--- Comment #24 from Christoph Feck  ---
*** Bug 383145 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-08-27 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=370588

Christoph Feck  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

--- Comment #23 from Christoph Feck  ---
*** Bug 381307 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-08-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #22 from andydecle...@gmail.com ---
I honestly think this behavior is bad enough that the responsible thing to do
is remove the toggle shortcut altogether -- immediately -- until/unless it's
fixed (leaving the separate enable and disable shortcuts in place).

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-03-16 Thread Luca Weiss
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #21 from Luca Weiss  ---
I might have identified the issue.
propertyChanged() in xlibbackend.cpp doesn't get called (which calls
updateCurrentState() in kded.cpp) when the touchpad is disabled but is called
when it gets enabled. That leaves a part of the stack to believe that the
touchpad is still enabled and tries to set the touchpad to !isEnabled ->
disabled.
A very quick and dirty fix is adding "m_touchpadEnabled =
m_userRequestedState;" to the end of the toggle() method in kded.cpp which lets
the kded.cpp believe that the touchpad is disabled even though another part of
the stack still believes the touchpad is enabled (that's why it's "dirty").

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-03-15 Thread Raf
https://bugs.kde.org/show_bug.cgi?id=370588

Raf  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #20 from Raf  ---
*** This bug has been confirmed by popular vote. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-03-14 Thread Frederick Zhang
https://bugs.kde.org/show_bug.cgi?id=370588

Frederick Zhang  changed:

   What|Removed |Added

 CC||frederick...@gmail.com

--- Comment #19 from Frederick Zhang  ---
Same issue here. Using Plasma 5.9.3 on Arch.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-03-11 Thread Alan Mimms
https://bugs.kde.org/show_bug.cgi?id=370588

Alan Mimms  changed:

   What|Removed |Added

 CC||al...@unforgettable.com

--- Comment #18 from Alan Mimms  ---
This also affects me. I did the dbus-monitor experiment, hit the TOGGLE BUTTON
twice in succession, and the very same "toggle" even happened but the screen
showed the TOUCHPAD OFF display each time and the touchpad was, in fact, turned
off.

I have Dell XPS 9350 running KDE neon 5.9.3.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-01-12 Thread Raf
https://bugs.kde.org/show_bug.cgi?id=370588

Raf  changed:

   What|Removed |Added

 CC||raf...@gmail.com

--- Comment #17 from Raf  ---
I have the same problem. Touchpad toggle keyboard shortcut is only disabling
touchpad. You cannot enable touchpad using this shortcut. I have tried with
other key configurations and the result is the same. 

Hardware: Asus UX303 LN
Touchpad: FocalTechPS/2 FocalTech FocalTech Touchpad as
/devices/platform/i8042/serio4/input/input5
Kernel: 4.4.36-8-default
OS: openSUSE 42.2
KDE Plasma: 5.8.3
KF: 5.26.0
Qt: 5.6.1

--

As a workaround you have to assign different keyboard shortcuts for "touchpad
enable" and "touchpad disable" actions in systemsettings. Those shortcuts work
properly.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2017-01-07 Thread Marcelo Atie
https://bugs.kde.org/show_bug.cgi?id=370588

Marcelo Atie  changed:

   What|Removed |Added

 CC||marceloa...@gmail.com

--- Comment #16 from Marcelo Atie  ---
Same problem on ASUS K46CB

openSUSE Leap 42.2
KDE Plasma 5.8.3
KDE Frameworks 5.26.0
Qt 5.6.1
Kernel 4.4.36-8-default

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-12-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=370588

slartibar...@gmail.com changed:

   What|Removed |Added

 CC||slartibar...@gmail.com

--- Comment #15 from slartibar...@gmail.com ---
same problem on lenovo t420 laptop, kde, always reproducible.

touchpad toggle was working properly in fedora23/kde, but stopped in fedora25
(fresh install)
My workaround is to have the fn-touchpad toggle call a script which toggles the
touchpad.
Still annoying, though...

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-11-27 Thread nicholas
https://bugs.kde.org/show_bug.cgi?id=370588

nicholas  changed:

   What|Removed |Added

 CC||ndcunli...@gmail.com

--- Comment #14 from nicholas  ---
i have the same problem on ASUS UX305 (using the default mapping FN-F9) 
opensuse tumbleweed on 5.8.4. 
[i have had to map ctrl-F9 to enable touchpad to prevent lockout]

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-11-26 Thread Max
https://bugs.kde.org/show_bug.cgi?id=370588

Max  changed:

   What|Removed |Added

 CC||thesource...@gmail.com

--- Comment #13 from Max  ---
Same problem on ASUS N56VB

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-27 Thread Luca Weiss
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #12 from Luca Weiss  ---
Any new information?

-- 
You are receiving this mail because:
You are watching all bug changes.

[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-21 Thread Luca Weiss via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #11 from Luca Weiss  ---
(In reply to Rajeesh K V from comment #10)
> (In reply to Luca Weiss from comment #9)
> Thanks.
> 
> > signal time=1477047039.599343 sender=:1.13 -> destination=(null destination)
> > serial=1100 path=/component/kcm_touchpad;
> > interface=org.kde.kglobalaccel.Component; member=globalShortcutPressed
> >string "kcm_touchpad"
> >string "Toggle Touchpad"
> >int64 5992314
> > signal time=1477047041.263323 sender=:1.13 -> destination=(null destination)
> > serial=1101 path=/component/kcm_touchpad;
> > interface=org.kde.kglobalaccel.Component; member=globalShortcutPressed
> >string "kcm_touchpad"
> >string "Toggle Touchpad"
> >int64 5993987
> 
> Shortcut triggered twice in succession. Did you press the toggle shortcut
> twice, or just once?

"I pressed the toggle button two times"

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-21 Thread Rajeesh K V via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #10 from Rajeesh K V  ---
(In reply to Luca Weiss from comment #9)
Thanks.

> signal time=1477047039.599343 sender=:1.13 -> destination=(null destination)
> serial=1100 path=/component/kcm_touchpad;
> interface=org.kde.kglobalaccel.Component; member=globalShortcutPressed
>string "kcm_touchpad"
>string "Toggle Touchpad"
>int64 5992314
> signal time=1477047041.263323 sender=:1.13 -> destination=(null destination)
> serial=1101 path=/component/kcm_touchpad;
> interface=org.kde.kglobalaccel.Component; member=globalShortcutPressed
>string "kcm_touchpad"
>string "Toggle Touchpad"
>int64 5993987

Shortcut triggered twice in succession. Did you press the toggle shortcut
twice, or just once?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-21 Thread Luca Weiss via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #9 from Luca Weiss  ---
I pressed the toggle button two times. And it is always reproducible.

$ dbus-monitor "type='signal',interface='org.kde.kglobalaccel.Component'"
signal time=1477047033.062264 sender=org.freedesktop.DBus -> destination=:1.81
serial=2 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;
member=NameAcquired
   string ":1.81"
signal time=1477047033.062294 sender=org.freedesktop.DBus -> destination=:1.81
serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;
member=NameLost
   string ":1.81"

signal time=1477047039.599343 sender=:1.13 -> destination=(null destination)
serial=1100 path=/component/kcm_touchpad;
interface=org.kde.kglobalaccel.Component; member=globalShortcutPressed
   string "kcm_touchpad"
   string "Toggle Touchpad"
   int64 5992314
signal time=1477047041.263323 sender=:1.13 -> destination=(null destination)
serial=1101 path=/component/kcm_touchpad;
interface=org.kde.kglobalaccel.Component; member=globalShortcutPressed
   string "kcm_touchpad"
   string "Toggle Touchpad"
   int64 5993987

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-21 Thread Rajeesh K V via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #8 from Rajeesh K V  ---
Is this issue always reproducible?
The problem I experience is when waking from sleep, touchpad is disabled
(likely a kernel issue). Other than that, touchpad toggle is working as
expected.

Run the below command before you press touchpad toggle short cut and report the
output:
dbus-monitor "type='signal',interface='org.kde.kglobalaccel.Component'"

If possible, can you revert commit cf0bf81ccd4c7f8afacda7084978af719340a138
(you may need to revert ca23c39229d607fa45a2d862b44233163853739b first) and
check if the issue persists?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-18 Thread S . Christian Collins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

S. Christian Collins  changed:

   What|Removed |Added

 CC||s_chriscoll...@hotmail.com

--- Comment #7 from S. Christian Collins  ---
Also experiencing this bug.

** My System **
OS: KDE Neon 5.8.1 64-bit (Plasma Desktop 5.8.1, KDE Frameworks 5.27.0, Qt
5.7.0)
PC: HP Pavilion m6-1035dx
CPU/GPU: AMD A10-4600M APU with Radeon HD 7660G Graphics (using xorg radeon
driver)
Linux Kernel: 4.4.0.43-generic

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-16 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #6 from andydecle...@gmail.com ---
HP Zbook Studio G3 over here.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-16 Thread Luca Weiss via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #5 from Luca Weiss  ---
(In reply to Rajeesh K V from comment #4)
> Can you also confirm the hardware? Is it by chance a Lenovo Yoga laptop?

It's a Asus ROG G550JK

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-15 Thread Rajeesh K V via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #4 from Rajeesh K V  ---
Can you also confirm the hardware? Is it by chance a Lenovo Yoga laptop?

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-14 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #3 from andydecle...@gmail.com ---
292 libinput Tapping Enabled
293 libinput Tapping Enabled Default
294 libinput Tapping Drag Enabled
295 libinput Tapping Drag Enabled Default
296 libinput Tapping Drag Lock Enabled
297 libinput Tapping Drag Lock Enabled Default
298 libinput Tapping Button Mapping Enabled
299 libinput Tapping Button Mapping Default

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-13 Thread Luca Weiss via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

--- Comment #2 from Luca Weiss  ---
I have the same problem (also in 5.7):

$ xlsatoms | grep -i tap
306 libinput Tapping Enabled
307 libinput Tapping Enabled Default
308 libinput Tapping Drag Enabled
309 libinput Tapping Drag Enabled Default
310 libinput Tapping Drag Lock Enabled
311 libinput Tapping Drag Lock Enabled Default
312 libinput Tapping Button Mapping Enabled
313 libinput Tapping Button Mapping Default

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-13 Thread Rajeesh K V via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

Rajeesh K V  changed:

   What|Removed |Added

 CC||rajeeshknamb...@gmail.com

--- Comment #1 from Rajeesh K V  ---
Can you confirm the input driver?
$xlsatoms | grep -i tap

I have observed this behaviour in 5.8 as well, but there was no code change in
touchpad daemon affecting this. Will take a closer look.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Touchpad-KCM] [Bug 370588] Global keyboard shortcut for KDE Daemon:Toggle Touchpad actually maps to Disable Touchpad

2016-10-13 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370588

Christoph Feck  changed:

   What|Removed |Added

Version|5.8.0   |unspecified
Product|systemsettings  |Touchpad-KCM
   Assignee|k...@michael-jansen.biz  |rajeeshknamb...@gmail.com
  Component|kcm_keys|daemon

-- 
You are receiving this mail because:
You are watching all bug changes.