Summary: | <www-client/google-chrome-75.x: apply workaround to /usr/bin/google-chrome-stable to parse GNOME sessions properly | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pacho Ramos <pacho> |
Component: | Current packages | Assignee: | Chromium Project <chromium> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=683792 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | 1.patch |
Description
Pacho Ramos
![]() Created attachment 573804 [details, diff]
1.patch
This works fine for me
(In reply to Pacho Ramos from comment #1) > Created attachment 573804 [details, diff] [details, diff] > 1.patch > > This works fine for me Regarding the ebuild, it simply runs eapply for that patch... in src_install because unpacking happens there for this ebuild . I can provide a diff too... but it's simply to add the line :) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51d344e64ba2c17f81372844a6d5ddcc01c3173 commit b51d344e64ba2c17f81372844a6d5ddcc01c3173 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2019-04-24 15:35:35 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2019-04-24 15:36:03 +0000 www-client/google-chrome-beta: apply workaround for GNOME Closes: https://bugs.gentoo.org/684116 Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87 Signed-off-by: Mike Gilbert <floppym@gentoo.org> www-client/google-chrome-beta/files/chrome-gnome.patch | 14 ++++++++++++++ ...8.ebuild => google-chrome-beta-74.0.3729.108-r1.ebuild} | 2 ++ 2 files changed, 16 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e5540ea5cdf5e9b75cc2d106996a70574e3233 commit 74e5540ea5cdf5e9b75cc2d106996a70574e3233 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2019-04-24 15:33:30 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2019-04-24 15:36:03 +0000 www-client/google-chrome: apply workaround for GNOME Bug: https://bugs.gentoo.org/684116 Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87 Signed-off-by: Mike Gilbert <floppym@gentoo.org> www-client/google-chrome/files/chrome-gnome.patch | 14 ++++++++++++++ ...29.108.ebuild => google-chrome-74.0.3729.108-r1.ebuild} | 2 ++ 2 files changed, 16 insertions(+) Thanks a lot Mike! |