0

Took the zip from here and unzipped it: https://github.com/xflux-gui/xflux-gui but when i run setup.py

$ sudo ./setup.py install 

Results in the following

Traceback (most recent call last):
  File "setup.py", line 12, in <module>
    rename("xflux64", "xflux")
OSError: [Errno 2] No such file or directory
Sinscary
  • 1,415

2 Answers2

0
cd xflux-gui && cp xflux xflux64

The previous answer is the wrong way round as there is no flux64 file to copy.

upwards
  • 11
0

Open a terminal window ands type:

sudo add-apt-repository ppa:nathan-renniewaldock/flux

Press Enter, then type:

sudo apt-get update

Press Enter, then type:

sudo apt-get install fluxgui

Press Enter.

That's all. And you got updates for it too.
It seems to me that you didn't got f.lux, but xflux. They are two different projects.

muru
  • 207,228
ipse lute
  • 2,614