f.lux-indicator-applet icon indicating copy to clipboard operation
f.lux-indicator-applet copied to clipboard

RuntimeError: called outside of a mainloop

Open wrichert opened this issue 11 years ago • 2 comments

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

wrichert avatar Jan 29 '14 21:01 wrichert

same problem

OS: Arch Linux by yaourt fluxgui

RanchoCooper avatar Aug 15 '16 02:08 RanchoCooper

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.

3usi9 avatar Aug 12 '17 13:08 3usi9