← Back to team overview

desktop-packages team mailing list archive

[Bug 853999] Re: [System76 Lemur] Touchpad tab in mouse capplet is no longer present

 

Do you still get the issue? Could you do an "xinput list 11"?

g-c-c gsd-input-helper.c seems to do that

"        prop = XInternAtom (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), "Synaptics Off", False);
        if (!prop)
                return FALSE;

        gdk_error_trap_push ();
        if ((XGetDeviceProperty (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), xdevice, prop, 0, 1, False,
                                XA_INTEGER, &realtype, &realformat, &nitems,
                                &bytes_after, &data) == Success) && (realtype != None)) {
                gdk_error_trap_pop_ignored ();
                XFree (data);
                return TRUE;
        }
        gdk_error_trap_pop_ignored ();"

you could maybe look at where it's going wrong for your device?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/853999

Title:
  [System76 Lemur] Touchpad tab in mouse capplet is no longer present

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  I remember I was able to adjust my touchpad settings in the mouse
  capplet, but looking there again recently, I find this is no longer
  the case.  I believe the tab should be appearing.

  Here's my xinput list:

  ⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
  ⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
  ⎜   ↳ PS/2 Synaptics TouchPad                 	id=11	[slave  pointer  (2)]
  ⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
      ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
      ↳ Power Button                            	id=6	[slave  keyboard (3)]
      ↳ Video Bus                               	id=7	[slave  keyboard (3)]
      ↳ Power Button                            	id=8	[slave  keyboard (3)]
      ↳ Sleep Button                            	id=9	[slave  keyboard (3)]
      ↳ AT Translated Set 2 keyboard            	id=10	[slave  keyboard (3)]

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-control-center 1:3.1.91-0ubuntu8
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic i686
  ApportVersion: 1.23-0ubuntu1
  Architecture: i386
  CheckboxSubmission: 9a284f3f6b4f7829abbe27ad9573a709
  CheckboxSystem: 3935143777c965daaa64b51f0134f712
  Date: Mon Sep 19 12:31:19 2011
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110422)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to oneiric on 2011-07-27 (54 days ago)
  usr_lib_gnome-control-center:
   deja-dup           19.92-0ubuntu1
   empathy            3.1.91-0ubuntu2
   gnome-bluetooth    3.1.4-0ubuntu2
   indicator-datetime 0.2.95-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/853999/+subscriptions


References