THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#995 - Shell completion ain't working unless awesome is spawned from shell
User who did this - Tomas Pruzina (Mepho)
----------
relevant part is prolly:
awful.key({ modkey }, "q", function ()
awful.prompt.run({ prompt = "Run:
" },
mypromptbox[mouse.screen].widget,
--awful.util.spawn_with_shell,
--awful.completion.bash,
awful.util.spawn_with_shell,
awful.completion.bash,
awful.util.getdir("cache") .. "/history")
end)
I also tried "standard" line:
awful.key({ modkey }, "r", function ()
mypromptbox[mouse.screen]:run() end)
----------
One or more files have been attached.
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=995#comment3009
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].