Hi, On 25.06.2014 23:25, Matías Battocchia wrote: > I've just upgraded Awesome. I am running version 3.5.2.164.g9a0ba0f-1 on > Arch Linux with default rc.lua. > > If I select a tag that contains at least one maximized window such tag does > not get colored as selected nor the titlebar displays the windows title. > Having more than one window allows me to focus on a non-focused one, > Awesome noticing the focus. Waiting some random time (from seconds to > minutes) also makes Awesome to color the tab and to write the window title.
Likely a video driver bug. No idea why, but some video drivers sometimes ignore our repaints on tag switches. The "random time" likely is the time until the clock widget updates the next time and causes another repaint. Only known work-around is starting awesome with the --no-argb option (which has its negative side effects, but unless you are using true transparency and are running a composite manager, you shouldn't notice anything). And no, --no-argb doesn't really change anything at all in what awesome does. I am quite certain that anything that gets fixed via --no-argb is a video driver bug or a bug in the X server itself. > Also, a different problem: when trying to change the layout this error > happens: > > init.lua:80: attempt to perform arithmetic on local 'i' (a table value) > Since you are using latest git, you likely didn't update your config for this change: http://git.naquadah.org/?p=awesome.git;a=commitdiff;h=3cbdc2a79ff7230fe717ec71c0f7442043e93fd1;hp=bfc6065ad9d508c82189c73c7b61c9f658a5118c Cheers, Uli -- <alanc> I think someone had a Xprint version of glxgears at one point, but benchmarking how many GL pages you can print per second was deemed too silly to merge -- To unsubscribe, send mail to [email protected].
