We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 612 - SDL_SYSWMEVENT not working when using synergy clipboard twice
Summary: SDL_SYSWMEVENT not working when using synergy clipboard twice
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 1.2.12
Hardware: x86 Linux
: P2 critical
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-12 23:46 UTC by armin.weatherwax
Modified: 2008-09-15 10:42 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description armin.weatherwax 2008-08-12 23:46:39 UTC
1. Get two computers, A and B. A should be running linux. 
2. Install Synergy (http://synergy2.sourceforge.net) to share A's keyboard and mouse with B.
3. run scrap http://www.libsdl.org/projects/scrap/ on A
4. Use synergy to copy some text on B, and paste it into SCRAP  on A. 
5. Repeat step 4

Alternatively you can reproduce this with a Linux Second Live client (SL).

Result: Scrap (or SL) crashes because of waiting forever for SDL_SYSWMEVENT.

Bug report: SDL_SYSWMEVENT doesn't registrate an event on the second paste with synergy.
Comment 1 armin.weatherwax 2008-09-15 10:42:27 UTC
i found out its not a sdl bug, but a incompatibility of scrap to synergy. synergy waits for the property to be deleted before giving the next selectionnotify event.