<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I use an script on UbuntuStudio 12.04 and 13.04 for my touchpad personal use:<br><br>#!/bin/bash<br>sleep 10; synclient LockedDrags=1<br><br>but some times not working. Now I put on terminal <br><br>wachin-id@wachin:~$ synclient LockedDrags=1<br>Couldn't find synaptics properties. No synaptics driver loaded?<br><br>I  dont now why. Now I go to disable at the boot this script, for manually run later (I think that this is the failed) <br><br>                                      </div></body>
</html>