On Thu, 2019-04-18 at 15:08 +0000, Reid Thompson via evolution-list wrote: On Thu, 2019-04-18 at 10:52 -0400, David Burleigh via evolution-list wrote:[EXTERNAL SOURCE]On Thu, 2019-04-18 at 10:42 -0400, Adam Tauno Williams wrote:I did the same search in /usr/share/applications and there is noinstance*foxit* there, and I removed "display-im6.q16.desktop" also, whichmade no difference.All this sits on top of XDG, so it should be a ".desktop" filesomewhere.Official locations are:/usr/share/applications//usr/local/share/applications/~/.local/share/applications/Well, this is quite a mystery, because there's no trace of foxit in any ofthose folders.just asking, are you grep'ing case insensitve for Foxit/foxit$ rg -i foxit .local/share/applications/.local/share/applications/mimeapps.list13:application/pdf=FoxitReader.desktop14:application/ppdf=FoxitReader.desktop15:application/octet-stream=FoxitReader.desktop.local/share/applications/mimeinfo.cache3:application/octet-stream=FoxitReader.desktop;5:application/pdf=FoxitReader.desktop;wine-extension-pdf.desktop;.local/share/applications/FoxitReader.desktop2:Name=Foxit Reader10:Icon=FoxitReader11:Exec=/home/rthompso/opt/foxitsoftware/foxitreader/FoxitReader.sh %F Hmmm... zerubbabel@dz:~$ grep -r -i foxit .local/share/applications/ .local/share/applications/mimeinfo.cache:application/pdf=FoxitReader.desktop; .local/share/applications/mimeinfo.cache:application/ppdf=FoxitReader.desktop; .local/share/applications/defaults.list:application/pdf=org.gnome.Evince.desktop;FoxitReader.desktop .local/share/applications/defaults.list:application/ppdf=FoxitReader.desktop zerubbabel@dz:~$ |