Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

[solved] double click speed under Linux

cthielcthiel Member Posts: 16 Contributor II
edited November 2018 in Help
I noticed that in RapidMiner and other Java applications (except Eclipse), the double click speed required was very high. That is, the two clicks have to be _very_ shortly after each other to be registered as double click. Made the applications near-unusable.

For my linux operating system (Kubuntu), I today found the solution: the double click speed for X (and hence appearently java applications) is not set via the usual graphical system settings.
To set a new speed, simply create the file .Xresources in your home directory, with the folowing content:
*multiClickTime: 500
To activate this setting, then give the following command on the console:
xrdb ~/.Xresources
Pronto, your java programs behave normally, double-click wise.

The following forum entrys have more details on this solution:
http://forum.ubuntuusers.de/topic/java-doppelklick-zu-schnell/#post-1043704
http://forums.sun.com/thread.jspa?threadID=585358

Happy Mining, now.
Sign In or Register to comment.