Another quick question. I have installed f.lux on Ubuntu 12.04, however the program refuses to work unless I run a command
xflux -l [longitude] -g [latitute] -k [temperature]
So I've created an alias with my settings so that I simply have to type the command startflux in a terminal at login. I want to automate this process so that my alias (or the full command above) will run after login, how would I go about doing so?
I've read bits and pieces about editing the rc.local file, however trying this didn't seem to work? What exactly is the rc.local file and etc/init.d/ and how are they used?
Thanks!