[Bug 1947445] Re: Click actions "previews" and "minimize-or-previews" are broken

2021-10-27 Thread Pepijn Bogaard
I committed the solution here: https://git.launchpad.net/~pbgrd/ubuntu/+source/gnome-shell-extension- ubuntu- dock/commit/?h=ubuntu/devel=d64317c4faa07a7c42b478db2027561c7933aa13 How does this 'fix proposing' work exactly? Thanks in advance. ** Changed in: gnome-shell-extension-ubuntu-dock

[Bug 1947445] Re: Click actions "previews" and "minimize-or-previews" are broken

2021-10-27 Thread Pepijn Bogaard
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Assignee: (unassigned) => Pepijn Bogaard (pbgrd) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947445 Title: Click actions "

[Bug 1947445] Re: Click actions "previews" and "minimize-or-previews" are broken

2021-10-27 Thread Pepijn Bogaard
Here is the solution ( and the cause of the bug ): In /usr/share/gnome-shell/extensions/ubuntu-d...@ubuntu.com/appIcons.js at line 472: change const singleOrUrgentWindows = windows.length === 1 || !hasUrgentWindows; to const singleOrUrgentWindows = windows.length === 1 || hasUrgentWindows;