[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: permissions of /tmp/.ICE-unix



On Monday 12 January 2004 12:06, Mike Williams wrote:
> This might be a FAQ, but I've just discovered that the following
> init-script greatly improves my KDE start time:

This is set up in /etc/init.d/xfree86-common:

[...]
set_up_ice_dir () {
  echo -n "Setting up ICE socket directory $ICE_DIR..."
  if [ -e $ICE_DIR -a ! -d $ICE_DIR ]; then
    mv $ICE_DIR $ICE_DIR.$$
  fi
  mkdir -p $ICE_DIR
  chown 0:0 $ICE_DIR
  chmod 1777 $ICE_DIR
  echo "done."
}
[...]

At least that's for the version of X I have on my system. That is to 
say, 4.3.0-0pre1v4 from experimental.

-- 
---  Magnus von Koeller ---
email:    magnus@vonkoeller.de
address:  International University
          Campus 9, App. 13
          D-76646 Bruchsal / Germany
phone:    +49-7251-700-659
mobile:   +49-179-4562940
web:      http://www.vonkoeller.de               

Attachment: pgpSPRPxgVDCr.pgp
Description: signature


Reply to: