nsz32 / docklike-plugin

A Dock-like Taskbar Plugin for XFCE
GNU General Public License v3.0
334 stars 44 forks source link

startup: open windows are added to dock correctly #82

Closed davekeogh closed 3 years ago

davekeogh commented 3 years ago

I'm not 100% why this works, but it seems to solve the issue of some things being left off the dock when it is started.

I noticed that changing the workspace would update the groups correctly and the only thing that the callback does is call setVisibleGroups which uses the same loop, but calls leaveGroup.

nsz32 commented 3 years ago

Yeah thank you, if the workaround is counter-intuitive it's maybe my fault :o