Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

labwc/wlroots taskbar: last window still marked as active if all are minimized #2095

Closed
stefonarch opened this issue Aug 28, 2024 · 0 comments · Fixed by #2096
Closed

labwc/wlroots taskbar: last window still marked as active if all are minimized #2095

stefonarch opened this issue Aug 28, 2024 · 0 comments · Fixed by #2096
Labels

Comments

@stefonarch
Copy link
Member

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.

  • LXQt Version: git
Possible Solution

#2088 (comment) worked for me:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant