projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca7db3
)
xfce-base/thunar: Add postinst info for start problems
author
Michał Górny
<mgorny@gentoo.org>
Mon, 4 Nov 2019 21:03:48 +0000
(22:03 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 4 Nov 2019 21:08:03 +0000
(22:08 +0100)
Closes: https://bugs.gentoo.org/698914
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-base/thunar/thunar-1.8.9.ebuild
patch
|
blob
|
history
diff --git
a/xfce-base/thunar/thunar-1.8.9.ebuild
b/xfce-base/thunar/thunar-1.8.9.ebuild
index 1a081715f0ff89c1fc286f84b1851371ad7dadf8..6ee623fe593eab7f2eb11e1b06c438bb1aaa07bd 100644
(file)
--- 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
}