13
4
I have a little shell script that I run automatically when I log on to my Ubuntu machine; it will set the parameters of my touchpad the way I like it. However, when Ubuntu wakes up after being hibernated or suspended, my touchpad reverts to its default state and I have to run my little script again.
Is there some way I can automate this process thus that the script will be magically called when the machine wakes up again?
Here's a complete example of the script: ubutnuforums.
– Adobe – 2012-06-12T12:39:16.683I did create the script and I made sure that it is being run. But it doesn't seem to have any effect. I guess this is due to that bug, though. – innaM – 2009-10-25T20:59:59.543
3Perhaps, the touchpad is reinitialized after the resume scripts are run... losing its configuration. – Juliano – 2009-10-25T21:59:36.207
I'd like to add that this facilities are documented in
man pm-action
which, btw, says that the user supplied scripts should be named 00 - 49. – mnicky – 2013-11-20T16:38:47.043