Summary: | gnome-extra/gsynaptics daemon dies with Unknown parameter CoastingSpeedThreashold | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Laurento Frittella (mrfree) <laurento.frittella> |
Component: | Current packages | Assignee: | 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
I've just tried the latest version 0.9.13, not in portage yet... same problem 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). 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? 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.
Created attachment 140061 [details]
gnome-extra/gsynaptics-0.9.13.ebuild
This ebuild simply apply the attached patch.
reopening... Thanks for the patch, Ive commited it to portage, along with another patch that I had written up to drop the libgnome dep. |