mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
|
||
---|---|---|
.. | ||
icon | ||
src | ||
CMakeLists.txt | ||
COPYING | ||
Messages.sh | ||
README.md |
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:
- KDE reviewboard, repository "kcm-touchpad". The repository contains a .reviewboardrc file.
- GitHub with pull request.