THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#1155 - Windows not managed after changing resolution through RandR in 3.5.1
User who did this - Daniel Hahler (blueyed)

----------
Uli asked me to leave this here.

This is what I am using to detect wrongly tagged clients.

    local tag_screen_debug = function(c, t)
        local t = t or c:tags()[1]
        if not t then return end
        if c.screen == awful.tag.getscreen(t) then return end
        local msg = debug.traceback("Client got tagged with wrong tag:\n"
            .. "c.screen: " .. c.screen
            .. ", c.transient_for.screen: " .. (c.transient_for and 
c.transient_for.screen or "not transient")
            .. ", awful.tag.getscreen(t): " .. awful.tag.getscreen(t)
            .. ", c " .. tostring(c)
            .. ", c.name " .. c.name
            .. ", t.name " .. t.name
            .. ", t " .. tostring(t)
        )
        naughty.notify({text = msg, timeout=0})
    end
    client.connect_signal("tagged", tag_screen_debug)
    client.connect_signal("property::screen", tag_screen_debug)

----------

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

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