[Bug 1947445] Re: Click actions "previews" and "minimize-or-previews" are broken
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; (basically removing the ! sign before hasUrgentWindows) Then log-out & log-in again. -- 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 "previews" and "minimize-or-previews" are broken To manage notifications about this bug go to: https://bugs.launchpad.net/dash-to-dock/+bug/1947445/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1947445] Re: Click actions "previews" and "minimize-or-previews" are broken
** 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 "previews" and "minimize-or-previews" are broken To manage notifications about this bug go to: https://bugs.launchpad.net/dash-to-dock/+bug/1947445/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1947445] Re: Click actions "previews" and "minimize-or-previews" are broken
I committed the solution here: https://git.launchpad.net/~pbgrd/ubuntu/+source/gnome-shell-extension- ubuntu- dock/commit/?h=ubuntu/devel&id=d64317c4faa07a7c42b478db2027561c7933aa13 How does this 'fix proposing' work exactly? Thanks in advance. ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Status: Confirmed => Fix Committed -- 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 "previews" and "minimize-or-previews" are broken To manage notifications about this bug go to: https://bugs.launchpad.net/dash-to-dock/+bug/1947445/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs