ewlsh / dynamic-panel-transparency

Adds Transparency To The Gnome Shell Panel
GNU General Public License v2.0
230 stars 30 forks source link

Avoid storing references to window actors. #129

Closed ewlsh closed 3 years ago

ewlsh commented 3 years ago

Always rely on the shell's current window list, otherwise we can reference destroyed actors.

Fixes #122