|
Bugzilla – Full Text Bug Listing |
| Summary: | Application Windows Flickering, black surrounding windows, or blank (black) app window | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Harry Stamper <harrystamperz> |
| Component: | Kernel | Assignee: | openSUSE Kernel Bugs <kernel-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | tiwai |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Harry Stamper
2023-11-24 02:51:05 UTC
This post help solved my issue (below). Had something to do with the gpu cache, and removing the folders for browser and vpn app fixed it. Here's the instructions I followed, but again a bit more detailed is linked. > For each affected app, I had to delete the associated GPUCache sub-directory. > There is quite a few to delete, search for them like this > find ~/ -type d -name GPUCache > (in the users home directory) > They can all be deleted in one fell swoop with: > find ~/ -type d -name GPUCache -exec rm -rf {} + > … but do it at your own risk. https://forums.opensuse.org/t/chromium-and-chromium-based-browsers-vivaldi-not-displaying-content-correctly/167660/2 FWIW, a similar report in bug 1217484 |