Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 202501 - gnome-extra/gsynaptics daemon dies with Unknown parameter CoastingSpeedThreashold
Summary: gnome-extra/gsynaptics daemon dies with Unknown parameter CoastingSpeedThreas...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Saleem Abdulrasool (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-16 18:39 UTC by Laurento Frittella (mrfree)
Modified: 2008-01-06 03:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
files/coasting_speed.patch (coasting_speed.patch,407 bytes, patch)
2008-01-04 13:57 UTC, Laurento Frittella (mrfree)
Details | Diff
gnome-extra/gsynaptics-0.9.13.ebuild (gsynaptics-0.9.13.ebuild,1.05 KB, text/plain)
2008-01-04 13:58 UTC, Laurento Frittella (mrfree)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.