Sat 05 Jan 2013 12:36:07 PM UTC, comment #15: This bug has been closed because the developers were unable to
reproduce the issue that was described, or because the described
behavior is not considered to be an issue.
If you can provide better information on how to reproduce the
issue, please reopen or file a new report with the info.
Sat 10 Dec 2011 11:32:39 AM UTC, comment #14: I have uploaded new log (maybe something have changed after reinstall)
Sat 10 Dec 2011 11:26:49 AM UTC, comment #13: I have updated my PC and reinstalled all.
Wacom bamboo A6 now works fine!!! Great.
But mouse ("A4TECH USB Device") still do not work.
disabling "mode of input devices" solves problem with mouse. But this disables pressure of tablet.
"Workaround: Ignore low tablet pressure " does not solve problem with mouse.
Now I can draw. So I don't know if this issue needed to be fixed.
Wed 07 Dec 2011 08:25:40 PM UTC, comment #12: What is this device?
It's not a pressure sensitive tablet, or is it?
Try to disable tablet detection: http://wiki.mypaint.info/Development/Debugging_Tablet_Issues
Wed 30 Nov 2011 12:10:31 PM UTC, comment #11: As you can see in log MOTION_NOTIFY are only triggered when mouse reaches edges of window and when focus changes to floating window
Wed 30 Nov 2011 12:06:29 PM UTC, comment #10: I don't realy understand what you mean by «A short paste from that showing a [working-draw, exit, leave, enter, failed-draw-attempt] sequence and noting any differences between the "working-draw" and "failed-draw-attempt" states would be useful. »
Debug → Test input devices is attached in file mypaint.log
I'm using wireless mouse. Also tried using wacom bamboo A6 results are the same.
I tried version 0.9.2 and 1.0.0.
This is my first install of mymaint.
(file #14621 )
Wed 30 Nov 2011 11:50:23 AM UTC, comment #9: Cannot reproduce in Xfwm under Xubuntu Natty.
Please check with Help → Debug → Test input devices that moving the mouse outside, then inside the main window without clicking results in both LEAVE_NOTIFY and ENTER_NOTIFY and that you see FOCUS_CHANGE events when the focus changes too. A short paste from that showing a [working-draw, exit, leave, enter, failed-draw-attempt] sequence and noting any differences between the "working-draw" and "failed-draw-attempt" states would be useful.
What sort of input device are you using exactly, what string does it identify itself as, and when did this stop working?
Does using a different input device make this problem disappear?
If you can, and you know it worked in the past, would you be comfortable with using "git bisect" to find the change where this problem was introduced?
Tue 29 Nov 2011 11:51:47 PM UTC, comment #8: For reference, 64bit-ness is probably not relevant; I use 64bit arch myself.
Tue 29 Nov 2011 01:50:09 PM UTC, comment #7: Now I can see that it draws but only when mouse reaches screen edge (so I can get straight lines from one screen edge to another)
Any Ideas how to fix this?
Mon 28 Nov 2011 07:23:55 PM UTC, comment #6: Can anyone help? I tried recompiling almost everything.
Mon 28 Nov 2011 09:44:34 AM UTC, comment #5: Same results without WM (plain startx with mypaint in .xinitrc). So something is wrong with my build. May be I should recompile something and mypaint?
.xinitrc:
#!/bin/sh
$HOME/.monicarc & #monitor calibration
wmname LG3D &
xrdb -merge .Xdefaults &
xset m 2.8 0 &
numlockx &
xsettingsd &
autocutsel -selection PRIMARY -fork &
xscreensaver &
urxvt -name rtorrent -e rtorrent &
urxvt -name htop -e htop &
~/bin/.dropbox-dist/dropboxd &
setxkbmap -layout "us,ru(winkeys),ua(winkeys)" -option "compose:ralt,terminate:ctrl_alt_bksp" &
xmodmap -e "keycode 66 = ISO_Next_Group ISO_Prev_Group ISO_Next_Group ISO_Prev_Group ISO_Next_Group ISO_Prev_Group" &
xbindkeys &
kbdd &
echo "DISPLAY=:0 xsetroot -xcf /home/imp/.icons/oxygen/cursors/left_ptr 32 >/dev/null 2>&1" | at now + 1 minute
libreoffice --quickstart &
mypaint
Sun 27 Nov 2011 09:23:43 PM UTC, comment #4: I also use 64bit arch. Can that cause the problem somehow?
Fri 25 Nov 2011 03:53:55 PM UTC, comment #3: I tried using default awesome config (/etc/xdg/awesome/rc.lua) BVut results are the same
Fri 25 Nov 2011 03:44:05 PM UTC, comment #2: Any Ideas how can I find the reason for this? Here is my awesome config:
https://bitbucket.org/imposeren/cfgback/src/78eead552854/home/imp/.config/awesome/rc.lua
There is nothing in console output:
Trace is too huge to post here
Fri 25 Nov 2011 07:20:13 AM UTC, comment #1: I can't reproduce this (Arch Linux, MyPaint 1.00+, Awesome 3.4.10, Awesome rc.lua configured with sloppy mouse focus).
There is exactly one condition when I cannot paint on the canvas -- that is when a blocking dialog, like "Open" is open.
Thu 24 Nov 2011 02:58:03 PM UTC, original submission: Brushes stop to paint when main window loses focus and refocused again. This includes:
focusing other application, then mypaint main window
focusing dialog windows (brush selection or color picker), then mypaint main window
I tried version 1.0.0 and 0.9.1
I don't know how how to debug it.