[Trac #1301] Mouse events corrupt all the camera activity
Zarro Boogs per Child
bugtracker at laptop.org
Thu Apr 19 15:35:06 EDT 2007
#1301: Mouse events corrupt all the camera activity
-----------------------------+----------------------------------------------
Reporter: RafaelOrtiz | Owner: ajax
Type: defect | Status: new
Priority: high | Milestone: BTest-3
Component: camera-activity | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Comment (by follower):
After seeing a comment about {{{/usr/share/sugar/gtkrc}}} on IRC here's a
couple of work-arounds:
* Edit {{{/usr/share/sugar/gtkrc}}} and comment out the following line:
{{{
#gtk-cursor-theme-name = "olpc"
}}}
this will mean some cursors (e.g."busy") will display a plain non-OLPC-
themed version but the corruption should not occur.
or:
* Replace the animated "watch" cursor with a static cursor (e.g. right-
arrow):
{{{
cp /usr/shared/icons/olpc/cursors/watch
/usr/shared/icons/olpc/cursors/watch.orig
cp /usr/shared/icons/olpc/cursors/arrow
/usr/shared/icons/olpc/cursors/watch
}}}
or: (best option?)
* Replace the animated "watch" cursor with the animated "busy" cursor:
{{{
cp /usr/shared/icons/olpc/cursors/watch
/usr/shared/icons/olpc/cursors/watch.orig
cp /usr/shared/icons/olpc/cursors/busy
/usr/shared/icons/olpc/cursors/watch
}}}
Specifically, it seems the problem is related to animated theme cursors--
possibly ''only'' the {{{watch}}} cursor.
The problem is easier to reproduce if a number of images have been taken
and are loaded along the bottom of the screen, as this is when the watch
cursor seems to be used.
--
Ticket URL: <http://dev.laptop.org/ticket/1301#comment:10>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list