Have you tried gpucache clean trick? It's actually been a while since it was 
triggered for me personally (fixed at some point?), but maybe worth a shot:

```
for i in $(find ~/.config ~/.var -type d -name "GPUCache" 2>/dev/null); do rm 
-ri ${i}; done  
```

---
Best regards, Alex


On Tuesday, July 30th, 2024 at 12:04, Daniel Walsh <dwa...@redhat.com> wrote:

> I have destroyed $HOME/.config/google\* $HOME/.cache/goolge* and still
> does not work.
> 
> Anyone else see this happen?
> 
> I have checked SELinux and it is not causing the problem.
> 
> --
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to