Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /home/darkeye/.local/share/themes/Lean/openbox-3/set.py:192: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
- t.attach(Gtk.Label(label + ':'), 0, t.Rows, 1, 1)
- /home/darkeye/.local/share/themes/Lean/openbox-3/set.py:214: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
- DefaultBtn = Gtk.Button("Default")
- /home/darkeye/.local/share/themes/Lean/openbox-3/set.py:215: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
- RevertBtn = Gtk.Button("Revert")
- /home/darkeye/.local/share/themes/Lean/openbox-3/set.py:216: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
- FromGtkBtn = Gtk.Button("From GTK")
- /home/darkeye/.local/share/themes/Lean/openbox-3/set.py:217: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
- ApplyBtn = Gtk.Button("Apply")
- /home/darkeye/.local/share/themes/Lean/openbox-3/set.py:205: DeprecationWarning: Gtk.ColorButton.get_color is deprecated
- cbtn.connect('color-set', lambda b, k: SetC(k, b.get_color()), ck)
- Traceback (most recent call last):
- File "/home/darkeye/.local/share/themes/Lean/openbox-3/set.py", line 220, in <lambda>
- RevertBtn.connect('clicked', lambda e: Reset('Initial'))
- ^^^^^^^^^^^^^^^^
- File "/home/darkeye/.local/share/themes/Lean/openbox-3/set.py", line 148, in Reset
- for c in Colors.values() + Options.values():
- ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
- TypeError: unsupported operand type(s) for +: 'dict_values' and 'dict_values'
Advertisement
Add Comment
Please, Sign In to add comment