From: Michał Górny Date: Mon, 4 Nov 2019 21:03:48 +0000 (+0100) Subject: xfce-base/thunar: Add postinst info for start problems X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73de01ac007ca6ca293b12bfd039913735b16f2d;p=gentoo.git xfce-base/thunar: Add postinst info for start problems Closes: https://bugs.gentoo.org/698914 Signed-off-by: Michał Górny --- 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 }