Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/
Date: Mon, 04 Nov 2019 21:08:12
Message-Id: 1572901683.73de01ac007ca6ca293b12bfd039913735b16f2d.mgorny@gentoo
1 commit: 73de01ac007ca6ca293b12bfd039913735b16f2d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 21:03:48 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 21:08:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73de01ac
7
8 xfce-base/thunar: Add postinst info for start problems
9
10 Closes: https://bugs.gentoo.org/698914
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 xfce-base/thunar/thunar-1.8.9.ebuild | 7 +++++++
14 1 file changed, 7 insertions(+)
15
16 diff --git a/xfce-base/thunar/thunar-1.8.9.ebuild b/xfce-base/thunar/thunar-1.8.9.ebuild
17 index 1a081715f0f..6ee623fe593 100644
18 --- a/xfce-base/thunar/thunar-1.8.9.ebuild
19 +++ b/xfce-base/thunar/thunar-1.8.9.ebuild
20 @@ -66,6 +66,13 @@ src_install() {
21 }
22
23 pkg_postinst() {
24 + elog "If you were using an older Xfce version and Thunar fails to start"
25 + elog "with a message similar to:"
26 + elog " Failed to register: Timeout was reached"
27 + elog "you may need to reset your xfce4 session:"
28 + elog " rm ~/.cache/sessions/xfce4-session-*"
29 + elog "See https://bugs.gentoo.org/698914."
30 +
31 xdg_desktop_database_update
32 xdg_icon_cache_update
33 }