anodynos / touchegg

Automatically exported from code.google.com/p/touchegg
4 stars 1 forks source link

gestures don't work in gnome 3 activity overview #175

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
if i set a gesture (4 finger drag up/down) to send the key 'Super' to toggle 
the activity overview it always brings it up, but once in the overview the 
gestures don't work.

i've tested 3 finger gestures as well, also tested setting drag up to 'Super' 
and drag down to 'Escape' to see if that made a difference.

also, if i stay on the activities overview, and gesture the hell out of the 
touchpad for a while, i get the following error:
Failed to dispatch geis events

only when i am in activity overview do i see this error.

Original issue reported on code.google.com by gonzalez...@gmail.com on 12 Oct 2012 at 7:47

GoogleCodeExporter commented 8 years ago
Please, check this issue:
http://code.google.com/p/touchegg/issues/detail?id=98#c16

I think that is a similar problem

Original comment by jose.exposito89@gmail.com on 14 Oct 2012 at 3:55

GoogleCodeExporter commented 8 years ago
not really sure on comment 16, but comment 14 is exactly the problem i am 
having:
http://code.google.com/p/touchegg/issues/detail?id=98#c14

tough unlike other reports on that issue thread, triggering actions while 
focused on the desktop works for me just fine. don't have any window in focus. 
i am running nautilus 3.4.2 if that helps (maybe its just an issue on newer 
versions or older versions of nautilus?) 

Original comment by gonzalez...@gmail.com on 16 Oct 2012 at 2:23

GoogleCodeExporter commented 8 years ago
The problem is that mutter doesn't add the activity overview window to the 
_NET_CLIENT_LIST_STACKING property. Touchégg uses this property to know the 
class of the window that results null, making impossible to execute any 
gesture. I'll try to bypass this issue, but really is a mutter non EWMH 
compilance bug...

Original comment by jose.exposito89@gmail.com on 16 Oct 2012 at 4:48

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 16 Oct 2012 at 8:52

GoogleCodeExporter commented 8 years ago
should this bug be reported to mutter? if you'd like i can put this info in a 
ticket to them. thanks.

Original comment by gonzalez...@gmail.com on 19 Oct 2012 at 4:05

GoogleCodeExporter commented 8 years ago
IMHO report this copule be a good idea...

Original comment by jose.exposito89@gmail.com on 19 Oct 2012 at 7:27

GoogleCodeExporter commented 8 years ago
Hi!

Please, download and compile the SVN source code, I think that this bug is 
solved with the last changes

Original comment by jose.exposito89@gmail.com on 21 Oct 2012 at 7:43

GoogleCodeExporter commented 8 years ago
hey, just got around to doing this -- works like a charm! thanks.

as for the mutter bug; to clarify so i can post this, the activity overview is 
not added to_NET_CLIENT_LIST_STACKING and this is is not EWMH compliant. what 
is EWMH? also i'll send you a link if they got questions, since mutter or any 
wm is out of my realm.

thanks again.

Original comment by gonzalez...@gmail.com on 24 Oct 2012 at 3:52

GoogleCodeExporter commented 8 years ago
EWMH is a must and mustn't for window managers:
http://en.wikipedia.org/wiki/Extended_Window_Manager_Hints

Original comment by jose.exposito89@gmail.com on 24 Oct 2012 at 9:25