THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Daniel Hahler (blueyed)
Attached to Project - awesome
Summary - The NET_CURRENT_DESKTOP handler resets/unselects tags on all
non-current screens
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - When awesome receives a NET_CURRENT_DESKTOP signal, it goes through
all tags and deselects all of them, except the one being sent with the signal
("the desktop").
Since tags do not know about the screen they are attached to anymore (since
https://github.com/awesomeWM/awesome/commit/8348d44), it is not trivial to fix
this.
The code in question:
https://github.com/awesomeWM/awesome/blob/master/objects/tag.c#L164-L179
(`tag_view_only_byindex(int dindex)`).
See also FS#1217 (related, the code path which triggers this via
NET_DESKTOP_CURRENT).
WORKAROUND (for a user):
Restore the history on the non-current screens via awful.tag.history.restore
(modkey+Escape by default).
(the tag history stack appears to be "corrupted" then though: there's only one
entry left.)
Awesome 3.5.2.
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1219
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].