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 465CF158089 for ; Thu, 26 Oct 2023 15:54:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34F122BC052; Thu, 26 Oct 2023 15:54:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 17D942BC052 for ; Thu, 26 Oct 2023 15:54:10 +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 25637335CA6 for ; Thu, 26 Oct 2023 15:54:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B65F312C7 for ; Thu, 26 Oct 2023 15:54:07 +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: <1698335612.7391c5412f0e3fb775e2cfd83cdb67e0f0a7534e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/nautilus/nautilus-45.1.ebuild X-VCS-Directories: gnome-base/nautilus/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7391c5412f0e3fb775e2cfd83cdb67e0f0a7534e X-VCS-Branch: master Date: Thu, 26 Oct 2023 15:54:07 +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: 6eea2de1-da80-40df-b12a-957980ab4eb4 X-Archives-Hash: 39811af9c9f160f3f8756e28c8fa44b2 commit: 7391c5412f0e3fb775e2cfd83cdb67e0f0a7534e Author: Pacho Ramos gentoo org> AuthorDate: Thu Oct 26 15:29:32 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Oct 26 15:53:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7391c541 gnome-base/nautilus: Avoid test failure Closes: https://bugs.gentoo.org/911995 Signed-off-by: Pacho Ramos gentoo.org> gnome-base/nautilus/nautilus-45.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-base/nautilus/nautilus-45.1.ebuild b/gnome-base/nautilus/nautilus-45.1.ebuild index dbf0640e13e1..5ac89ebfb10c 100644 --- a/gnome-base/nautilus/nautilus-45.1.ebuild +++ b/gnome-base/nautilus/nautilus-45.1.ebuild @@ -102,7 +102,8 @@ src_test() { gnome2_environment_reset # TODO: Tests require tracker testutils (e.g. tracker-sandbox), which may # need some sorting out with tracker use flag deps - XDG_SESSION_TYPE=x11 virtx dbus-run-session meson test -C "${BUILD_DIR}" || die + # GIO_USE_VOLUME_MONITOR=unix due to https://gitlab.gnome.org/GNOME/gvfs/-/issues/629#note_1467280 + GIO_USE_VOLUME_MONITOR=unix XDG_SESSION_TYPE=x11 virtx dbus-run-session meson test -C "${BUILD_DIR}" || die } pkg_postinst() {