Software Updater reports "Failed to download repository information."

Ubuntu Support Template

Ubuntu Version:
Ubuntu 24.04.4LTS

Desktop Environment (if applicable):
GNOME

Problem Description:

When I run the Software Updater tool, it reports that it “Failed to download repository information.” When I run “sudo apt update” I see the following errors:
N: Missing Signed-By in the sources.list(5) entry for ‘http://dl.google.com/linux/earth/deb’
N: Missing Signed-By in the sources.list(5) entry for ‘http://download.virtualbox.org/virtualbox/debian’

I don’t understand how/why this is happening as I have the same repositories defined to my laptop running Ubuntu Unity at the same maintenance levels, and this does not occur. Only on my desktop running the default GNOME desktop.

What I’ve Tried:
A quick Google Search implied installing the latest version of Google Earth would resolve the issue, but when I tried that, nothing changed. Also doesn’t explain why all of a sudden the virtualbox key isn’t found on the desktop but works fine on the laptop.

There are differences between Ubuntu on Unity and Ubuntu on Gnome. Things such as gpg keys being stored in different places.

Ubuntu has been going through something called “Modernization.” This has resulted in gpg keys being stored in a different folder.

I have a repository for the OEM supplier that I brought my laptop from. Ubuntu 20.04 LTS pre-installed. I was able to transfer this OEM repository into Ubuntu 22.04 by copying over the address and the gpg key. But when 24.04 LTS started undergoing “modernisation” I had to put the gpg keys into a different folder.

At present, on my Ubuntu 24.04 LTS the gpg keys go into /etc/apt/trusted.gpg.d/

And then there is /etc/apt/keyrings/ where the wine archive keys resides.

I do not know if this helps. It may help with understanding why something works in Unity but not Gnome.

Regards

But how do I fix the error??

Let’s maybe start with looking at some additional information.

Please post the output of the following and wrap with code tags (highlight the output and click </> in the composer):

inxi -r (if not installed, then first sudo apt install inxi)

apt-cache policy

Thanks

1 Like

Is it an error? What is a gpg key?

A GPG (GNU Privacy Guard) key in Ubuntu is

a pair of cryptographic keys—public and private—used to verify the authenticity, integrity, and origin of software packages, repositories, and data. They ensure that installed software is legitimate and hasn’t been tampered with by malicious third parties.

You have software Sources or Repositories that for some reason do not have a valid key to assure Software Updater that the repository is authentic.

On Ubuntu with Gnome open Software & Updates>Other Software tab. What do you see listed there? Do you see the two repositories that are giving this error? Are they ticked? Untick them. Now run Software Updater. Do you still see the errors. No? Then problem fixed.

By the way, the system will no longer even try to access those two repositories. The software installed from them will not be updated. That is a different problem. An opportunity for user research.

Regards

1 Like

The desktop session doesn’t change where the keys for repos are stored.

What is the output of

sudo apt update

Thanks

1 Like

No change of location? What about this?

GPG keys in Ubuntu are primarily stored in

/usr/share/keyrings/ for system-wide, package-managed keys, and /etc/apt/keyrings/ for manually added, third-party repository keys. Legacy keys may still reside in /etc/apt/trusted.gpg or /etc/apt/trusted.gpg.d/, though this is deprecated.

Are these third party gpg keys in the right location? Where is Software Updater and apt (while we are at this) looking? It is certainly not finding the gpg keys where it is looking.

Get:1 Index of /ubuntu noble-security InRelease [126 kB]
Hit:2 http://download.virtualbox.org/virtualbox/debian noble InRelease
Hit:3 Index of /ubuntu noble InRelease
Hit:4 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
Get:5 Index of /ubuntu noble-updates InRelease [126 kB]
Hit:6 https://dl.winehq.org/wine-builds/ubuntu noble InRelease
Hit:7 http://dl.google.com/linux/earth/deb stable InRelease
Get:8 Index of /ubuntu noble-backports InRelease [126 kB]
Get:9 https://dl.google.com/linux/chrome/deb stable InRelease [1,825 B]
Get:10 Index of /ubuntu noble-security/main amd64 Components [21.5 kB]
Get:11 Index of /ubuntu noble-security/restricted amd64 Components [208 B]
Get:12 Index of /ubuntu noble-security/universe amd64 Components [74.2 kB]
Get:13 Index of /ubuntu noble-security/multiverse amd64 Components [208 B]
Get:14 Index of /apps/ubuntu/ noble-apps-updates InRelease [8,220 B]
Hit:15 Index of /atareao/atareao/ubuntu noble InRelease
Hit:16 Index of /danielrichter2007/grub-customizer/ubuntu noble InRelease
Get:17 Index of /apps/ubuntu/ noble-apps-security InRelease [8,371 B]
Hit:18 Index of /gerardpuig/ppa/ubuntu noble InRelease
Get:19 Index of /infra/ubuntu/ noble-infra-security InRelease [8,214 B]
Hit:20 Index of /libreoffice/ppa/ubuntu noble InRelease
Get:21 Index of /infra/ubuntu/ noble-infra-updates InRelease [8,213 B]
Hit:22 Index of /mozillateam/ppa/ubuntu noble InRelease
Get:23 Index of /ubuntu noble-updates/main amd64 Components [175 kB]
Get:24 Index of /ubuntu noble-updates/restricted amd64 Components [212 B]
Get:25 Index of /ubuntu noble-updates/universe amd64 Components [386 kB]
Hit:26 Index of /ubuntuhandbook1/apps/ubuntu noble InRelease
Get:27 Index of /ubuntu noble-updates/multiverse amd64 Components [940 B]
Get:28 Index of /ubuntu noble-backports/main amd64 Components [7,300 B]
Get:29 Index of /ubuntu noble-backports/restricted amd64 Components [216 B]
Get:30 Index of /ubuntu noble-backports/universe amd64 Components [10.5 kB]
Get:31 Index of /ubuntu noble-backports/multiverse amd64 Components [212 B]
Hit:32 Index of /ubuntuhandbook1/handbrake/ubuntu noble InRelease
Err:9 https://dl.google.com/linux/chrome/deb stable InRelease
The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY FD533C07C264648F
Fetched 1,088 kB in 2s (701 kB/s)
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
All packages are up to date.
W: http://download.virtualbox.org/virtualbox/debian/dists/noble/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
N: Skipping acquire of configured file ‘contrib/binary-i386/Packages’ as repository ‘http://download.virtualbox.org/virtualbox/debian noble InRelease’ doesn’t support architecture ‘i386’
N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘http://dl.google.com/linux/earth/deb stable InRelease’ doesn’t support architecture ‘i386’
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY FD533C07C264648F
W: https://ppa.launchpadcontent.net/atareao/atareao/ubuntu/dists/noble/InRelease: Signature by key A3D8A366869FE2DC5FFD79C36A9653F936FD5529 uses weak algorithm (rsa1024)
W: https://ppa.launchpadcontent.net/danielrichter2007/grub-customizer/ubuntu/dists/noble/InRelease: Signature by key 59DAD276B942642B1BBD0EACA8AA1FAA3F055C03 uses weak algorithm (rsa1024)
W: https://ppa.launchpadcontent.net/libreoffice/ppa/ubuntu/dists/noble/InRelease: Signature by key 36E81C9267FD1383FCC4490983FBA1751378B444 uses weak algorithm (rsa1024)
W: https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/dists/noble/InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)
W: https://ppa.launchpadcontent.net/ubuntuhandbook1/apps/ubuntu/dists/noble/InRelease: Signature by key A0062203196CA4482DDB859E4C1CBE14852541CB uses weak algorithm (rsa1024)
W: https://ppa.launchpadcontent.net/ubuntuhandbook1/handbrake/ubuntu/dists/noble/InRelease: Signature by key A0062203196CA4482DDB859E4C1CBE14852541CB uses weak algorithm (rsa1024)
W: Failed to fetch https://dl.google.com/linux/chrome/deb/dists/stable/InRelease The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY FD533C07C264648F
W: Some index files failed to download. They have been ignored, or old ones used instead.
N: Missing Signed-By in the sources.list(5) entry for ‘http://dl.google.com/linux/earth/deb’
N: Missing Signed-By in the sources.list(5) entry for ‘http://download.virtualbox.org/virtualbox/debian’

Repos:
No active apt repos in: /etc/apt/sources.list
No active apt repos in: /etc/apt/sources.list.d/fossfreedom-ubuntu-indicator-sysmonitor-jammy.list
No active apt repos in: /etc/apt/sources.list.d/indicator-multiload-ubuntu-stable-daily-jammy.list
Active apt repos in: /etc/apt/sources.list.d/atareao-ubuntu-atareao-jammy.sources
1: deb Index of /atareao/atareao/ubuntu noble main
Active apt repos in: /etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-jammy.sources
1: deb Index of /danielrichter2007/grub-customizer/ubuntu noble main
No active apt repos in: /etc/apt/sources.list.d/diesch-ubuntu-stable-jammy.sources
Active apt repos in: /etc/apt/sources.list.d/gerardpuig-ubuntu-ppa-jammy.sources
1: deb Index of /gerardpuig/ppa/ubuntu noble main
Active apt repos in: /etc/apt/sources.list.d/google-chrome.sources
1: deb https://dl.google.com/linux/chrome/deb/ stable main
Active apt repos in: /etc/apt/sources.list.d/google-earth-pro.sources
1: deb http://dl.google.com/linux/earth/deb/ stable main
Active apt repos in: /etc/apt/sources.list.d/libreoffice-ubuntu-ppa-jammy.sources
1: deb Index of /libreoffice/ppa/ubuntu noble main
Active apt repos in: /etc/apt/sources.list.d/mozillateam-ubuntu-ppa-jammy.sources
1: deb Index of /mozillateam/ppa/ubuntu noble main
No active apt repos in: /etc/apt/sources.list.d/thebernmeister-ubuntu-ppa-jammy.sources
Active apt repos in: /etc/apt/sources.list.d/ubuntu-esm-apps.sources
1: deb Index of /apps/ubuntu/ noble-apps-updates noble-apps-security main
Active apt repos in: /etc/apt/sources.list.d/ubuntu-esm-infra.sources
1: deb Index of /infra/ubuntu/ noble-infra-security noble-infra-updates main
Active apt repos in: /etc/apt/sources.list.d/ubuntu.sources
1: deb Index of /ubuntu noble noble-updates noble-backports main restricted universe multiverse
2: deb Index of /ubuntu noble-security main restricted universe multiverse
Active apt repos in: /etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-apps-jammy.sources
1: deb Index of /ubuntuhandbook1/apps/ubuntu noble main
Active apt repos in: /etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-handbrake-jammy.sources
1: deb https://ppa.launchpadcontent.net/ubuntuhandbook1/handbrake/ubuntu/ noble main
Active apt repos in: /etc/apt/sources.list.d/virtualbox.sources
1: deb http://download.virtualbox.org/virtualbox/debian noble contrib
Active apt repos in: /etc/apt/sources.list.d/winehq-jammy.sources
1: deb [arch=amd64 i386] https://dl.winehq.org/wine-builds/ubuntu jammy main
Active apt repos in: /etc/apt/sources.list.d/winehq-noble.sources
1: deb [arch=amd64 i386] https://dl.winehq.org/wine-builds/ubuntu noble main

Package files:
100 /var/lib/dpkg/status
release a=now
500 https://dl.winehq.org/wine-builds/ubuntu noble/main i386 Packages
release o=dl.winehq.org,a=noble,n=noble,l=winehq,c=main,b=i386
origin dl.winehq.org
500 https://dl.winehq.org/wine-builds/ubuntu noble/main amd64 Packages
release o=dl.winehq.org,a=noble,n=noble,l=winehq,c=main,b=amd64
origin dl.winehq.org
500 https://dl.winehq.org/wine-builds/ubuntu jammy/main i386 Packages
release o=dl.winehq.org,a=jammy,n=jammy,l=winehq,c=main,b=i386
origin dl.winehq.org
500 https://dl.winehq.org/wine-builds/ubuntu jammy/main amd64 Packages
release o=dl.winehq.org,a=jammy,n=jammy,l=winehq,c=main,b=amd64
origin dl.winehq.org
500 http://download.virtualbox.org/virtualbox/debian noble/contrib amd64 Packages
release o=Oracle Corporation,n=noble,l=Oracle Corporation,c=contrib,b=amd64
origin download.virtualbox.org
500 https://ppa.launchpadcontent.net/ubuntuhandbook1/handbrake/ubuntu noble/main amd64 Packages
release v=24.04,o=LP-PPA-ubuntuhandbook1-handbrake,a=noble,n=noble,l=handbrake,c=main,b=amd64
origin ppa.launchpadcontent.net
500 Index of /ubuntuhandbook1/apps/ubuntu noble/main i386 Packages
release v=24.04,o=LP-PPA-ubuntuhandbook1-apps,a=noble,n=noble,l=Apps,c=main,b=i386
origin ppa.launchpadcontent.net
500 Index of /ubuntuhandbook1/apps/ubuntu noble/main amd64 Packages
release v=24.04,o=LP-PPA-ubuntuhandbook1-apps,a=noble,n=noble,l=Apps,c=main,b=amd64
origin ppa.launchpadcontent.net
500 Index of /ubuntu noble-security/multiverse i386 Packages
release v=24.04,o=Ubuntu,a=noble-security,n=noble,l=Ubuntu,c=multiverse,b=i386
origin security.ubuntu.com
500 Index of /ubuntu noble-security/multiverse amd64 Packages
release v=24.04,o=Ubuntu,a=noble-security,n=noble,l=Ubuntu,c=multiverse,b=amd64
origin security.ubuntu.com
500 Index of /ubuntu noble-security/universe i386 Packages
release v=24.04,o=Ubuntu,a=noble-security,n=noble,l=Ubuntu,c=universe,b=i386
origin security.ubuntu.com
500 Index of /ubuntu noble-security/universe amd64 Packages
release v=24.04,o=Ubuntu,a=noble-security,n=noble,l=Ubuntu,c=universe,b=amd64
origin security.ubuntu.com
500 Index of /ubuntu noble-security/restricted i386 Packages
release v=24.04,o=Ubuntu,a=noble-security,n=noble,l=Ubuntu,c=restricted,b=i386
origin security.ubuntu.com
500 Index of /ubuntu noble-security/restricted amd64 Packages
release v=24.04,o=Ubuntu,a=noble-security,n=noble,l=Ubuntu,c=restricted,b=amd64
origin security.ubuntu.com
500 Index of /ubuntu noble-security/main i386 Packages
release v=24.04,o=Ubuntu,a=noble-security,n=noble,l=Ubuntu,c=main,b=i386
origin security.ubuntu.com
500 Index of /ubuntu noble-security/main amd64 Packages
release v=24.04,o=Ubuntu,a=noble-security,n=noble,l=Ubuntu,c=main,b=amd64
origin security.ubuntu.com
100 Index of /ubuntu noble-backports/universe i386 Packages
release v=24.04,o=Ubuntu,a=noble-backports,n=noble,l=Ubuntu,c=universe,b=i386
origin us.archive.ubuntu.com
100 Index of /ubuntu noble-backports/universe amd64 Packages
release v=24.04,o=Ubuntu,a=noble-backports,n=noble,l=Ubuntu,c=universe,b=amd64
origin us.archive.ubuntu.com
100 Index of /ubuntu noble-backports/main i386 Packages
release v=24.04,o=Ubuntu,a=noble-backports,n=noble,l=Ubuntu,c=main,b=i386
origin us.archive.ubuntu.com
100 Index of /ubuntu noble-backports/main amd64 Packages
release v=24.04,o=Ubuntu,a=noble-backports,n=noble,l=Ubuntu,c=main,b=amd64
origin us.archive.ubuntu.com
500 Index of /ubuntu noble-updates/multiverse i386 Packages
release v=24.04,o=Ubuntu,a=noble-updates,n=noble,l=Ubuntu,c=multiverse,b=i386
origin us.archive.ubuntu.com
500 Index of /ubuntu noble-updates/multiverse amd64 Packages
release v=24.04,o=Ubuntu,a=noble-updates,n=noble,l=Ubuntu,c=multiverse,b=amd64
origin us.archive.ubuntu.com
500 Index of /ubuntu noble-updates/universe i386 Packages
release v=24.04,o=Ubuntu,a=noble-updates,n=noble,l=Ubuntu,c=universe,b=i386
origin us.archive.ubuntu.com
500 Index of /ubuntu noble-updates/universe amd64 Packages
release v=24.04,o=Ubuntu,a=noble-updates,n=noble,l=Ubuntu,c=universe,b=amd64
origin us.archive.ubuntu.com
500 Index of /ubuntu noble-updates/restricted i386 Packages
release v=24.04,o=Ubuntu,a=noble-updates,n=noble,l=Ubuntu,c=restricted,b=i386
origin us.archive.ubuntu.com
500 Index of /ubuntu noble-updates/restricted amd64 Packages
release v=24.04,o=Ubuntu,a=noble-updates,n=noble,l=Ubuntu,c=restricted,b=amd64
origin us.archive.ubuntu.com
500 Index of /ubuntu noble-updates/main i386 Packages
release v=24.04,o=Ubuntu,a=noble-updates,n=noble,l=Ubuntu,c=main,b=i386
origin us.archive.ubuntu.com
500 Index of /ubuntu noble-updates/main amd64 Packages
release v=24.04,o=Ubuntu,a=noble-updates,n=noble,l=Ubuntu,c=main,b=amd64
origin us.archive.ubuntu.com
500 Index of /ubuntu noble/multiverse i386 Packages
release v=24.04,o=Ubuntu,a=noble,n=noble,l=Ubuntu,c=multiverse,b=i386
origin us.archive.ubuntu.com
500 Index of /ubuntu noble/multiverse amd64 Packages
release v=24.04,o=Ubuntu,a=noble,n=noble,l=Ubuntu,c=multiverse,b=amd64
origin us.archive.ubuntu.com
500 Index of /ubuntu noble/universe i386 Packages
release v=24.04,o=Ubuntu,a=noble,n=noble,l=Ubuntu,c=universe,b=i386
origin us.archive.ubuntu.com
500 Index of /ubuntu noble/universe amd64 Packages
release v=24.04,o=Ubuntu,a=noble,n=noble,l=Ubuntu,c=universe,b=amd64
origin us.archive.ubuntu.com
500 Index of /ubuntu noble/restricted i386 Packages
release v=24.04,o=Ubuntu,a=noble,n=noble,l=Ubuntu,c=restricted,b=i386
origin us.archive.ubuntu.com
500 Index of /ubuntu noble/restricted amd64 Packages
release v=24.04,o=Ubuntu,a=noble,n=noble,l=Ubuntu,c=restricted,b=amd64
origin us.archive.ubuntu.com
500 Index of /ubuntu noble/main i386 Packages
release v=24.04,o=Ubuntu,a=noble,n=noble,l=Ubuntu,c=main,b=i386
origin us.archive.ubuntu.com
500 Index of /ubuntu noble/main amd64 Packages
release v=24.04,o=Ubuntu,a=noble,n=noble,l=Ubuntu,c=main,b=amd64
origin us.archive.ubuntu.com
510 Index of /infra/ubuntu/ noble-infra-updates/main amd64 Packages
release v=24.04,o=UbuntuESM,a=noble-infra-updates,n=noble,l=UbuntuESM,c=main,b=amd64
origin esm.ubuntu.com
510 Index of /infra/ubuntu/ noble-infra-security/main amd64 Packages
release v=24.04,o=UbuntuESM,a=noble-infra-security,n=noble,l=UbuntuESM,c=main,b=amd64
origin esm.ubuntu.com
510 Index of /apps/ubuntu/ noble-apps-security/main i386 Packages
release v=24.04,o=UbuntuESMApps,a=noble-apps-security,n=noble,l=UbuntuESMApps,c=main,b=i386
origin esm.ubuntu.com
510 Index of /apps/ubuntu/ noble-apps-security/main amd64 Packages
release v=24.04,o=UbuntuESMApps,a=noble-apps-security,n=noble,l=UbuntuESMApps,c=main,b=amd64
origin esm.ubuntu.com
510 Index of /apps/ubuntu/ noble-apps-updates/main amd64 Packages
release v=24.04,o=UbuntuESMApps,a=noble-apps-updates,n=noble,l=UbuntuESMApps,c=main,b=amd64
origin esm.ubuntu.com
1001 Index of /mozillateam/ppa/ubuntu noble/main i386 Packages
release v=24.04,o=LP-PPA-mozillateam,a=noble,n=noble,l=Firefox ESR and Thunderbird stable builds,c=main,b=i386
origin ppa.launchpadcontent.net
1001 Index of /mozillateam/ppa/ubuntu noble/main amd64 Packages
release v=24.04,o=LP-PPA-mozillateam,a=noble,n=noble,l=Firefox ESR and Thunderbird stable builds,c=main,b=amd64
origin ppa.launchpadcontent.net
500 Index of /libreoffice/ppa/ubuntu noble/main i386 Packages
release v=24.04,o=LP-PPA-libreoffice,a=noble,n=noble,l=LibreOffice Fresh,c=main,b=i386
origin ppa.launchpadcontent.net
500 Index of /libreoffice/ppa/ubuntu noble/main amd64 Packages
release v=24.04,o=LP-PPA-libreoffice,a=noble,n=noble,l=LibreOffice Fresh,c=main,b=amd64
origin ppa.launchpadcontent.net
500 http://dl.google.com/linux/earth/deb stable/main amd64 Packages
release v=1.0,o=Google LLC,a=stable,n=stable,l=Google,c=main,b=amd64
origin dl.google.com
500 https://dl.google.com/linux/chrome/deb stable/main amd64 Packages
release v=1.0,o=Google LLC,a=stable,n=stable,l=Google,c=main,b=amd64
origin dl.google.com
500 Index of /gerardpuig/ppa/ubuntu noble/main i386 Packages
release v=24.04,o=LP-PPA-gerardpuig,a=noble,n=noble,l=Ubuntu Cleaner PPA,c=main,b=i386
origin ppa.launchpadcontent.net
500 Index of /gerardpuig/ppa/ubuntu noble/main amd64 Packages
release v=24.04,o=LP-PPA-gerardpuig,a=noble,n=noble,l=Ubuntu Cleaner PPA,c=main,b=amd64
origin ppa.launchpadcontent.net
500 Index of /danielrichter2007/grub-customizer/ubuntu noble/main amd64 Packages
release v=24.04,o=LP-PPA-danielrichter2007-grub-customizer,a=noble,n=noble,l=Launchpad PPA for Grub Customizer,c=main,b=amd64
origin ppa.launchpadcontent.net
500 https://ppa.launchpadcontent.net/atareao/atareao/ubuntu noble/main i386 Packages
release v=24.04,o=LP-PPA-atareao-atareao,a=noble,n=noble,l=atareao-team,c=main,b=i386
origin ppa.launchpadcontent.net
500 https://ppa.launchpadcontent.net/atareao/atareao/ubuntu noble/main amd64 Packages
release v=24.04,o=LP-PPA-atareao-atareao,a=noble,n=noble,l=atareao-team,c=main,b=amd64
origin ppa.launchpadcontent.net
Pinned packages:
thunderbird → 2:1snap1-0ubuntu3 with priority -1

Should fix the chrome issue. If you’d use the deb then it’d add the key and source for you. Seems you add PPAs by adding lines to files in /etc/apt/sources.list.d

https://support.google.com/chrome/thread/409314457/linux-repo-error?hl=en

Well, I don’t know what the heck happened on my desktop system that didn’t happen on my laptop BUT I used Synaptic to remove Google Chrome, Google Earth and Virtualbox, then went into “Software and Updates” and removed the PPAs. Then I reinstalled each package again and everything now seems to be fine. VERY bizarre!!

2 Likes

The reinstall will probably have added the source as well as the GPG key, which is what was missing

I’m just wondering how they disappeared in the first place. Guess I’ll never know. My one thought that came late last night: My laptop Ubuntu Unity system was a fresh install of 24.04.1LTS, whereas my desktop was upgraded from Jammy (22.04.5LTS). Maybe that’s the difference? I haven’t had any other issues with the desktop system till now.

This topic was automatically closed 18 hours after the last reply. New replies are no longer allowed.