Found out what the problem is [1].
The problem can be solved by calling wnck_screen_force_update(WnckScreen *
screen)
after calling the wnck_screen_get_default() function.
[1]
http://markmail.org/message/b25hrpdrhuk442lh#query:metacity%20and%20libwnck+page:1+mid:krry36goifuchhcs+state:results
On
Unfortunate tidings! I been wondering about the silence around Caribou, and this explains it.Good to hear that the two of you are doing your best to keep this moving - good luck, and I hope you'll find some supporters! Will check around in my circles what contributions that might possible to bring
Hi:
I'm not sure exactly what you are asking (sorry :-(), but it sounds as
though you want your application to consume the mouse button events
rather than sending them on to the application. The AT-SPI currently
allows this for keyboard press/release events, but doesn't do so well
with this for m
hi,
I nedd virtual mouse for linux.
For example for win exist:
http://centros6.pntic.mec.es/cpee.alborada/cps/raton/index.html
I started to develop with pyatspi I move the cursor ok. but I need stop the
movement when the user click. I registerEventListener ok. but i dont like as
the click do to o
Hi,
Pardon me if this is not the right mailing list.
I am trying to run a simple code to minimize an open window using the
libwnck api. But I keep getting the following error:
(mywnck1:1839): Wnck-CRITICAL **: wnck_window_minimize: assertion
`WNCK_IS_WINDOW (window)' failed
I have attached my pr