ahkm

Lean-Revert

Jul 5th, 2023
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. /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
  2. t.attach(Gtk.Label(label + ':'), 0, t.Rows, 1, 1)
  3. /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
  4. DefaultBtn = Gtk.Button("Default")
  5. /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
  6. RevertBtn = Gtk.Button("Revert")
  7. /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
  8. FromGtkBtn = Gtk.Button("From GTK")
  9. /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
  10. ApplyBtn = Gtk.Button("Apply")
  11. /home/darkeye/.local/share/themes/Lean/openbox-3/set.py:205: DeprecationWarning: Gtk.ColorButton.get_color is deprecated
  12. cbtn.connect('color-set', lambda b, k: SetC(k, b.get_color()), ck)
  13. Traceback (most recent call last):
  14. File "/home/darkeye/.local/share/themes/Lean/openbox-3/set.py", line 220, in <lambda>
  15. RevertBtn.connect('clicked', lambda e: Reset('Initial'))
  16. ^^^^^^^^^^^^^^^^
  17. File "/home/darkeye/.local/share/themes/Lean/openbox-3/set.py", line 148, in Reset
  18. for c in Colors.values() + Options.values():
  19. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  20. TypeError: unsupported operand type(s) for +: 'dict_values' and 'dict_values'
Advertisement
Add Comment
Please, Sign In to add comment