THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#503 - awesome "steals" gnome systray even when its systray is disabled
User who did this - Daniel GraƱa (dangra)
----------
This hacky patch does the job without leaving uninitialized variables around,
but I don't know if passing a command line option is acceptable to disable
systray in awesome.
diff --git a/systray.c b/systray.c
index 1f573ee..1e9cde3 100644
--- a/systray.c
+++ b/systray.c
@@ -85,7 +85,7 @@ systray_init(int phys_screen)
p_delete(&atom_systray_r);
xcb_set_selection_owner(globalconf.connection,
- globalconf.screens.tab[phys_screen].systray.window,
+ XCB_NONE, /*
globalconf.screens.tab[phys_screen].systray.window, */
atom_systray,
XCB_CURRENT_TIME);
----------
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=503#comment1965
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].