From 73de01ac007ca6ca293b12bfd039913735b16f2d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 4 Nov 2019 22:03:48 +0100 Subject: xfce-base/thunar: Add postinst info for start problems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/698914 Signed-off-by: Michał Górny --- xfce-base/thunar/thunar-1.8.9.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xfce-base') diff --git a/xfce-base/thunar/thunar-1.8.9.ebuild b/xfce-base/thunar/thunar-1.8.9.ebuild index 1a081715f0ff..6ee623fe593e 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 } -- cgit v1.2.3-65-gdbad