Warning: session_start(): open(/tmp/sess_f4ku4r7v7oe2o0hjsth44v03i6, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
kcm_touchpad openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (16) .- Knowledge Base  . 

kcm_touchpad

   0.3.1  

KDE System Tool

Score 85%
kcm_touchpad
zoom


kcm_touchpad
zoom


kcm_touchpad
zoom


Downloads:  6166
Submitted:  Oct 7 2009
Updated:  Jan 12 2010

Description:

Synaptics driver based touchpads kcontrol module.

This is configuration control panel module for synaptics-driven touchpads.
Based on ksynaptics by Stefan Kombrink (qsynaptics.sourceforge.net). Thank you Stefan.

Since version 0.2.0 doesn't require libsynaptics, but is Xinput-based.

Tested on:
Kubuntu 9.04

Fork me on github:
http://github.com/mishaaq/kcm_touchpad




Changelog:

2010-01-12 (0.3.1) Michał Żarłok:
* fixed setting of sensitivity parameters (patch by Andrey Borzenkov)
* added german translation (by Volker Härtel)
* fixed settings of coasting speed on startup (patch by Andrey Borzenkov)

2009-10-30 (0.3.0) Michał Żarłok:
* fixed and matured translations support (patches by Jonathan Thomas)
* added dutch translation
* fixed storing and loading CoastingSpeed state on startup (patch by Andrey Borzenkov)
* fixed crash when there is no "synaptics" touchpad
* added name of the touchpad

2009-10-22 (0.2.95) Michał Żarłok:
* added preliminary translation support
* corrected tooltip
* fixed potential memory leak
* added new option "Max Tap Move"
* some improvements in loading values at kde start
* add "Sensitivity" option
* fix initializing of boolean properties (patch by Andrey Borzenkov)
* fix storing CoastingSpeed configuration (patch by Andrey Borzenkov)
* fix tooltip for "Enable Coasting"
* add "Corner Coasting" option

2009-10-17 (0.2.1) Michał Żarłok:
* added missing file "synaptics-properties.h"
* disabled "touch sensitivity" option
* added license notes to files
* added AUTHORS and LICENSE files
* updated README file

2009-10-15 (0.2.0) Michał Żarłok:

* switch from SHM to Xinput
* added some tooltips
* add "click time" option

2009-10-07 (0.1.0) Michał Żarłok:

* initial version




LicenseGPL
Source(source)
Ubuntu(PPA with libsynaptics and kcmtouchpad)
Donate
Send to a friend
Subscribe
Other  Content  from mishaaq
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9 

-
.

 Compile errors

 
 by bitcrazy on: Oct 17 2009
 
Score 50%

/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp: In function ‘Display* dp_init()’:
/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp:73: error: ‘XI_Add_DeviceProperties_Major’ was not declared in this scope
/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp:74: error: ‘XI_Add_DeviceProperties_Minor’ was not declared in this scope
/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp: In function ‘XDevice* dp_get_device(Display*)’:
/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp:135: error: ‘XListDeviceProperties’ was not declared in this scope
/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp: In function ‘void* dp_get_parameter(Display*, XDevice*, const char*)’:
/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp:201: error: ‘XGetDeviceProperty’ was not declared in this scope
/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp: In function ‘void dp_set_parameter(Display*, XDevice*, const char*, double)’:
/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp:303: error: ‘XGetDeviceProperty’ was not declared in this scope
/usr/src/packages/BUILD/kcm_touchpad-0.2.1/touchpad.cpp:337: error: ‘XChangeDeviceProperty’ was not declared in this scope
make[2]: *** [CMakeFiles/kcm_touchpad.dir/touchpad.o] Fehler 1


If men could get pregnant, abortion would be a sacrament.
Reply to this

-
.

 Re: Compile errors

 
 by bitcrazy on: Oct 22 2009
 
Score 50%

Not that I need it, but is there anybody out there, who can build it?

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-

 Re: Re: Compile errors

 
 by sidnelson13 on: Oct 25 2009
 
Score 50%

Same thing here. openSUSE x64.
The exact same error.


Reply to this

-

 Re: Re: Re: Compile errors

 
 by mishaaq on: Oct 25 2009
 
Score 50%

I don't know what's wrong. These definitions should be in X11/extensions/Xinput.h and X11/extensions/XI.h. It seems files exist, but don't contain definitions.


Reply to this

-

 Re: Re: Re: Re: Compile errors

 
 by sidnelson13 on: Oct 25 2009
 
Score 50%

Here's what I can tell you.

Both files are present on my installation, under /usr/include/X11/extensions.
They are provided by package xorg-x11-proto-devel. Indicates version 7.4-1.39.

My x11-input-synaptics is on version 0.15.2-5.23.

I can send you the change logs for both packages if needed, so that maybe you can see the differences between these and the ones you are using.

This is openSUSE 11.1, x64, latest update, KDE 4.3.2.


Reply to this

-

 Re: Re: Re: Re: Re: Compile errors

 
 by sidnelson13 on: Oct 25 2009
 
Score 50%

Ok, here's an update.

I updated my xorg-x11-proto-devel package to a newer one on the repository http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_11.1/ and I am now able to see the symbols in the said files.

I don' t get the same error. Now the error occurs in linking. So I think I have to upgrade my Xorg before trying again.

I'll let you guys know how it goes.


Reply to this

-

 Re: Re: Re: Re: Re: Re: Compile errors

 
 by sidnelson13 on: Oct 25 2009
 
Score 50%

Alright, worked.
But now I have to find out why my screen keeps tearing so much. Damn it.

Anyway, thanks for the great tool.



-

 Smart Mode

 
 by onlinelli on: Oct 22 2009
 
Score 50%

Great app!! Thanks for developing!

There's only one thing, that does not work with my touchpad: The Smart Mode (typing disables touchpad) What do I need for that?

Greets, Onlinelli


Reply to this

-

 Re: Smart Mode

 
 by mishaaq on: Oct 22 2009
 
Score 50%

Currently "Smart Mode" has to be implemented. I know this is longed-for option, so it's at top of my features list.

Sorry for wildering you all.


Reply to this

-

 Re: Re: Smart Mode

 
 by KAMiKAZOW on: Oct 26 2009
 
Score 50%

Just cooperate with the author of http://bitbucket.org/lunar/synaptiks/wiki/Home
Your KCM and his "smart mode" program complement each other nicely.


Reply to this

-

 Thanks

 
 by sokolovss on: Oct 23 2009
 
Score 50%

Version from 22 october works for me, thanks.


Reply to this

-

 Why not in KDE4?

 
 by dan77g on: Nov 4 2009
 
Score 50%

After installing on Kubuntu 9.10, and doing a quick test, I'd say that this is not an app - it's an essential part of the core KDE release.

How the hell is it not in KDE4 by default?

Thanks to you, Michal, for your work.


Reply to this

-

 Re: Why not in KDE4?

 
 by mishaaq on: Nov 6 2009
 
Score 50%

It's not in KDE4 by default, because nobody has requested for this :). First of all app have to go to playground and then be accepted by "magic council of KDE4 developers" ;) (seriously I don't know who is doing a review). KDE 4.4 is "soft freezed" so kcm_touchpad wouldn't be released with it by default for sure.
I will make some strides to include this app to default KDE4, but just not now.


Reply to this

-

 Re: Re: Why not in KDE4?

 
 by carewolf on: Dec 21 2009
 
Score 50%

I am requesting it. It doesn't have to go the playground, but you may want to start in extragear. To go to kdebase were it belongs you need to add it to kdereview. If nobody reviews it, it is automatically assumed accepted.

KDE 4.4 is closed now though, so I suggest trying for extragear/base


Reply to this

-

 Fedora package incoming

 
 by PhrkOnLsh on: Nov 5 2009
 
Score 50%
PhrkOnLshPhrkOnLsh
The Fedora Project
Home

https://bugzilla.redhat.com/show_bug.cgi?id=529517


/*Ryan Rix*/
Reply to this

-

 Stored settings / AccelFactor

 
 by pmwisse on: Nov 11 2009
 
Score 50%

Thanks for a wonderful tool. I've installed it on my wife's pc, but it seems settings are not stored an ignored by X when restarting KDE or coming back from sleep.

In addition, I miss a slider for modifying the accelfactor. I've noticed that this is one of the crucial settings on certain touchpads.


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team