You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: