(I'm kinna n00bish)
1: I had ubuntu 11.10 installed, then upgraded to 12.04.
2: I had a script in my .profile file to turn off my laptop's touchpad (it worked, and was executed on login)
3: Now it doesn't get executed on login.
4: if I 'source .profile' the script still works.
5: Still using gnome (if that matters)
I need that script to be run on login, so what should I do?
Should i put my personal scripts in another file, or is there a way to get ubuntu to execute my file again?
Thx, you guys rule!
sh -c 'cd / && . ~/.profile'– geirha Jun 4 '12 at 5:42.profileis too soon in the login process. Try running the script via Startup Applications instead. – geirha Jun 4 '12 at 11:51