[Bug 1037085] Re: 'disable-touchpad'-hardware-key is not enabling touchpad again

2013-07-14 Thread Aapo Rantalainen
I found another way to disable/enable touchpad from commandline:
gsettings set org.gnome.settings-daemon.peripherals.touchpad touchpad-enabled 
false
gsettings set org.gnome.settings-daemon.peripherals.touchpad touchpad-enabled 
true
This is working. But after touchpad breaks with hardware-button this will not 
bring it back.

*
After playing with gnome-settings-daemon (gsd):

gsd-media-keys-manager is handling three different touchpadkey-events:
{ TOUCHPAD_KEY, NULL, XF86TouchpadToggle },
{ TOUCHPAD_ON_KEY, NULL, XF86TouchpadOn },
{ TOUCHPAD_OFF_KEY, NULL, XF86TouchpadOff },
Where first (TOUCHPAD_KEY) is only which is really doing something about 
settings, two latters are only about showing info on screen. And this laptop is 
only sending these ON/OFF events.

I then commented out everything relating touchpad - Bug still triggers: 
Hardware-button disables touchpad, but doesn't enable it back (this time there 
are no visual icon on screen). 
*

What another process/application is handling media keys? (acpi_listen is
not showing it)


** Package changed: linux (Ubuntu) = gnome-settings-daemon (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1037085

Title:
  'disable-touchpad'-hardware-key is not enabling touchpad again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1037085/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 1037085] Re: 'disable-touchpad'-hardware-key is not enabling touchpad again

2013-07-14 Thread Aapo Rantalainen
And one more way to disable+enable touchpad:
xinput list | grep TouchPad
 - id=11

xinput set-prop 11 Device Enabled 0
xinput set-prop 11 Device Enabled 1

And for checking current status: xinput list-props 11 | grep Enabled

But this is not the way what hardware-button is using, and is not
helping when touchpad breaks.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1037085

Title:
  'disable-touchpad'-hardware-key is not enabling touchpad again

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1037085/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs