mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
854 B

  1. --- ./compiz-manager 2007-10-15 21:10:06.000000000 +0200
  2. +++ ./compiz-manager 2007-11-19 09:56:08.000000000 +0100
  3. @@ -27,9 +27,9 @@
  4. #
  5. -COMPIZ_BIN_PATH="/usr/local/bin/" # For window decorators and compiz
  6. -PLUGIN_PATH="/usr/local/lib/compiz/"
  7. -GLXINFO="/usr/bin/glxinfo"
  8. +COMPIZ_BIN_PATH="/usr/bin/" # For window decorators and compiz
  9. +PLUGIN_PATH="/usr/lib/compiz/"
  10. +GLXINFO="/usr/X11/bin/glxinfo"
  11. KWIN="/usr/bin/kwin"
  12. METACITY="/usr/bin/metacity"
  13. COMPIZ_NAME="compiz" # Final name for compiz (compiz.real)
  14. @@ -249,8 +249,8 @@
  15. return 0
  16. fi
  17. for DRV in ${WHITELIST}; do
  18. - if egrep -q "Loading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG &&
  19. - ! egrep -q "Unloading ${XORG_DRIVER_PATH}${DRV}_drv\.so" $LOG;
  20. + if egrep -q "Loading .*/${DRV}_drv\.so" $LOG &&
  21. + ! egrep -q "Unloading .*/${DRV}_drv\.so" $LOG;
  22. then
  23. return 0
  24. fi