04 4 / 2011
Getting the “double tap on the led to disable touchpad” to work in linux - Envy 14.
While I’m loving my new notebook (Hp Envy 14), it doesn’t play completely nice with Linux yet. Like there is an led on the envy’s touchpad, on which you can double tap to toggle touchpad on/off. That functionality isn’t supported out of the box and requires patches to both the kernel and the synaptics touchpad driver.
Synaptics driver patch (for 1.4.0)
Kernel patch (for the LED support - 2.6.38)
If you’r using arch linux, there’s an older version of the driver in the AUR. Here’s the v1.4.0 version I compiled after applying the patch (for x86_64) - xf86-input-synaptics-1.4.0-1-x86_64.pkg.tar.xz
After install, you may want to increase the MaxDoubleTapTime to around 300 in the synaptics config file as the default value is set too low. Next up, to get the suspend working properly (it’s the radeon driver thats causing it to fail).
15 1 / 2011
CloudApp for Linux (and Windows) - py-cloudapp
CloudApp is one great way to share your files elegantly. And the features they provide even with their free accounts are great
- Create unlimited bookmarks
- Upload 10 files a day (max file size 25MB)
- Update: keep your files forever
The only problem is it’s Mac OS centric, but the CloudApp team provides developers a nice api so that other platforms don’t get left out.
Here is one such attempt of bringing CloudApp to Linux - py-cloudapp. As the name suggests, it’s a multi-threaded python application which allows you to drag-drop-upload files into CloudApp and auto clipboard copy links into the clipboard.


Here are a few main features
- Add/Delete/View files on CloudApp.
- Auto Clipboard copy support.
- Notification Support - libnotify support (linux)
Just make sure you install the following dependencies from your distro’s repositories.
- Py-Qt
- Python (>2.5)
Try it out guys, let me know of any bugs and suggestions on the github page. For the next version, I have things like better notifications and screenshots lined up.