THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - Wouter (skingu)
Attached to Project - awesome
Summary - Qemu instance spawn in other tag will not start running the instance
Task Type - Bug Report
Category - awful
Status - Unconfirmed
Assigned To - Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - 3.4.11
Due in Version - Undecided
Due Date - Undecided
Details - I have this in my rc.lua:
awful.rules.rules = {
   { rule = { },
     properties = { border_width = beautiful.border_width,
                    border_color = beautiful.border_normal,
                    focus = true,
                    keys = clientkeys,
                    buttons = clientbuttons } },
   { rule = { class = "MPlayer" },
     properties = { floating = true } },
   { rule = { class = "pinentry" },
     properties = { floating = true } },
   { rule = { class = "gimp" },
     properties = { floating = true } },
   { rule = { class = "qemu" },
       properties = { tag = tags[1][4] } },
   { rule = { class = "chrome" },
       properties = { tag = tags[1][2] } },
}

When I start a qemu instance in another tag as [1][4] the qemu window will 
spawn in the correct tag, but the instance will not start running until i 
activate the correct tag.

The version of qemu is: QEMU emulator version 1.0,1 (Debian 1.0.1+dfsg-1)
I'm running this on an up-to-date debian/testing.

Contact me if you need any other information.




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

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