| Summary: | www-client/chromium-86.0.4240.75: use the wrong cursors theme | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | David <david.guglielmi> |
| Component: | Current packages | Assignee: | Chromium Project <chromium> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | jaglover, jstein, pacho |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | chromium-87-obtain-xcursor-path-from-libxcursor.patch | ||
|
Description
David
2020-10-17 20:47:13 UTC
This also happens with Google Chrome 86. Does this still happen for >=chromium-87? I'll try to build >=www-client/chromium-87, but it's look fixed in >=www-client/google-chrome-beta-87.0.4280.47, so it's seems that upstream will not backport fixes for 86 series. I think we got the fix here: https://chromium-review.googlesource.com/c/chromium/src/+/2410305 https://bugs.chromium.org/p/chromium/issues/detail?id=1127712 Created attachment 671029 [details, diff]
chromium-87-obtain-xcursor-path-from-libxcursor.patch
I just backport the patch for chromium-86.0.4240.193, I can confirm it solved this issue.
Can you include it ? Maybe when you bump the ebuild to chromium-86.0.4240.198 ?
And this workarounds the problem for google-chrome-86.x --- /usr/bin/google-chrome-stable.old 2020-11-16 11:32:03.817167429 +0100 +++ /usr/bin/google-chrome-stable 2020-11-16 11:32:07.817219454 +0100 @@ -39,6 +39,9 @@ # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120 export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME +# Set XCURSOR_PATH for Gentoo until https://bugs.gentoo.org/749828 gets fixed (version >87) +export XCURSOR_PATH="/usr/share/cursors/xorg-x11" + # Sanitize std{in,out,err} because they'll be shared with untrusted child # processes (http://crbug.com/376567). exec < /dev/null chromium-86 is gone. |