Advertisement
Guest User

mypaint color selector non-responsiveness output

a guest
May 12th, 2010
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. Psyco being used
  2. confpath = /home/ion/.mypaint/
  3. /home/ion/.themes/Murrina-Fireplace/gtk-2.0/gtkrc:267: Unable to locate image file in pixmap_path: "../Default/images/stock-error-64.png"
  4. /home/ion/.themes/Murrina-Fireplace/gtk-2.0/gtkrc:271: Unable to locate image file in pixmap_path: "../Default/images/stock-info-64.png"
  5. /home/ion/.themes/Murrina-Fireplace/gtk-2.0/gtkrc:275: Unable to locate image file in pixmap_path: "../Default/images/stock-question-64.png"
  6. /home/ion/.themes/Murrina-Fireplace/gtk-2.0/gtkrc:279: Unable to locate image file in pixmap_path: "../Default/images/stock-warning-64.png"
  7. /usr/share/mypaint/lib/backgroundsurface.py:19: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr.
  8. def __init__(self, obj, mipmap_level=0):
  9. Setting screen mode for "Wacom Graphire3 6x8 eraser"
  10. Ignoring "Wacom Graphire3 6x8 cursor" (probably wacom mouse device)
  11. Setting screen mode for "Wacom Graphire3 6x8"
  12. Ignoring keybinding for <Actions>/WindowActions/CopyLayer
  13. Ignoring keybinding for <Actions>/WindowActions/CopyLayer
  14. Ignoring keybinding for <Actions>/WindowActions/Bigger
  15. Ignoring keybinding for <Actions>/WindowActions/Bigger
  16. Ignoring keybinding for <Actions>/WindowActions/PasteLayer
  17. Ignoring keybinding for <Actions>/WindowActions/PasteLayer
  18. /usr/share/mypaint/lib/pixbufsurface.py:22: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr.
  19. def __init__(self, x, y, w, h, alpha=False, data=None):
  20. device change: Wacom Graphire3 6x8 <enum GDK_SOURCE_PEN of type GdkInputSource>
  21. device change: Wacom Graphire3 6x8 eraser <enum GDK_SOURCE_ERASER of type GdkInputSource>
  22. device change: Wacom Graphire3 6x8 <enum GDK_SOURCE_PEN of type GdkInputSource>
  23. /usr/share/mypaint/gui/tileddrawwidget.py:106: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr.
  24. def motion_notify_cb(self, widget, event):
  25.  
  26.  
  27. ## THE ABOVE OUTPUT WAS FROM DRAWING, ERASING, SELECTING A COLOR WITH THE COLORSAMPLER DIALOG, AND DRAWING AGAIN.
  28. ## THE BELOW IS PRINTED WHEN FIRST BRINGING UP THE CIRCULAR COLOR SELECTOR
  29.  
  30. /usr/share/mypaint/gui/drawwindow.py:281: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr.
  31. def popup_cb(self, action):
  32.  
  33.  
  34. ## THE BELOW (i.e. nothing) IS PRINTED WHEN FIRST BRINGING UP THE RECTANGULAR/MIXER COLOR SELECTOR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement