commit: 73de01ac007ca6ca293b12bfd039913735b16f2d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Nov 4 21:03:48 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 }
