Kilian / f.lux-indicator-applet

This repository is unmaintained. Visit:
https://github.com/xflux-gui/xflux-gui
Other
549 stars 105 forks source link

RuntimeError: called outside of a mainloop #36

Open wrichert opened 10 years ago

wrichert commented 10 years ago

On Ubuntu 13.10 after installing python-gconf and python-appindicator I get:

Critical error. Exiting. Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxapp.py", line 271, in app = FluxGUI() File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxapp.py", line 30, in init self.exit(1) File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxapp.py", line 49, in exit gtk.main_quit() RuntimeError: called outside of a mainloop

RanchoCooper commented 8 years ago

same problem

OS: Arch Linux by yaourt fluxgui

3usi9 commented 7 years ago

When installing it, before exec setup.py, it's necessary to check a file "xflux" If it doesn't exist (in most cases, even every dependence met), you should exec

    python ./download-xflux.py

before install.