[PATCH] build: XCB_MOD_MASK_ANY in client.c is provided by >=libxcb-1.2.

2009-08-12 Thread MATSUU Takuto
--- awesomeConfig.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/awesomeConfig.cmake b/awesomeConfig.cmake index eeb263c..336edf5 100644 --- a/awesomeConfig.cmake +++ b/awesomeConfig.cmake @@ -128,7 +128,7 @@ execute_process( # Use pkgconfig to get most of the l

[awesome bugs] #61 - Binding middlemouse button should disable the buttonup event for that click

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#61 - Binding middlemouse button should disable the buttonup event for that click User who did this - Uli Schlachter (psychon) -- This is reported against git master "v2.1-234-g06904cf". Does thi

[awesome bugs] #579 - keyboard loses repeat feature

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Florian Friesdorf (chaoflow) Attached to Project - awesome Summary - keyboard loses repeat feature Task Type - Bug Report Category - Core Status - Unconfirmed Assigned To

[awesome bugs] #580 - Lua error when managing a new client

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Uli Schlachter (psychon) Attached to Project - awesome Summary - Lua error when managing a new client Task Type - Bug Report Category - awful Status - New Assigned To - O

[awesome bugs] #579 - keyboard loses repeat feature

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#579 - keyboard loses repeat feature User who did this - Florian Friesdorf (chaoflow) -- ALT-TABbing -> mod4-TABbing, thx psychon -- More information can be found at the following URL: htt

[awesome bugs] #579 - keyboard loses repeat feature

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#579 - keyboard loses repeat feature User who did this - Uli Schlachter (psychon) -- | and me got the same (?) problem too. We can cause this by pressing e.g. "j". After about 200 key repeats this

[awesome bugs] #579 - keyboard loses repeat feature

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#579 - keyboard loses repeat feature User who did this - Florian Friesdorf (chaoflow) -- up-to-date archlinux here, specifically: xf86-input-evdev 2.2.3-1 xkeyboard-config 1.6-1 xorg-server 1.6.3-2

[awesome bugs] #581 - honour_size_hints = false sometimes not honoured during manage

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Uli Schlachter (psychon) Attached to Project - awesome Summary - honour_size_hints = false sometimes not honoured during manage Task Type - Bug Report Category - Core Stat

[awesome bugs] #579 - keyboard loses repeat feature

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#579 - keyboard loses repeat feature User who did this - Florian Friesdorf (chaoflow) -- I can reproduce: 1. 2 empty tags: 1, 2 2. open xterm on 1 3. switch to 2 using mod4-right 4. switch to 1 usi

[awesome bugs] #578 - spurious mouse_enter events when hovering

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#578 - spurious mouse_enter events when hovering User who did this - anrxc (anrxc) -- Some months back I saw that wmii-lua has a nice option of automatically suspending and resuming clients on foc

[awesome bugs] #579 - keyboard loses repeat feature

2009-08-12 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#579 - keyboard loses repeat feature User who did this - Fabienne Ducroquet (Fabienne) -- I'm not sure whether the problems reported by Florian and Uli are the same, but I have some information fo

Re: [awesome bugs] #578 - spurious mouse_enter events when hovering

2009-08-12 Thread sleepy . freaking . coder
I can confirm this also... been flooding me with naughty notifies. :( On Tue, 11 Aug 2009 17:45:06 +0200 awesome wrote: > THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. > > A new Flyspray task has been opened. Details are below. > > User who did this - koniu (koniu) > > Attached to Project -

Re: [awesome bugs] #579 - keyboard loses repeat feature

2009-08-12 Thread sleepy . freaking . coder
Loses repeat feature? I wonder if you're getting the same thing I am when I scroll a page in vim with the less precise j or k navigation buttons I'll experience a sudden stop and must release then hold j or k again to keep going just random pauses when repeating keys... jd_ said he did

Re: [PATCH] build: XCB_MOD_MASK_ANY in client.c is provided by >=libxcb-1.2.

2009-08-12 Thread Julien Danjou
At 1250032046 time_t, MATSUU Takuto wrote: This patch is not good actually. XCB auto generates its file based on xcb-proto. And actually it needs that xcb has been compiled using xcb-proto 1.5. So such a check should be made: pkg-config --variable=xcbproto_version xcb 1.5 Cheers, -- Julien Danj