Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 202501

Summary: gnome-extra/gsynaptics daemon dies with Unknown parameter CoastingSpeedThreashold
Product: Gentoo Linux Reporter: Laurento Frittella (mrfree) <laurento.frittella>
Component: Current packagesAssignee: Saleem Abdulrasool (RETIRED) <compnerd>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: files/coasting_speed.patch
gnome-extra/gsynaptics-0.9.13.ebuild

Description Laurento Frittella (mrfree) 2007-12-16 18:39:16 UTC
Affected version both 0.9.7 (stable) and 0.9.10 (keyworded)

$ gsynaptics-init 

** (gsynaptics-init:18616): WARNING **: Using synclient
Unknown parameter CoastingSpeedThreashold
Comment 1 Laurento Frittella (mrfree) 2007-12-16 18:49:37 UTC
I've just tried the latest version 0.9.13, not in portage yet... same problem
Comment 2 Saleem Abdulrasool (RETIRED) gentoo-dev 2007-12-23 21:13:31 UTC
The parameter that I think you are looking for is CoastingSpeed.  There is no CoastingSpeedThreashold (which seems like a typo on your part, it should be CoastingSpeedThreshold).
Comment 3 Laurento Frittella (mrfree) 2007-12-23 21:41:14 UTC
I haven't set any option manually. I should try to delete the gsynaptic configuration but I haven't find any config find neither gconf entry. Suggestions?
Comment 4 Laurento Frittella (mrfree) 2008-01-04 13:57:44 UTC
Created attachment 140059 [details, diff]
files/coasting_speed.patch

Take a look at g_synaptics_set_coasting_enabled() in src/gsynaptic.c file, the bug is there. The attached patch should solve it.
Comment 5 Laurento Frittella (mrfree) 2008-01-04 13:58:37 UTC
Created attachment 140061 [details]
gnome-extra/gsynaptics-0.9.13.ebuild

This ebuild simply apply the attached patch.
Comment 6 Laurento Frittella (mrfree) 2008-01-04 13:58:57 UTC
reopening...
Comment 7 Saleem Abdulrasool (RETIRED) gentoo-dev 2008-01-06 03:29:52 UTC
Thanks for the patch, Ive commited it to portage, along with another patch that I had written up to drop the libgnome dep.