hi there!
having just purchased a wireless mouse i have found this thread very helpful 
however... using touchpadtogggle just turns off my nice new mouse
not my touchpad! when i run it from the cli i get a pop-up dialogue saying that my touchpad has been turned on, when in fact the mouse has been disabled, and when i run it again it states the same... yet enables the mouse
whilst this in itself is not an issue, i intent on running it at start with the --no-gui option, how to i get it to distinguish between my touchpad and my mouse?
[dan@localhost ~]$ sudo touchpad_toggle.sh
Couldn't find synaptics properties. No synaptics driver loaded?
Couldn't find synaptics properties. No synaptics driver loaded?
EXIT="OK"
First of all, why are you using "sudo" in your command? Sudo is NOT used with PCLinuxOS.
Secondly, your USB connected mouse should be unaffected. TouchpadToggle only affects the current state of the touchpad, and looks to see if a USB mouse is connected. I've tested it here with 4 different USB mouse combinations (what I have available), both wireless and wired. Other members of the community have also tested with yet other USB mice, and there have been no reported problems.
It was also written to be used and accessible with ordinary user privileges. There is no need to be the root user to utilize it.
I'm suspecting that the use of "sudo" is somehow altering the behavior of TouchpadToggle.
Try again, but this time without the use of "sudo" in your command line. Let me know how that works out.
parnote