Opened 22 months ago
Closed 22 months ago
#386 closed System Defect (fixed)
Sliders don't move in the Input Device Preferences control panel under LXDE spin
| Reported by: | gcooper | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | System Configuration | Version: | 9.0-BETA1 |
| Keywords: | Cc: | trac-bugs@… |
Description
Procedure:
Go to system -> control panel -> "input device preferences".
Expected result:
I can adjust the slider settings for both the keyboard and mouse.
Actual result:
The acceleration and sensitivity for both panels are set to 0 and I can't change them.
Notes:
- PCBSD 9.0BETA-1.5
- LXDE spin
- xterm output:
The terminal says (had to truss pc-controlpanel to get the actual command):
$ /usr/local/bin/lxinput
(lxinput:57812): Gtk-WARNING : Failed to get constuct only property adjustment of mouse_accel with value `mouse_accel_adj'
(lxinput:57812): Gtk-WARNING : Failed to get constuct only property adjustment of mouse_threshold with value `mouse_threshold_adj'
(lxinput:57812): Gtk-WARNING : Failed to get constuct only property adjustment of kb_delay with value `kb_daley_adj'
(lxinput:57812): Gtk-WARNING : Failed to get constuct only property adjustment of kb_interval with value `kb_interval_adj'
This should be isolated as either a PCBSD package or a generic FreeBSD package issue and potentially be pushed back to the FreeBSD maintainer and/or the LXDE folks.
Change History (1)
comment:1 Changed 22 months ago by kris
- Resolution set to fixed
- Status changed from new to closed

Found this:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/830062
This bug should be fixed in the upcoming BETA2 which has the newer GTK2 libraries now :)