atareao / Touchpad-Indicator

An indicator for the touchpad
http://www.atareao.es
GNU General Public License v3.0
127 stars 22 forks source link

Crashes on start on Ubuntu 14.04 #26

Open anishchopra opened 6 years ago

anishchopra commented 6 years ago

I can't launch touchpad-indicator, it just crashes when I try to start it. Here's the output of running xinput:

⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Apple Inc. Magic Trackpad 2 id=9 [slave pointer (2)] ⎜ ↳ Logitech USB Optical Mouse id=10 [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)] ↳ Power Button id=7 [slave keyboard (3)] ↳ Apple Inc. Magic Keyboard with Numeric Keypad id=8 [slave keyboard (3)] ↳ Eee PC WMI hotkeys id=11 [slave keyboard (3)]

And this is the output of running xinput list-props 9:

Device 'Apple Inc. Magic Trackpad 2': Device Enabled (153): 1 Coordinate Transformation Matrix (155): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 Device Accel Profile (274): 0 Device Accel Constant Deceleration (275): 1.000000 Device Accel Adaptive Deceleration (276): 1.000000 Device Accel Velocity Scaling (277): 10.000000 Device Product ID (270): 1452, 613 Device Node (271): "/dev/input/event3" Evdev Axis Inversion (278): 0, 0 Evdev Axes Swap (280): 0 Axis Labels (281): "Rel X" (163), "Rel Y" (164) Button Labels (282): "Button Left" (156), "Button Middle" (157), "Button Right" (158), "Button Wheel Up" (159), "Button Wheel Down" (160) Evdev Scrolling Distance (283): 0, 0, 0 Evdev Middle Button Emulation (284): 0 Evdev Middle Button Timeout (285): 50 Evdev Third Button Emulation (286): 0 Evdev Third Button Emulation Timeout (287): 1000 Evdev Third Button Emulation Button (288): 3 Evdev Third Button Emulation Threshold (289): 20 Evdev Wheel Emulation (290): 0 Evdev Wheel Emulation Axes (291): 0, 0, 4, 5 Evdev Wheel Emulation Inertia (292): 10 Evdev Wheel Emulation Timeout (293): 200 Evdev Wheel Emulation Button (294): 4 Evdev Drag Lock Buttons (295): 0

alito commented 6 years ago

Do you have the backtrace that the program outputs to the console. ie what does it output if you write

$ touchpad-indicator

on the command line?