1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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).
This commit is contained in:
Michael Nottebrock 2004-12-29 20:01:19 +00:00
parent d8c21c48d6
commit 4d0ed17dcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125460

View File

@ -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