summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-04 22:03:48 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-04 22:08:03 +0100
commit73de01ac007ca6ca293b12bfd039913735b16f2d (patch)
treedd79094cec8713bdf495265ff2bd4182b704939b /xfce-base
parentdev-util/lsuio: drop old (diff)
downloadgentoo-73de01ac007ca6ca293b12bfd039913735b16f2d.tar.gz
gentoo-73de01ac007ca6ca293b12bfd039913735b16f2d.tar.bz2
gentoo-73de01ac007ca6ca293b12bfd039913735b16f2d.zip
xfce-base/thunar: Add postinst info for start problems
Closes: https://bugs.gentoo.org/698914 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/thunar/thunar-1.8.9.ebuild7
1 files changed, 7 insertions, 0 deletions
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
}