THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - anrxc (anrxc)
Attached to Project - awesome
Summary - awful.rules and awful.client.movetotag problems
Task Type - Bug Report
Category - awful
Status - Unconfirmed
Assigned To - Operating System - All
Severity - Medium
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - Hi, I am experiencing somewhat simillar problems to those from FS#616. When using multiple screens some of my clients dissapear...

I have a rule like this one in the awful.rules.rules table:

   { rule = { class = "Gajim.py" },
     properties = { tag = tags[1][5] } },

If I have Gajim running on my laptop panel which is at that point screen 1, and 
I plug in another screen which then becomes screen 1: awesome will move the 
client to the other screen and tag but the client is no longer visible (while 
the tag shows an icon).

My first thought was that it was minimized but the taskbar is empty, then I 
thought maybe it was hidden and wrote a key binding like this one:

   awful.key({ modkey }, "s", function ()
       for k, c in pairs(client.get(mouse.screen)) do
           if c.hidden then
               awful.client.movetotag(awful.tag.selected(mouse.screen), c)
               c.hidden = false
               client.focus = c
               c:raise()
           end
       end
   end),


....but it didn't help, clients that dissapeared can not be focused.

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

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

Reply via email to