THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#430 - Java (Swing) dialogs don't go away properly
User who did this - Uli Schlachter (psychon)

----------
So if a java apps wants to hide its window while it's not on the currently 
visible tag, that will just continue to fail? That doesn't count as a solution.

And if you want a signal for your rc.lua (no idea what you can do with a signal 
that cant be done properly from C):

Open event.c and go to event_handle_unmapnotify(). After the following code:

if((c = client_getbywin(ev->window)))
{

Add this:

luaA_object_push(globalconf.L, c);
luaA_object_emit_signal(globalconf.L, -1, "my_foo_signal_with_no_proper_name", 
0);
lua_pop(globalconf.L, 1);

Once you notice that this doesn't help you at all, don't come back and say so 
in this bug report. It will not work!
----------

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

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