Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Thu, 22 Sep 2022 14:16:27
Message-Id: 1663856180.78eb14ad88d022bff0d59ba4579e3ca29f0708d2.juippis@gentoo
1 commit: 78eb14ad88d022bff0d59ba4579e3ca29f0708d2
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 14:14:15 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 14:16:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78eb14ad
7
8 www-client/firefox: rename .desktop file to fix icon in wayland
9
10 - no revbump because I believe the "fix" affects minority of users.
11 Will be properly installed in next ESR versions.
12
13 Closes: https://bugs.gentoo.org/872233
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 www-client/firefox/firefox-102.3.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/www-client/firefox/firefox-102.3.0.ebuild b/www-client/firefox/firefox-102.3.0.ebuild
20 index 8c75d194fc60..8a217d14bd9a 100644
21 --- a/www-client/firefox/firefox-102.3.0.ebuild
22 +++ b/www-client/firefox/firefox-102.3.0.ebuild
23 @@ -1112,7 +1112,7 @@ src_install() {
24 # Install menu
25 local app_name="Mozilla ${MOZ_PN^}"
26 local desktop_file="${FILESDIR}/icon/${PN}-r3.desktop"
27 - local desktop_filename="${PN}.desktop"
28 + local desktop_filename="${PN}-esr.desktop"
29 local exec_command="${PN}"
30 local icon="${PN}"
31 local use_wayland="false"