THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1113 - Vicious widgets stop responding to buttons
User who did this - anrxc (anrxc)

----------
Hello, for due dilligence first let's remove vicious from the equation completely. Then let's construct a test widget for debugging. Then let's test that widget, and while we do that let's compare it to your code.

---------------------------------------- cut
govwidget = widget({ type = "textbox" })
govwidget.text = "Click Me!"

govwidget:buttons(awful.util.table.join(
 awful.button({ }, 1, function () awful.util.spawn_with_shell("echo ClickUp | 
xmessage -timeout 10 -file -") end),
 awful.button({ }, 3, function () awful.util.spawn_with_shell("echo ClickDn | 
xmessage -timeout 10 -file -") end)
))
---------------------------------------- cut



So it would appear you are using a strange mixture of awesome 3.3 and awesom 3.4 API.
- The .name and .align properties of a text widget are obsolete in v3.4.13
- Your buttons function is not using awful.util.table.join to construct the bindings table, or calling the awful.button Lua API


Try the test widget for a while.

----------

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1113#comment3450

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 awesome-devel-unsubscr...@naquadah.org.

Reply via email to