You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last window is marked active when minimized by button or by right click menu. It then needs 2 clicks to raise again in both cases, the first click removes the "active" mark only if minimized by button.
adding m_pendingState.activated = false; to case ZWLR_FOREIGN_TOPLEVEL_HANDLE_V1_STATE_MINIMIZED: inside LXQtTaskbarWlrootsWindow::zwlr_foreign_toplevel_handle_v1_state in panel/backends/wayland/wlroots/lxqttaskbarwlrwm.cpp
The text was updated successfully, but these errors were encountered:
Expected Behavior
No active window in taskbar when desktop is shown
Current Behavior
Last window is marked active when minimized by button or by right click menu. It then needs 2 clicks to raise again in both cases, the first click removes the "active" mark only if minimized by button.
Possible Solution
#2088 (comment) worked for me:
The text was updated successfully, but these errors were encountered: