Hi !

When starting kde, quartz-wm was beginning to saturate my memory.  Also, 
when launching startkde with the Apple's window manager (quartz-wm), two 
quartz-wms were starting at the same time, and window managing was deeply 
unstable.
Putting the following 3 lines under comments in the startkde script fixed 
the problem, the only thing is that I can't use the mac clipboard in X11 
anymore (when using kwin window manager).

Did I do the right thing ?  Should it generate other problems ?

Thanks a lot

Alex


""""""""""""""""""""""""""""""""""""""
USE_PROXY=0
if test -n "$KDEWM"; then
  if test -z `expr "$KDEWM" : '\(.*quartz-wm.*\)'`; then
    USE_PROXY=1
  fi
  KDEWM="--windowmanager $KDEWM"
else
  KDEWM="--windowmanager kwin"
  USE_PROXY=1
fi

if test "$USE_PROXY" = "1"; then
#  if test -x /usr/X11R6/bin/quartz-wm; then
#Alex-2006-11-08    /usr/X11R6/bin/quartz-wm --only-proxy >/dev/null 2>&1 &
#  else
    AUTOCUTSEL=`which autocutsel 2>/dev/null`
    if test -n "$AUTOCUTSEL" && test -x "$AUTOCUTSEL"; then
      $AUTOCUTSEL >/dev/null 2>&1 &
    fi
#  fi
fi
"""""""""""""""""""""""""""""""""""""""""""""

_________________________________________________________________
Achetez ce que vous voulez, quand vous voulez sur Sympatico / MSN Magasiner 
http://magasiner.sympatico.msn.ca/content/shp/?ctId=101,ptnrid=176,ptnrdata=081805


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to