little error in the compiz-manager startup script…
I missed changing the path variables on the compiz-manager script, copied to /usr/bin/compiz by the compiz-core_0.6.2-0~emiscabpo+1.deb.
The incriminated lines are:
COMPIZ_BIN_PATH=”/usr/local/bin/” # For window decorators and compiz
PLUGIN_PATH=”/usr/local/lib/compiz/”
GLXINFO=”/usr/bin/glxinfo”
KWIN=”/usr/bin/kwin”
METACITY=”/usr/bin/metacity”
COMPIZ_NAME=”compiz” # Final name for compiz (compiz.real)
fixed to:
COMPIZ_BIN_PATH=”/usr/bin/” # For window decorators and compiz
PLUGIN_PATH=”/usr/lib/compiz/”
GLXINFO=”/usr/bin/glxinfo”
KWIN=”/usr/bin/kwin”
METACITY=”/usr/bin/metacity”
COMPIZ_NAME=”compiz.real” # Final name for compiz (compiz.real)
Tell me if there are other issues..
2 comments so far
Leave a reply
I have an issue with no window borders on startup, after doing compiz –replace, everything is fine. Is that what ur fix is concerning? If so, it didnt work for me…
the problem was with compiz not starting at all…
The problem that you are saying something happens with that (nowadays old) version of compiz.
I had no time to package the new compiz version.
You can find more updated packages here: http://shame.tuxfamily.org/repo/?cat=11
Bye