aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-12-30 04:01:19 +0800
committerlofi <lofi@FreeBSD.org>2004-12-30 04:01:19 +0800
commitb20678b19455770dcd627b891601de58d104c51b (patch)
tree72c6c099e7f1f0cc7b95f0b606ad4086f7579af7
parent886c71d20bc16d7f578c6d4f2a6131650e3b19b7 (diff)
downloadfreebsd-ports-gnome-b20678b19455770dcd627b891601de58d104c51b.tar.gz
freebsd-ports-gnome-b20678b19455770dcd627b891601de58d104c51b.tar.zst
freebsd-ports-gnome-b20678b19455770dcd627b891601de58d104c51b.zip
Add a note about checking the ICE socket directory in case KDE refuses
to start after upgrading to Xorg 6.8.1 (which for some reason that's escaping me makes .ICE-unix/ not owned by root a fatal error).
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 787b3f577b11..b0b925224eea 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20041229:
+ AFFECTS: users of x11/kdebase3, x11/xorg-server
+ AUTHOR: lofi@freebsd.org
+
+ If KDE does not start anymore after upgrading Xorg to version 6.8.1
+ (X restarts when the KDE splash screen has reached the third icon),
+ please check whether the directory /tmp/.ICE-unix exists, is owned by root
+ and has permissions 1777 (read/write/access for everybody + sticky bit).
+
+ To make sure everything is in working order, do (as root):
+ mkdir -p /tmp/.ICE-unix && chmod 1777 /tmp/.ICE-unix &&
+ chown root:wheel /tmp/.ICE-unix
+
20041227:
AFFECTS: users of lang/gambas
AUTHOR: thierry@FreeBSD.org