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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1601138334 for ; Mon, 4 Nov 2019 21:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED377E09E9; Mon, 4 Nov 2019 21:08:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9695E09E9 for ; Mon, 4 Nov 2019 21:08:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEFA534C89B for ; Mon, 4 Nov 2019 21:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8632388E for ; Mon, 4 Nov 2019 21:08:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572901683.73de01ac007ca6ca293b12bfd039913735b16f2d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/thunar/thunar-1.8.9.ebuild X-VCS-Directories: xfce-base/thunar/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73de01ac007ca6ca293b12bfd039913735b16f2d X-VCS-Branch: master Date: Mon, 4 Nov 2019 21:08:09 +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: c218afbd-c665-42c4-b6e1-ede894afab6d X-Archives-Hash: cd51f2f29bca78ec635ca69e675dd45b commit: 73de01ac007ca6ca293b12bfd039913735b16f2d Author: Michał Górny gentoo org> AuthorDate: Mon Nov 4 21:03:48 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 4 21:08:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73de01ac xfce-base/thunar: Add postinst info for start problems Closes: https://bugs.gentoo.org/698914 Signed-off-by: Michał Górny gentoo.org> xfce-base/thunar/thunar-1.8.9.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xfce-base/thunar/thunar-1.8.9.ebuild b/xfce-base/thunar/thunar-1.8.9.ebuild index 1a081715f0f..6ee623fe593 100644 --- a/xfce-base/thunar/thunar-1.8.9.ebuild +++ b/xfce-base/thunar/thunar-1.8.9.ebuild @@ -66,6 +66,13 @@ src_install() { } pkg_postinst() { + elog "If you were using an older Xfce version and Thunar fails to start" + elog "with a message similar to:" + elog " Failed to register: Timeout was reached" + elog "you may need to reset your xfce4 session:" + elog " rm ~/.cache/sessions/xfce4-session-*" + elog "See https://bugs.gentoo.org/698914." + xdg_desktop_database_update xdg_icon_cache_update }