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

2022-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell-extension-ubuntu-dock - 70~ubuntu3.21.10.1 --- gnome-shell-extension-ubuntu-dock (70~ubuntu3.21.10.1) impish; urgency=medium [ Marco Trevisan (Treviño) ] * locations: Do not manually dispose objects (LP: #1949352, #1951599) *

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

2022-01-26 Thread Sebastian Haderecker
Hello Brian, I tested the new package with version "70~ubuntu3.21.10.1". With this the preview bug has been fixed. I performed both tests from the bug description: 1. gsettings set org.gnome.shell.extensions.dash-to-dock click-action "previews" - Open multiple windows for an application -

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

2022-01-25 Thread Brian Murray
Hello Sebastian, or anyone else affected, Accepted gnome-shell-extension-ubuntu-dock into impish-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu- dock/70~ubuntu3.21.10.1 in a few hours, and then in the -proposed

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

2022-01-24 Thread Treviño
** Description changed: + [ Impact ] + Since upgrading to Ubuntu 21.10 the "previews" and "minimize-or- previews" options no longer work as expected. + + [ Test case ] + + 1. gsettings set org.gnome.shell.extensions.dash-to-dock click-action "previews" + - Open multiple windows for an

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

2022-01-24 Thread Treviño
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Importance: High => Low ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Impish) Importance: High => Low ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Impish) Status: New => In Progress -- You received

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

2022-01-24 Thread Treviño
** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu Impish) Importance: Undecided Status: New ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Impish) Importance: Undecided => High ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Impish) Assignee:

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

2022-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell-extension-ubuntu-dock - 72~ubuntu1 --- gnome-shell-extension-ubuntu-dock (72~ubuntu1) jammy; urgency=medium [ Marco Trevisan (Treviño) ] * Revert "extension: Disable starting in the overview" * locations: Do not manually dispose

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

2021-12-14 Thread Sebastien Bacher
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Importance: Undecided => High ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Status: Confirmed => Triaged ** Tags added: desktop-lts-wishlist -- You received this bug notification because you are a member of Ubuntu

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

2021-12-13 Thread Treviño
** Tags added: fixed-upstream -- 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

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

2021-11-23 Thread Daniel van Vugt
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Status: Fix Committed => Confirmed -- 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

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

2021-11-04 Thread Treviño
Sorry Pepijn, the code of the dock is managed via github at https://github.com/micheleg/dash-to-dock/tree/ubuntu-dock Should do a PR there, but I will handle it in next upload. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[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 "previews"

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

2021-10-27 Thread Paul White
Thanks Pepijn, that small deletion does seem to fix the issue. -- 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

[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;

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

2021-10-25 Thread Bug Watch Updater
** Changed in: dash-to-dock Status: Unknown => New -- 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

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

2021-10-25 Thread Paul White
Upstream report: https://github.com/micheleg/dash-to-dock/issues/1545 ** Bug watch added: github.com/micheleg/dash-to-dock/issues #1545 https://github.com/micheleg/dash-to-dock/issues/1545 ** Also affects: dash-to-dock via https://github.com/micheleg/dash-to-dock/issues/1545 Importance:

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

2021-10-25 Thread Paul White
Can confirm. In order to see the previews you have to right-click on the application icon and then click on 'All Windows' in order to see the window preview. Previously the previews would be shown when left clicking on the application icon. The latest version of Dash to Dock released on 17th