diff options
author | markd <markd@pkgsrc.org> | 2006-11-20 09:34:19 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-11-20 09:34:19 +0000 |
commit | 841a654e4b01fec67ec44b6b9ff04200949740ec (patch) | |
tree | b689217bef12bfc77b797dc452a9bf9666d273c2 /x11/kdelibs3 | |
parent | 26f00a11aab8651bb6f721cd264d1dc8c81d58f2 (diff) | |
download | pkgsrc-841a654e4b01fec67ec44b6b9ff04200949740ec.tar.gz |
Add MESSAGE suggesting the creation of /tmp/.ICE-unix prior to starting
KDE.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/MESSAGE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kdelibs3/MESSAGE b/x11/kdelibs3/MESSAGE new file mode 100644 index 00000000000..989f847150c --- /dev/null +++ b/x11/kdelibs3/MESSAGE @@ -0,0 +1,11 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2006/11/20 09:34:19 markd Exp $ + +You probably want to make sure that directory /tmp/.ICE-unix is created +with owner root and mode 1777 prior to starting KDE. + +If this isn't done, under some circumstances KDE startup will fail or if +it does work the directory will be owned by the first KDE user potentially +allowing them to delete subsequent users ICE sockets. + +=========================================================================== |