[awesome bugs] #490 - urxvt's client border is transparent under xcompmgr

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#490 - urxvt's client border is transparent under xcompmgr User who did this - Julien Danjou (jd) -- Are you talking about borders or about titlebars? -- More information can be found at

Re: awesome 3.5?

2012-03-26 Thread Julien Danjou
On Sun, Mar 25 2012, Uli Schlachter wrote: Wow. It's been three years and now our overlord jd wants to make people unhappy with their broken configs again. :-) Maybe we could limit that this time? :) AFAIR it was you who taught me that titlebars are our big release blocker. Now that

[awesome bugs] #490 - urxvt's client border is transparent under xcompmgr

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#490 - urxvt's client border is transparent under xcompmgr User who did this - Uli Schlachter (psychon) -- I am talking about window borders. If a client window is created with an ARGB visual,

Re: awesome 3.5?

2012-03-26 Thread Uli Schlachter
On 26.03.2012 10:30, Julien Danjou wrote: On Sun, Mar 25 2012, Uli Schlachter wrote: Wow. It's been three years and now our overlord jd wants to make people unhappy with their broken configs again. :-) Maybe we could limit that this time? :) Too late. I will get lots of hate mails for the

[awesome bugs] #490 - urxvt's client border is transparent under xcompmgr

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#490 - urxvt's client border is transparent under xcompmgr User who did this - Julien Danjou (jd) -- At least that makes sense. :) -- More information can be found at the following URL:

[awesome bugs] #981 - Textbox version of the layout box widget

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - n (ne) Attached to Project - awesome Summary - Textbox version of the layout box widget Task Type - Feature Request Category - Widgets Status - Unconfirmed Assigned

[awesome bugs] #981 - Textbox version of the layout box widget

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#981 - Textbox version of the layout box widget User who did this - n (ne) -- I would like to request a textbox version of the layout box version with characters instead of icons, adapting

Re: [PATCH 1/3] Remove encoding=utf-8 from Vim modelines

2012-03-26 Thread Julien Danjou
On Sun, Mar 25 2012, cmt...@gmail.com wrote: Pushed. -- Julien pgpPnsb8sTkO3.pgp Description: PGP signature

[awesome bugs] #982 - Mouse events under non-English keyboard layout

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Roman Kosenko (kite) Attached to Project - awesome Summary - Mouse events under non-English keyboard layout Task Type - Bug Report Category - Core Status - Unconfirmed

[awesome bugs] #982 - Mouse events under non-English keyboard layout

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#982 - Mouse events under non-English keyboard layout User who did this - Roman Kosenko (kite) -- I understand the reason - that's because (ev-state == 132) for such events. Why? -- More

[awesome bugs] #982 - Mouse events under non-English keyboard layout

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#982 - Mouse events under non-English keyboard layout User who did this - Uli Schlachter (psychon) -- 132 is 128 + 4 is XCB_MOD_MASK_5 + XCB_MOD_MASK_CONTROL. According to that you are pressing

[awesome bugs] #982 - Mouse events under non-English keyboard layout

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#982 - Mouse events under non-English keyboard layout User who did this - Uli Schlachter (psychon) -- How did you get that info from awesome? gdb? And what does awesome do differently that makes

[awesome bugs] #982 - Mouse events under non-English keyboard layout

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#982 - Mouse events under non-English keyboard layout User who did this - Roman Kosenko (kite) -- How did you get that info from awesome? gdb? No, insert printf in event_button_match() and

[awesome bugs] #982 - Mouse events under non-English keyboard layout

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#982 - Mouse events under non-English keyboard layout User who did this - Uli Schlachter (psychon) -- 0x2100 would mean that button 1 and button 6 are pressed. The protocol only allows 5 mouse

Re: [PATCH 2/3] Initialize client.floating_geometry using the previous geometry

2012-03-26 Thread Uli Schlachter
On 25.03.2012 17:41, cmt...@gmail.com wrote: From: Corey Thompson cmt...@gmail.com * client.c: Previous geometry as argument to property::geometry signal * client.lua: Initialize floating_geometry using the previous argumment Signed-off-by: Corey Thompson cmt...@gmail.com --- client.c

[awesome bugs] #974 - Window title is replaced by invalid if minimized and contains national characters

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#974 - Window title is replaced by invalid if minimized and contains national characters User who did this - Uli Schlachter (psychon) -- Sorry jd, but old WMs use core fonts and XDrawString().

[awesome bugs] #982 - Mouse events under non-English keyboard layout

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#982 - Mouse events under non-English keyboard layout User who did this - Roman Kosenko (kite) -- If xcb event is so wrong, how xlib can almost rightly interpret it? -- More information

[PATCH] Fix issue with awful.menu keygrabber collisions

2012-03-26 Thread Alexander Yakushev
The problem was described here: http://thread.gmane.org/gmane.comp.window-managers.awesome.devel/6921 The patch looks not very elegant but I don't know how to make it better provided we want to save the visible == true functionality. I guess it was done so that clicking some specific menu

Re: [PATCH 2/3] Initialize client.floating_geometry using the previous geometry

2012-03-26 Thread Corey Thompson
On Mon, Mar 26, 2012 at 04:21:08PM +0200, Uli Schlachter wrote: Here you will always have a table with x, y, width and height as the argument to this signal, however... [...] ...here you check if the argument is nil, which will never be the case. client_resize() always pushes a table as

Re: awesome 3.5?

2012-03-26 Thread Julien Danjou
On Mon, Mar 26 2012, Uli Schlachter wrote: Now what I did for awesome: I didn't feel like adding a special case for ARGB visual windows, hence I made the WM always use an ARGB visual for its window (and the special case disappeared!). However, now I hit bugs in my video driver where parts of

Re: [PATCH] Fix issue with awful.menu keygrabber collisions

2012-03-26 Thread Uli Schlachter
On 26.03.2012 16:55, Alexander Yakushev wrote: The problem was described here: http://thread.gmane.org/gmane.comp.window-managers.awesome.devel/6921 The patch looks not very elegant but I don't know how to make it better provided we want to save the visible == true functionality. I guess

[awesome bugs] #974 - Window title is replaced by invalid if minimized and contains national characters

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#974 - Window title is replaced by invalid if minimized and contains national characters User who did this - Julien Danjou (jd) -- Maybe dig into xlibi18n in libx11? :( -- More

[awesome bugs] #974 - Window title is replaced by invalid if minimized and contains national characters

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#974 - Window title is replaced by invalid if minimized and contains national characters User who did this - Ladislav Laska (Krakonos) -- Hey, it would seem that I have supplied some misleading

[awesome bugs] #982 - Mouse events under non-English keyboard layout

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#982 - Mouse events under non-English keyboard layout User who did this - Roman Kosenko (kite) -- I found that this is occurs after updating xorg-xkbcomp 1.2.3-1.2.4. Bit XCB_MOD_MASK_CONTROL

[awesome bugs] #974 - Window title is replaced by invalid if minimized and contains national characters

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#974 - Window title is replaced by invalid if minimized and contains national characters User who did this - Uli Schlachter (psychon) -- jd: Instead I thought about digging into other WMs. i3:

[awesome bugs] #974 - Window title is replaced by invalid if minimized and contains national characters

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#974 - Window title is replaced by invalid if minimized and contains national characters User who did this - Uli Schlachter (psychon) -- Oh, it just occored to me that nl_langinfo(CODESET) will

[awesome bugs] #974 - Window title is replaced by invalid if minimized and contains national characters

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#974 - Window title is replaced by invalid if minimized and contains national characters User who did this - Ladislav Laska (Krakonos) -- Hey, it would seem that I have supplied some misleading

[awesome bugs] #974 - Window title is replaced by invalid if minimized and contains national characters

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#974 - Window title is replaced by invalid if minimized and contains national characters User who did this - Ladislav Laska (Krakonos) -- On my current setup I have LANG and LC_CTYPE set to

[awesome bugs] #974 - Window title is replaced by invalid if minimized and contains national characters

2012-03-26 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#974 - Window title is replaced by invalid if minimized and contains national characters User who did this - Ladislav Laska (Krakonos) -- Hey, it would seem that I have supplied some misleading