Describe the bug
The "Add missing keys" button adds keys to /etc/apt/trusted.gpg.d/. This is wrong, because the keyrings have been moved to /usr/share/keyrings. The apt command does not look in /etc/apt/trusted.gpg.d/, so this button doesn't do anything useful.
Furthermore, this may impact other tools within Update Manager that interact with keyrings.
Screenshots
To Reproduce
- Software Sources > Maintenance > Add missing keys
ls -l /etc/apt/trusted.gpg.d/
- See keys updated in bad location
Expected behavior
Keys in /usr/share/keyrings
Distribution:
Linux Mint
Software version:
7.1.4
Logs:
Nothing relevant.