
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KSynaptics is a control center module that enables users to take full advantage of their mobiles' synaptics touch pad. It depends on the XFree's synaptics driver and offers the following features:
*adjustable pressure sensitivity
*tapping configuration / smart tapping
*mouse button emulation
*circular scrolling
*smart mode
Check it out, if you prefer Qt, there's also an Qt-based version available.
13 years ago
DEVELOPMENT STOPPED - READ http://qsynaptics.sourceforge.net/
You can use touchfreeze instead...
NEW: ksynaptics 0.3.3
* new mouse button icons
* syndock would run in smart mode even if disabled in ksynaptics
NEW: libsynaptics 0.14.6c and ksynaptics 0.3.2
libynaptics has been rewritten and breaks backwards-compatibility (API and ABI).
Now the nasty syndock crash on KDE logouts should be addressed.
Please install libsynaptics prior to ksynaptics, I really do hope there's enough time left that feisty will get official debs in their repos :)
NEW: proposal for a new UI design which will be introduced by the next Qt4-based qsynaptics release.
Please drop me some comments on how to
change/improve it.
And yes, I really could use some helping hands there :)
(Note that you need to compile it with Qt4 and libsynaptics, though no functionality is implemented yet!)
* libsynaptics 0.14.6b fixes an autotool related compiler problem, please use it instead of 0.14.6a
NEW: libsynaptics 0.14.6a
* supports latest synaptics driver
NEW: libsynaptics 0.14.5a (debug)
* supports latest synaptics driver
NEW: ksynaptics-0.3.1 & libsynaptics 0.14.4d
fixing use cases when
*no driver is installed
*wrong driver version is installed
*no shm access possible
fixing message boxes
disabling menu items in syndock if pad is not accessible
disabling menu items in kcm when pad is not accessible / switched off
adapted to upcoming libsynaptics 0.14.4d
fixing a compilation issue with XOrg in libsynaptics
NEW: ksynaptics-0.3.0
*smart mode has been rewritten
*kcm and syndock depend on libsynaptics
*many bugfixes
*special thanks to mETz (Stefan Gehn) for working on syndock!
*code cleanups / bugfixes
NEW: ksynaptics-0.2.4
2005-28-10
*added german translation to ksynaptics.desktop
*added syndock.desktop for autostart on login (which is the recommended way to do it!)
*improved german translation
2005-06-11
*adapted to latest driver release ( 0.14.4 )
2005-19-12
*adapted to new libtool version
*added a warning text to the "general" tab page
This is a maintenance release without new features for those who want to use the latest (0.14.4) driver version.
If you use 0.14.3 you have to keep to ksynaptics version 0.2.3!
LIBSYNAPTICS
libsynaptics is an effort to eliminate version related problems in ksynaptics by providing upwards compatibility above new Xorg touch pad driver releases. This version of the library supports the latest driver version (0.14.4) only and will be updated on each driver release.
This release is done for experienced users and developers only, this is no new ksynaptics release (although the new, soon-coming ksynaptics release will depend on it!).
I encourage people having the latest driver version installed to download and test this version, and send me some feedback, for ensuring a less-buggy 0.3.0 release :)
Coming soon to a mirror next to you:
ksynaptics 0.3.0
13 years ago
DEVELOPMENT STOPPED - READ http://qsynaptics.sourceforge.net/
You can use touchfreeze instead...
NEW: ksynaptics 0.3.3
* new mouse button icons
* syndock would run in smart mode even if disabled in ksynaptics
NEW: libsynaptics 0.14.6c and ksynaptics 0.3.2
libynaptics has been rewritten and breaks backwards-compatibility (API and ABI).
Now the nasty syndock crash on KDE logouts should be addressed.
Please install libsynaptics prior to ksynaptics, I really do hope there's enough time left that feisty will get official debs in their repos :)
NEW: proposal for a new UI design which will be introduced by the next Qt4-based qsynaptics release.
Please drop me some comments on how to
change/improve it.
And yes, I really could use some helping hands there :)
(Note that you need to compile it with Qt4 and libsynaptics, though no functionality is implemented yet!)
* libsynaptics 0.14.6b fixes an autotool related compiler problem, please use it instead of 0.14.6a
NEW: libsynaptics 0.14.6a
* supports latest synaptics driver
NEW: libsynaptics 0.14.5a (debug)
* supports latest synaptics driver
NEW: ksynaptics-0.3.1 & libsynaptics 0.14.4d
fixing use cases when
*no driver is installed
*wrong driver version is installed
*no shm access possible
fixing message boxes
disabling menu items in syndock if pad is not accessible
disabling menu items in kcm when pad is not accessible / switched off
adapted to upcoming libsynaptics 0.14.4d
fixing a compilation issue with XOrg in libsynaptics
NEW: ksynaptics-0.3.0
*smart mode has been rewritten
*kcm and syndock depend on libsynaptics
*many bugfixes
*special thanks to mETz (Stefan Gehn) for working on syndock!
*code cleanups / bugfixes
NEW: ksynaptics-0.2.4
2005-28-10
*added german translation to ksynaptics.desktop
*added syndock.desktop for autostart on login (which is the recommended way to do it!)
*improved german translation
2005-06-11
*adapted to latest driver release ( 0.14.4 )
2005-19-12
*adapted to new libtool version
*added a warning text to the "general" tab page
This is a maintenance release without new features for those who want to use the latest (0.14.4) driver version.
If you use 0.14.3 you have to keep to ksynaptics version 0.2.3!
LIBSYNAPTICS
libsynaptics is an effort to eliminate version related problems in ksynaptics by providing upwards compatibility above new Xorg touch pad driver releases. This version of the library supports the latest driver version (0.14.4) only and will be updated on each driver release.
This release is done for experienced users and developers only, this is no new ksynaptics release (although the new, soon-coming ksynaptics release will depend on it!).
I encourage people having the latest driver version installed to download and test this version, and send me some feedback, for ensuring a less-buggy 0.3.0 release :)
Coming soon to a mirror next to you:
ksynaptics 0.3.0
fab
16 years ago
Fab
Report
hugorodrig
16 years ago
Please add this kcm to KDE's CVS so everyone can use it. I believe this is not possible for KDE 3.4, but it definitly needs to get into KDE 3.5 (as I read on cvsdigest that 3.5 should be a reality before KDE 4.0).
Thanx for all your work.
Report
katakombi
16 years ago
Actually ksynaptics is in KDE CVS (formerly kdenonbeta, now in kdereview), but I think it won't make it into the next major KDE default release.
I see no problem in having it either in KDE 3.5 or KDE 4.0 (whatever comes after 3.4)
Report
AltCtrl007
16 years ago
Report
beetle
16 years ago
While ./configure I got this message:
checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
No information in the log. I've tried to do it using --with-qt-dir argument, but the same error. Any idea?
Thanks in advance.
Report
katakombi
16 years ago
You need qt-mt-dev, the multithreaded version.
I think you could try also ./configure --disable-mt
Report
ajitkamat
16 years ago
I am also facing the same problem...
I tried giving --disable-mt option...it still did not work...the error is:
checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
I am using Mandrake 10 and KDE 3.2.
The path for qt3 lib is /usr/lib/qt3/lib. The Qt version is 3.2 and the multithreaded Qt library (qt-mt) is available in this directory.
Please help!!!
Thanks,
~Ajit
Report
jasko22
16 years ago
LDFLAGS=-L/usr/lib/qt3/lib
./configure --enable-libsuffix=32
Report
ajitkamat
16 years ago
Here is what I have tried and got things moving a bit...
Changed the QT version specified in "configure.in" file in the top-level directory of ksynaptics.
Do the following:
1. Change the line
KDE_USE_QT(3.3)
to
KDE_USE_QT(3.2)
2. Delete the "configure" file in the top-level directory.
3. Run autoconf from the top-level directory. This will generate the "configure" file.
Now open the ksdlg.ui file under directory ksynaptics/src using QT Designer. Save the file from QT designer. This is required to convert the 3.3 version file to 3.2 version.
Run "configure" from the top-level directory and then fire a "make".
For me the build fails with following error:
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o kcm_ksynaptics.la -rpath /usr/lib/kde3 -module -avoid-version -L/usr/X11R6/lib -L/usr/lib/qt3//lib -L/usr/lib -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined ksynaptics.lo syntp.lo myframe.lo ksdlg.lo -lkdeui
grep: /usr/X11R6/lib/libGL.la: No such file or directory
/bin/sed: can't read /usr/X11R6/lib/libGL.la: No such file or directory
libtool: link: `/usr/X11R6/lib/libGL.la' is not a valid libtool archive
make[3]: *** [kcm_ksynaptics.la] Error 1
make[3]: Leaving directory `/home/foo/ksynaptics-0.1.2/ksynaptics/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/foo/ksynaptics-0.1.2/ksynaptics'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/foo/ksynaptics-0.1.2'
make: *** [all] Error 2
Any idea how to resolve this? I think this is an issue with KDE/QT version. The application was developed with higher version of KDE/QT than the one I have (KDE 3.2/QT 3.2).
Thanks,
~Ajit
Report
beetle
16 years ago
I've tried but it doesn't work. First I tried to found the qt-mt-dev package, but I couldn not figure out what is the name in Mandrake distribution. Then I have used the --disable-mt option, but the script complaints about qt lib. I know I have devel qt libs in /usr/lib/qt3. Any ideas?'
Thanks in advance
Report
jasko22
16 years ago
I'm using SuSE Linux 9.1 Pro 64bit and to execute ./configure I use this :
./configure --enable-libsuffix=64
and the result is :
.....
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/lib/qt3/lib64, headers /usr/lib/qt3/include using -mt
checking for moc... /usr/lib/qt3/bin/moc
checking for uic... /usr/lib/qt3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /opt/kde3/lib64, headers /opt/kde3/include
checking if UIC has KDE plugins available... yes
checking for KDE paths... defaults
.....
hope it will help you.
Report
benjaminisant
16 years ago
I'd like it to be integrated in kde
It made my touch pad my friend again (I discovered touchpad scrolling :)
Report
katakombi
16 years ago
I'd love to avoid as many as possible in future releases.
* ksdlg.ui - wrong path
* missing "#include
I updated the tar balls and hope these fixes all problems at last :)
Report
sphincter
16 years ago
if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/kde3/include -I/usr/lib/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT ksynaptics.lo -MD -MP -MF ".deps/ksynaptics.Tpo" -c -o ksynaptics.lo ksynaptics.cpp; \
then mv -f ".deps/ksynaptics.Tpo" ".deps/ksynaptics.Plo"; else rm -f ".deps/ksynaptics.Tpo"; exit 1; fi
ksynaptics.cpp:26:19: ksdlg.h: No such file or directory
ksynaptics.cpp:29:19: ksdlg.h: No such file or directory
ksynaptics.cpp: In constructor `ksynaptics::ksynaptics(QWidget*, const char*,
const QStringList&)':
p here for me:
Report
hoernerfranz
16 years ago
/home/katakombi/project/kdenonbeta/ksynaptics/src/myframe.h
which doesn't compile -
should be changed to
myframe.h
Report
katakombi
16 years ago
Thanks for the hint - how could that happen?
I'll update my page fixed tarballs :)
Report
katakombi
16 years ago
You need to install from source the latest tarball available under
http://w1.894.telia.com/~u89404340/touchpad/index.html
If you use an rather exotic distribution, make sure you can run synclient and syndaemon
from command line.
If you don't, it's contained in the drivers tarball.
Report
katakombi
16 years ago
You need to install from source the latest tarball available under
http://w1.894.telia.com/~u89404340/touchpad/index.html
If you use an rather exotic distribution, make sure you can run synclient and syndaemon
from command line.
If you don't, it's contained in the drivers tarball.
Report