On 02/14/2017 09:55 PM, Rick Lutowski wrote: > On 02/14/2017 07:06 AM, Jens Reyer wrote: >> since you seem to use your system for some years now without cleaning >> config files in /home: can you please execute the following commands to >> look for more iceweasel files (first command), or files referencing >> iceweasel (second command, this might take a while): >> >> $ find .config/ .local/ -iname iceweasel >> $ find .config/ .local/ -type f -exec grep -il iceweasel '{}' ';' >> >> On my system the output is empty (except a tracker file). > > The first command finds nothing. The second finds several files:
D'oh, the first should've been: $ find .config/ .local/ -iname "*iceweasel*" The second looks good on the first glance (nothing left to fix). Thanks!