[Quick Tip] Remove ‘Window is Ready’ Notification & Focus Window Immediately

Last updated: April 24, 2024

gnome shell

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.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

2 responses to [Quick Tip] Remove ‘Window is Ready’ Notification & Focus Window Immediately

  1. You are my hero! This Gnome behaviour was super annoying!

  2. 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!