Hi; I just changed from 3.2.* to 3.3 in git.
I noticed some strange behaviour for awful.util.spawn. I have in my
rc.lua a definition like

table.insert(globalkeys, key({ modkey, "Control" }, "m", function ()
        awful.util.spawn("LC_ALL='en_US.iso-8859-1' xterm -r -e 'mutt'")
end))

and it stopped working. If I change the middle line to
        awful.util.spawn("xterm -r -e 'mutt'")
then it works again. Actually, the same happens if I run it in the lua
interpreter I get by pressing Mod4+F4.

What is it happening?

Thanks,
-- 
Matías Graña
[email protected]

-- 
To unsubscribe, send mail to [email protected].

Reply via email to