GNOME Bugzilla – Bug 646382
Cannot go "up" or "down" with Synergy and the Gnome Shell.
Last modified: 2011-05-24 17:54:07 UTC
Problem ------- synergy, the tool for sharing the keyboard/mouse across multiple machines, works in the gnome-shell, however it does not let you go "up" or "down" to get to another machine, only "left" or "right" Reproducing ----------- yum install synergy-plus Open up port 24800 on your synergy server `/etc/synergy.conf` for two machines, tomservo and crow: section: screens tomservo: crow: end section: links tomservo: down = crow crow: up = tomservo end On your primary machine: synergys -f On your secondary: synergyc -f <IP>
so isn't this a synergy bug?
(In reply to comment #1) > so isn't this a synergy bug? I don't think so. Synergy works great on all other window managers, including the GNOME 2.x. It seems like this an issue with the shells desktop edge detection, or something. I also noticed another odd behavior. When I have a gnome-terminal maximized, I am unable to go 'right' or 'left' to my other monitors, yet I am able to do so with any other program maximized...
Ah, probably synergy is assuming that it can put windows on the screen edges to catch events and that it cause them (by some means) to float above everything else (panels, etc). But that won't work in gnome-shell because nothing can float above the chrome. *** This bug has been marked as a duplicate of bug 633620 ***