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
When i try to run fluxgui in terminal, i get the following error :
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property gtk-toolbar-style' of typeGtkToolbarStyle' from rc file value "((GString*) 0x108a6c0)" of type GtkToolbarStyle' /home/admin/.gtkrc-2.0:15: error: unexpected character '=', expected keyword - e.g.style'
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 381, in
app = Fluxgui()
File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 17, in init
self.indicator = Indicator(self)
File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 149, in init
self.setup_indicator()
File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 162, in setup_indicator
'gtk-icon-theme-name')
ValueError: could not find setting
If i try to run the applet in itself, it show's its loading and then it disappears without opening anything
The text was updated successfully, but these errors were encountered:
When i try to run fluxgui in terminal, i get the following error :
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property
gtk-toolbar-style' of type
GtkToolbarStyle' from rc file value "((GString*) 0x108a6c0)" of typeGtkToolbarStyle' /home/admin/.gtkrc-2.0:15: error: unexpected character '=', expected keyword - e.g.
style'Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 381, in
app = Fluxgui()
File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 17, in init
self.indicator = Indicator(self)
File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 149, in init
self.setup_indicator()
File "/usr/lib/pymodules/python2.7/fluxgui/fluxgui.py", line 162, in setup_indicator
'gtk-icon-theme-name')
ValueError: could not find setting
If i try to run the applet in itself, it show's its loading and then it disappears without opening anything
The text was updated successfully, but these errors were encountered: