Ubuntu 14.04 LTS.
Výstup z konzole:
/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py:162: GtkWarning: Cannot transform xsetting Net/IconThemeName of type gchararray to type GdkColor
'gtk-icon-theme-name')
/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py:162: Warning: g_value_unset: assertion 'G_IS_VALUE (value)' failed
'gtk-icon-theme-name')
/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py:162: GtkWarning: Cannot transform xsetting Net/IconThemeName of type gchararray to type gint
'gtk-icon-theme-name')
Error: Please install xflux in /usr/bin/
Nějak nechápu, jak myslím ten Error: Please install xflux in /usr/bin/
V tom usr/bin mám soubor fluxgui, který když otevřu, vyskočí mi toto:
#!/usr/bin/python
#coding: utf-8
#
#Copyright (c) 2010 Michael and Lorna Herf, Kilian Valkhof
#
#Permission is hereby granted, free of charge, to any person
#obtaining a copy of this software and associated documentation
#files (the "Software"), to deal in the Software without
#restriction, including without limitation the rights to use,
#copy, modify, merge, publish, distribute, sublicense, and/or sell
#copies of the Software, and to permit persons to whom the
#Software is furnished to do so, subject to the following
#conditions:
#
#The above copyright notice and this permission notice shall be
#included in all copies or substantial portions of the Software.
import os, sys
import subprocess
import fluxgui
if __name__ == "__main__":
path = os.path.join(os.path.dirname(fluxgui.__file__), "fluxgui.py")
subprocess.call([sys.executable, path] + sys.argv[1:])