[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-16 Thread Daniel van Vugt
Narrowed down further to dash-to-dock/ubuntu-dock in
_onShowAppsButtonToggled. The broken opacity/hide logic is under:

  if (animate) {

Since the bug is unique to dash-to-dock/ubuntu-dock it looks likely any
fix will go in there. I don't yet see anything to fix in mutter or
gnome-shell.

** Changed in: mutter (Ubuntu)
   Status: In Progress => Won't Fix

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: New => In Progress

** Changed in: gnome-shell-extension-dashtodock (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-shell-extension-dashtodock (Ubuntu)
   Status: New => In Progress

** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-16 Thread Daniel van Vugt
** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Also affects: gnome-shell-extension-dashtodock (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell-extension-dashtodock (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-dashtodock/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-16 Thread Daniel van Vugt
Narrowed it down further to the "opacity" property:

  obj_props[PROP_OPACITY] =
g_param_spec_uint ("opacity",
   P_("Opacity"),
   P_("Opacity of an actor"),
   0, 255,
   255,
   G_PARAM_READWRITE |
   G_PARAM_STATIC_STRINGS |
   G_PARAM_EXPLICIT_NOTIFY |  // HERE
   CLUTTER_PARAM_ANIMATABLE);

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-16 Thread Daniel van Vugt
Confirmed the regression originated in mutter patch:

clutter-Use-G_PARAM_EXPLICIT_NOTIFY-for-actor-and-stage-p.patch

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-16 Thread Daniel van Vugt
680c4fc79ee712d3c4368f3008597a8314996f76 is the first bad commit
commit 680c4fc79ee712d3c4368f3008597a8314996f76
Author: Marco Trevisan (TreviƱo) 
Date:   Wed Mar 10 04:20:35 2021 +0100

d/p/input-thread: Avoid notifying property changes multiple times

LP: #1918033

 ...RAM_EXPLICIT_NOTIFY-for-actor-and-stage-p.patch | 684 +
 debian/patches/series  |   1 +
 2 files changed, 685 insertions(+)
 create mode 100644 
debian/patches/input-thread-backports/clutter-Use-G_PARAM_EXPLICIT_NOTIFY-for-actor-and-stage-p.patch


** Package changed: gnome-shell (Ubuntu) => mutter (Ubuntu)

** Changed in: mutter (Ubuntu)
 Assignee: Daniel van Vugt (vanvugt) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-16 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: gnome-shell (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-15 Thread corrado venturini
ok, When the Ubuntu Dock is not loaded I click Activities, the dock
appears and clicking 'Show Applications' the problem does not appear.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-15 Thread Daniel van Vugt
In that case you need to click Activities first.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-15 Thread corrado venturini
Confirmed: The problem only happens when clicking 'Show Applications' and not 
when pressing Super+A.
When the Ubuntu Dock is not loaded I don't see 'Show Applications'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-14 Thread Daniel van Vugt
Confirmed. The problem seems to only happen when clicking 'Show
Applications' and not when pressing Super+A.

Also it seems to mostly happen when the Ubuntu Dock is loaded. I think I
saw it once when no extensions were loaded, but cannot reproduce that
now... It's easy to reproduce when Ubuntu Dock is loaded.

Can anyone else confirm the conditions under which the bug occurs?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1918874] Re: Application windows appear over the icon grid

2021-03-14 Thread Daniel van Vugt
** Summary changed:

- Application icons superposed to open windows
+ Application windows appear over the icon grid

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => High

** Tags added: regression-release rls-hh-incoming

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1918874

Title:
  Application windows appear over the icon grid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1918874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs