[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-28 Thread Daniel van Vugt
** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu) Importance: Undecided Status: New ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-27 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 3.38.4-1ubuntu1 --- mutter (3.38.4-1ubuntu1) hirsute; urgency=medium * Merge with debian, containing new upstream release. * debian/tests: Adapt autopkgtest name and linked library to current soname * debian/tests/control: Update

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-27 Thread Treviño
So, as I was suspecting at the beginning this would have been fixed by latest upstream changes on the dock and so it's now fixed by https://launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu- dock/69ubuntu1 However, sadly, it's too late for the the input thread patches as we've reverted

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-27 Thread corrado venturini
Problem disappeared, see also https://ubuntuforums.org/showthread.php?t=2459290 -- 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: [regression] Application windows appear over the icon

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-27 Thread corrado venturini
after last updates problem disappeared: Start-Date: 2021-03-26 20:20:20 Commandline: apt upgrade Requested-By: corrado (1000) Upgrade: libmpdec3:amd64 (2.5.1-1, 2.5.1-2), xserver-xorg-video-intel:amd64 (2:2.99.917+git20200714-1, 2:2.99.917+git20200714-1ubuntu1),

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-24 Thread Treviño
> is likely to be a maintenance problem when backporting fixes to 21.04 between now and January 2022 (when 21.04 reaches EOL) That is actually the reason why I wanted to carry those patch, but for the other way around: upstream code changed so much on those aspects, that I don't expect ANY fix

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-24 Thread Daniel van Vugt
Carrying the input thread code is a risk to 21.04 because it's 45000 lines of patches. It's caused a few regressions so far and is likely to be a maintenance problem when backporting fixes to 21.04 between now and January 2022 (when 21.04 reaches EOL). We're kind of managing at the moment but I am

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-24 Thread amano
I think the input thread code is more worthwhile than keeping the self- proclaimed "kinda hackish" code untouched. -- 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: [regression]

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-23 Thread Daniel van Vugt
Fixing bug 1918033 only requires notify::reactive if I read the upstream fix correctly. So that's why I think we are free to revert notify::opacity to fix bug 1918874 here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-23 Thread Treviño
Daniel, I've the feeling that reverting that will bring us back https://launchpad.net/bugs/1918033 So, I had no much time to check the root cause, but otherwise I think we can just drop all the input thread patches. I'm not super happy about it, given that their test did already good results

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-18 Thread Mathew Hodson
** No longer affects: gnome-shell-extension-ubuntu-dock (Ubuntu) ** No longer affects: gnome-shell-extension-dashtodock (Ubuntu) ** No longer affects: gnome-shell (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-18 Thread Daniel van Vugt
Also https://salsa.debian.org/gnome-team/mutter/-/merge_requests/70 -- 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: [regression] Application windows appear over the icon grid when

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-18 Thread Daniel van Vugt
And here's a debdiff so we can fix mutter immediately without waiting for salsa. ** Patch added: "mutter_3.38.3-3ubuntu3.debdiff" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1918874/+attachment/5477784/+files/mutter_3.38.3-3ubuntu3.debdiff -- You received this bug notification

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-18 Thread Daniel van Vugt
OK, I have a fix prepared but https://salsa.debian.org/ is down right now. So please 'am' this to salsa as soon as possible... ** Changed in: gnome-shell-extension-dashtodock (Ubuntu) Status: In Progress => Invalid ** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu) Status:

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-18 Thread Daniel van Vugt
And the above "hackish" code does not exist in gnome-shell 40, which is why they don't experience problems with the mutter patch. ** Changed in: mutter (Ubuntu) Status: Won't Fix => In Progress ** Changed in: gnome-shell (Ubuntu) Status: Invalid => Won't Fix ** Changed in:

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-18 Thread Daniel van Vugt
Tracked down further... The bug is caused by this gnome-shell code not running anymore: // This is kinda hackish - we want the primary view to // appear as parent of this, though in reality it // is added directly to Main.layoutManager.overviewGroup

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-16 Thread Daniel van Vugt
Alternatively, we could just revert the input thread patches from mutter, 3v1n0? :) -- 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: [regression] Application windows appear over the

[Bug 1918874] Re: [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded

2021-03-16 Thread Daniel van Vugt
** Summary changed: - Application windows appear over the icon grid + [regression] Application windows appear over the icon grid when Ubuntu Dock or Dash To Dock is loaded -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.