In the default Gnome desktop when you trying to open an application, the app window sometimes does not get into focus immediately, instead it pops up ‘xxx’ is ready notification and opens the window behind the current focused window.
This usually happens when another window is getting focused during the process of launching a desired application.
To get rid of the ‘Window is ready’ notification and focus window immediately, I think a quick enough system response should fix the problem. Besides, you can install “Focus my window” Gnome extension.
1.) Open terminal (Ctrl+Alt+T) and run command to install chrome-gnome-shell
package if you don’t have it.
sudo apt install chrome-gnome-shell
2.) Then go to the extension web page in your browser. Turn on the toggle icon and install it.
NOTE: The old extension is no longer exist. The new one supports only GNOME 45 and 46 so far, meaning for Ubuntu 23.10 and Ubuntu 24.04!.
Don’t see the toggle icon? Click the link “Click here to install browser extension” and finally refresh the page.
That’s it. Enjoy!
(Optional) If you want to remove the gnome shell extensions, either turn off the toggle icon in the web page, or use either Extensions or GNOME Extensions Manager (both available in the new App Center app) utility.
You are my hero! This Gnome behaviour was super annoying!
Wow this fixes a problem I’ve had for months! In VS Code, when you open a new file the file picker is sent into the background and it’s been super annoying. Thank you!