[awesome bugs] #1286 - Thunar crashes when the thunar tray icon has been displayed
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1286 - Thunar crashes when the thunar tray icon has been displayed User who did this - bob (getzze) -- Bug reported to thunar maintainers: https://bugzilla.xfce.org/show_bug.cgi?id=11035 Let's see what they can do. Thanks again -- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1286#comment4112 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.
[awesome bugs] #1286 - Thunar crashes when the thunar tray icon has been displayed
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1286 - Thunar crashes when the thunar tray icon has been displayed User who did this - Uli Schlachter (psychon) -- The reason why the systray "grabs" icons, but doesn't let go of them again: Either the program just destroys its icon (this is handled via event_handle_destroynotify or _unmapnotify in event.c) or awesome exits, its systray window is destroyed and thanks to the magic of the save set, the embedded systray icons are automatically reparented back to the root window. I am not saying that awesome doesn't do something wrong, but I am saying that this shouldn't make thunar crash. And from the backtrace in that bug report, it crashes in some GTK function that tries to access some systray icon's private data. No idea how that could possibly cause a segfault, but that segfault certainly is thunar's problem. When they fixed their code to complain instead of to crash when/if awesome does something wrong, then I can get a hint at what's wrong, until then this is certainly "their" bug. -- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1286#comment4111 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.
[awesome bugs] #1286 - Thunar crashes when the thunar tray icon has been displayed
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1286 - Thunar crashes when the thunar tray icon has been displayed User who did this - bob (getzze) -- It cannot be a problem in awesome also? Like for example that awesome connects the systray icon to the systray but does not destroy the connection when the tray icon disappears. In the source code of systray.c, in the function `systray_request_handle`, there is for example the function xcb_reparent_window which is applied to the tray icon. It does not seem to be undone. I don't know anything about Xcb API so maybe it is not critical. I will try to file this bug to thunar developers also, or maybe gtk if you think it is more related to gtk. Thanks -- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1286#comment4110 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.
[awesome bugs] #1286 - Thunar crashes when the thunar tray icon has been displayed
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1286 - Thunar crashes when the thunar tray icon has been displayed User who did this - Uli Schlachter (psychon) -- A program should never just crash, even if the WM is doing something wrong. And I don't really feel like investigating something that looks like it is just a GTK bug, sorry. -- More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1286#comment4109 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.
[awesome bugs] #1286 - Thunar crashes when the thunar tray icon has been displayed
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - bob (getzze) Attached to Project - awesome Summary - Thunar crashes when the thunar tray icon has been displayed Task Type - Bug Report Category - wibox Status - Unconfirmed Assigned To - Operating System - Linux Severity - Medium Priority - Normal Reported Version - 3.5.5 Due in Version - Undecided Due Date - Undecided Details - The bug is described in: https://bugzilla.redhat.com/show_bug.cgi?id=986868 It is not clear if it is a thunar problem or an awesomewm problem, but it is related to wibox.widget.systray. Thunar crashes when a new tab is created after the tray icon has been displayed in the wibox systray (thunar does not crash if wibox systray is not loaded). The procedure to reproduce the bug is described in the linked page and reported here: "Ok, it happened many times more and now I know how to reproduce it. It seems it happens when I'm running AwesomeWM. Steps to reproduce: 1) run awesome as your window manager 2) open Thunar 3) open new tab in Thunar with Ctrl-T 4) do some copying operation that displays the "File Operation Progress" popup and a tray icon (this is required, the bug doesn't appear when the operation is quick and without the popup/tray icon) 5) wait for the operation to finish or just cancel it 6) try switching to the other Thunar tab - crash should happen I tried the above procedure under XFCE4 and it works fine so it seems there is something wrong on the line between Awesome's tray implementation and Thunar's use of a tray." I could not try the git version of awesome to confirm the bug there. More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1286 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.