in Ubuntu 10.10 I really don't want any password on resume on my EeePC, so I have to run
gconftool-2 --set --type=bool /apps/gnome-power-manager/lock/suspend false
and I want two finger middle click, so I have to run
xinput set-prop "ETPS/2 Elantech Touchpad" "Synaptics Tap Action" 8, 9, 0, 0, 1, 2, 3
(that gpointingdevice package can't do anything for me)
Those work, but only until the next resume. For some strange reason Ubuntu always overrides these changes.
I put both commands into a script in /etc/pm/sleep.d/
, but even then after resumes the changes are gone.
Where is this strange behavior coming from? And how do I make those changes permanent?