davesteele / gnome-gmail

Integrate GMail into the Linux Desktop
https://davesteele.github.io/gnome-gmail/
GNU General Public License v2.0
50 stars 13 forks source link

apt-key is deprecated #92

Open sojusnik opened 2 years ago

sojusnik commented 2 years ago

When adding your key by wget -q -O - https://davesteele.github.io/key-366150CE.pub.txt | sudo apt-key add -, I get: Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

Can you have a look at this?

Happens on Ubuntu 22.04

davesteele commented 2 years ago

I should get around to packaging a solution to this one of these days. In the meantime, if this concerns you, you can install the key to /usr/share/keyrings/davesteele-archive-keyring.gpg, then modify the sources entry with a "signed-by" tag a la the comitup repository entry.