Advertisement
Guest User

asd

a guest
Jun 2nd, 2015
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. [pixel@pixel ~]$ mugshot
  2. /usr/lib/python3.4/site-packages/mugshot_lib/Builder.py:80: Warning: The property GtkAlignment:left-padding is deprecated and shouldn't be used anymore. It will be removed in a future version.
  3. Gtk.Builder.add_from_file(self, filename)
  4. /usr/lib/python3.4/site-packages/mugshot_lib/Builder.py:80: Warning: The property GtkButton:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version.
  5. Gtk.Builder.add_from_file(self, filename)
  6. /usr/lib/python3.4/site-packages/mugshot_lib/Builder.py:80: Warning: The property GtkImageMenuItem:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version.
  7. Gtk.Builder.add_from_file(self, filename)
  8. /usr/lib/python3.4/site-packages/mugshot_lib/Builder.py:80: Warning: The property GtkImageMenuItem:image is deprecated and shouldn't be used anymore. It will be removed in a future version.
  9. Gtk.Builder.add_from_file(self, filename)
  10. /usr/lib/python3.4/site-packages/mugshot_lib/Builder.py:80: Warning: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version.
  11. Gtk.Builder.add_from_file(self, filename)
  12. /usr/lib/python3.4/site-packages/mugshot_lib/Builder.py:80: Warning: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.
  13. Gtk.Builder.add_from_file(self, filename)
  14. Traceback (most recent call last):
  15. File "/usr/lib/python3.4/site-packages/mugshot/MugshotWindow.py", line 151, in menu_position
  16. widget = menu.get_attach_widget()
  17. AttributeError: 'int' object has no attribute 'get_attach_widget'
  18. Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
  19. [pixel@pixel ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement