Cursor keeps spinning when certain applications are launched

Currently, launching Google Chrome through the App Grid causes the cursor to spin for about 20 seconds. Another example is Zed Editor, though the cursor only spins during the initial launch of a session.

I’m noticing a minor UI friction on Fedora when launching google-chrome-stable.

When launching directly from the terminal, the browser window opens immediately with no noticeably cursor feedback. However, launching Chrome from the GUI (App Grid / Search) causes the spinning “busy” cursor to linger for roughly 20 seconds before timing out.

This issue does not happen with Chromium.

Merging your topics because they appear to be the same.

Thanks

Many apps call home when started, but now need added checks to deal with the rampant abuse of AI tools. I suspect some delays starting apps may be the new normal.

You can disable startup notification like this:

desktop-file-install \
    --dir=${HOME}/.local/share/applications \
    --remove-key=StartupNotify \
    /usr/share/applications/google-chrome.desktop

Keep in mind that Google Chrome is a proprietary app not maintained by Fedora.

See also:

Sorry, I thought I didn’t open this discussion.