From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7027A159C9B for ; Fri, 9 Aug 2024 12:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE7262BC0BF; Fri, 9 Aug 2024 12:04:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A95F12BC0BF for ; Fri, 9 Aug 2024 12:04:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC9E43430F7 for ; Fri, 9 Aug 2024 12:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32A1B1EC0 for ; Fri, 9 Aug 2024 12:04:44 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1723205049.8a4beb082e5d95b3057325962f413500ea4a3033.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/files/, gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/files/46.4-defaults.patch gnome-base/gnome-shell/gnome-shell-46.4.ebuild X-VCS-Directories: gnome-base/gnome-shell/ gnome-base/gnome-shell/files/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 8a4beb082e5d95b3057325962f413500ea4a3033 X-VCS-Branch: master Date: Fri, 9 Aug 2024 12:04:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7cf32616-1925-4cd1-9a89-d8caf4b176f2 X-Archives-Hash: 82daa8b9a28aa6f18e71e06b1d057266 commit: 8a4beb082e5d95b3057325962f413500ea4a3033 Author: Pacho Ramos gentoo org> AuthorDate: Fri Aug 9 11:40:27 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Aug 9 12:04:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4beb08 gnome-base/gnome-shell: Rebase favorites patch Signed-off-by: Pacho Ramos gentoo.org> gnome-base/gnome-shell/files/46.4-defaults.patch | 11 +++++++++++ gnome-base/gnome-shell/gnome-shell-46.4.ebuild | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/gnome-base/gnome-shell/files/46.4-defaults.patch b/gnome-base/gnome-shell/files/46.4-defaults.patch new file mode 100644 index 000000000000..797bd5bd8911 --- /dev/null +++ b/gnome-base/gnome-shell/files/46.4-defaults.patch @@ -0,0 +1,11 @@ +--- a/data/org.gnome.shell.gschema.xml.in~ 2024-08-03 20:13:53.000000000 +0200 ++++ b/data/org.gnome.shell.gschema.xml.in 2024-08-09 13:38:24.886239853 +0200 +@@ -61,7 +61,7 @@ + + + +- [ 'org.gnome.Epiphany.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'org.gnome.TextEditor.desktop'] ++ [ 'chromium-browser-chromium.desktop', 'firefox.desktop', 'firefox-bin.desktop', 'org.gnome.Evolution.desktop', 'org.gnome.Epiphany.desktop', 'org.gnome.Calendar.desktop', 'org.gnome.Music.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Software.desktop', 'org.gnome.TextEditor.desktop'] + List of desktop file IDs for favorite applications + + The applications corresponding to these identifiers diff --git a/gnome-base/gnome-shell/gnome-shell-46.4.ebuild b/gnome-base/gnome-shell/gnome-shell-46.4.ebuild index 23b0f05ea7a1..f3600035d8ff 100644 --- a/gnome-base/gnome-shell/gnome-shell-46.4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-46.4.ebuild @@ -131,6 +131,11 @@ BDEPEND=" # dev-lang/sassc # app-text/asciidoc +PATCHES=( + # Change favorites defaults, bug #479918 + "${FILESDIR}"/46.4-defaults.patch +) + src_prepare() { default xdg_environment_reset