[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-30 Thread Launchpad Bug Tracker
This bug was fixed in the package mutter - 42.1-0ubuntu1 --- mutter (42.1-0ubuntu1) jammy; urgency=medium [ Jeremy Bicha ] * New upstream release (LP: #1972726, #1948410, #1967219, #1971693) * Refresh triple buffering patch with latest version * Drop patches applied in new

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-27 Thread Jeremy Bicha
I installed libmutter-10-0 42.1-0ubuntu1 and verified that the Test Case works successfully now. ** Tags removed: verification-needed verification-needed-jammy ** Tags added: verification-done verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-23 Thread trespasserw
Thanks, upgrading `libmutter-10-0` along with a couple of dependencies did help. There is weird caret blinking on switching from Terminal to IDEA (as if the former briefly regains the focus between ultimately relinquish it), but I can live with it. -- You received this bug notification because y

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-23 Thread Dmitry Batrak
I believe, libmutter package (libmutter-10-0 to be exact) should be upgraded to fix the problem, as mutter binary by itself isn't used by gnome-shell. I couldn't upgrade libmutter-10-0 selectively as per https://wiki.ubuntu.com/Testing/EnableProposed due to some errors. I'm not experienced enough

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-22 Thread Daniel van Vugt
** This bug is no longer a duplicate of bug 1969574 [Wayland] Can not select JetBrains IntelliJ IDEA windows (including Android Studio) with mouse in workspace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-21 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1969574 *** https://bugs.launchpad.net/bugs/1969574 This bug was fixed in the package mutter - 42.1-1ubuntu1 --- mutter (42.1-1ubuntu1) kinetic; urgency=medium [ Jeremy Bicha ] * Merge from Debian unstable. Remaining changes: - Add tripl

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-20 Thread trespasserw
*** This bug is a duplicate of bug 1969574 *** https://bugs.launchpad.net/bugs/1969574 Hi Timo, could you please tell which packages should be installed from -proposed? Upgrading `mutter` and `mutter-common` to 42.1-0ubuntu1 didn't fix the problem for me :( -- You received this bug notifica

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-20 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1969574 *** https://bugs.launchpad.net/bugs/1969574 Hello Dmitry, or anyone else affected, Accepted mutter into jammy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/mutter/42.1-0ubuntu1 in a few hours, and then

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1969574 *** https://bugs.launchpad.net/bugs/1969574 We should keep using bug 1969574 since that's what's been reported on and linked to for the past few weeks. ** This bug has been marked a duplicate of bug 1969574 [Wayland] Can not select JetBrains Intel

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-13 Thread Jeremy Bicha
** Also affects: mutter (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: mutter (Ubuntu) Importance: Undecided => Low ** Changed in: mutter (Ubuntu Jammy) Importance: Undecided => Low ** Changed in: mutter (Ubuntu Jammy) Status: New => In Progress ** Descri

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread George
~vanvugt Thanks! When should 42.1 come to Ubuntu 22.04? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971693 Title: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session To manage notific

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread Daniel van Vugt
I don't have any ETAs. Packaging, updating the many patches we carry, and testing, all take time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971693 Title: Alt+Tab is broken for Java (AWT/Swing)

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread Daniel van Vugt
Hopefully this is fixed by https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2402 which has gone into the mutter 42.1 release. See also bug 1969574. ** Changed in: mutter (Ubuntu) Status: Confirmed => Fix Committed ** Tags added: fixed-in-42.1 fixed-upstream -- You received this bug

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread Dmitry Batrak
The bot strongly recommends to set package for the bug, but I have no idea at the moment where the problem is exactly. This is definitely not a Java bug, my best guess is that it's a recent problem in mutter Wayland compositor, so I'll pick that. But this just as well might be e.g. an XWayland i

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make Ubuntu better. It seems that your bug report is not filed about a specific source package though, rather it is just filed against Ubuntu in general. It is important that bug reports be filed about source packages so that people

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread Dmitry Batrak
The problem seems to be related to Java apps using 'Globally Active' input focus model (as per https://www.x.org/releases/current/doc/xorg- docs/icccm/icccm.html#Input_Focus). I'm attaching a minimal native X application's code, for which the problem can be reproduced as well - see focusTest.c file

[Bug 1971693] Re: Alt+Tab is broken for Java (AWT/Swing) apps in Wayland session

2022-05-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971693 Title: Alt+Tab is b