On Thu, May 14, 2009 at 17:53, Matías Graña <[email protected]> wrote:

> 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.
>

awful.util.spawn() no longer takes shell syntax, if you need that use
awful.util.spawn_with_shell().

koniu

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

Reply via email to