Skip to content

Instantly share code, notes, and snippets.

@robertmarsal
Created December 17, 2014 21:09
Show Gist options
  • Save robertmarsal/9feaa9150926efa4175a to your computer and use it in GitHub Desktop.
Save robertmarsal/9feaa9150926efa4175a to your computer and use it in GitHub Desktop.
Install f.lux on Ubuntu 14.10
sudo apt-get install python-glade2 python-appindicator
git clone https://github.com/Kilian/f.lux-indicator-applet.git
cd f.lux-indicator-applet
chmod +x setup.py
sudo ./setup.py install
fluxgui
@BIgRunner
Copy link

I installed f.lux in Ubuntu14.04, using:
$ sudo add-apt-repository ppa:nathan-renniewaldock/flux
$ sudo apt-get update
$suod apt-get install fluxgui
and then, I started it by
$ fluxgui.
error came up as
"Traceback (most recent call last):
File "/usr/bin/fluxgui", line 17, in
from fluxgui.fluxapp import main
ImportError: cannot import name main"
Any advice to deal with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment