kde-workspace/kcontrol/touchpad
Ivailo Monev 0b5380b768 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-09 22:04:01 +02:00
..
icon generic: major build system cleanup 2015-09-01 04:37:19 +03:00
src generic: misc cleanups 2016-01-09 22:04:01 +02:00
CMakeLists.txt generic: build system cleanups 2015-10-31 13:36:29 +02:00
COPYING kcontrol: import working touchpad KCM 2015-07-24 21:34:55 +03:00
Messages.sh kcontrol: import working touchpad KCM 2015-07-24 21:34:55 +03:00
README.md kcontrol: import working touchpad KCM 2015-07-24 21:34:55 +03:00

Touchpad KCM

  • KCModule
  • Daemon
    • Automatically enable/disable touchpad when typing and/or when mouse is plugged in
    • Enable/disable touchpad with keyboard shortcuts
  • Applet
    • Shows touchpad's state
    • Toggle touchpad with single click

Dependencies

  • KDElibs 4
  • Xlib
  • xcb
  • xf86-input-synaptics (headers are required to build)

How to install

$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX="$(kde4-config --prefix)" ..
$ make
# make install

Packages

Translations

Translations live in KDE's svn repository. If they aren't shipped as part of KDE l10n packages, translations could be built and installed by adding -DTRANSLATIONS="lang1 lang2 ..." to cmake command line. Language names are the same as in .desktop files. .po files are fetched from svn repository automatically. If downloading isn't possible, .po files could be placed in source directory under names "kcm_touchpad_lang1.po" and "plasma_applet_touchpad_lang1.po", where "lang1" is replaced with proper language name.

Bugs

Bugs should be reported to KDE Bugzilla, product: Touchpad KCM

Patches

I'm always happy to accept patches at: