RE: More specific logging than xev

2012-08-15 Thread Giles Atkinson
Simon,

Try xmon or xtrace or x11vis - these are all X11 protocol interceptor/analysers 
that will show everything in two messages.

Giles

-Original Message-
From: wm-spec-list-boun...@gnome.org [mailto:wm-spec-list-boun...@gnome.org] On 
Behalf Of Simon Hafner
Sent: 15 August 2012 07:03
To: wm-spec-list@gnome.org
Subject: More specific logging than xev

Hey

I'm implementing some EWMH with emacs. There is a function
(x-send-client-message) to send X messages. According to xev -root,
the root window receives

ClientMessage event, serial 20, synthetic YES, window 0x2200012,
message_type 0x13f (_NET_CURRENT_DESKTOP), format 32

but does not switch desktop. `wmctrl -s 1` gives the same message

ClientMessage event, serial 26, synthetic YES, window 0xab,
message_type 0x13f (_NET_CURRENT_DESKTOP), format 32

but it switches desktops. How can I debug that further?

Greetings
Simon Hafner
___
wm-spec-list mailing list
wm-spec-list@gnome.org
https://mail.gnome.org/mailman/listinfo/wm-spec-list
___
wm-spec-list mailing list
wm-spec-list@gnome.org
https://mail.gnome.org/mailman/listinfo/wm-spec-list


More specific logging than xev

2012-08-14 Thread Simon Hafner
Hey

I'm implementing some EWMH with emacs. There is a function
(x-send-client-message) to send X messages. According to xev -root,
the root window receives

ClientMessage event, serial 20, synthetic YES, window 0x2200012,
message_type 0x13f (_NET_CURRENT_DESKTOP), format 32

but does not switch desktop. `wmctrl -s 1` gives the same message

ClientMessage event, serial 26, synthetic YES, window 0xab,
message_type 0x13f (_NET_CURRENT_DESKTOP), format 32

but it switches desktops. How can I debug that further?

Greetings
Simon Hafner
___
wm-spec-list mailing list
wm-spec-list@gnome.org
https://mail.gnome.org/mailman/listinfo/wm-spec-list