Comment 133 for bug 128803

Revision history for this message
Mackenzie Morgan (maco.m) wrote : Re: [Bug 128803] Re: [Gutsy] very slow gnome startup

That's what I have too, but I think if you comment out the part where it
picks between ccp and gconf, and you use ccp, then you don't get any of the
advanced configuration stuff. Actually, if you don't let either load, it'd
probably just freak out and not load because it wouldn't have any settings.

On Dec 19, 2007 4:34 AM, shz <email address hidden> wrote:

> pepito,
>
> In my PC there is a /usr/bin/compiz script (not compiz.start).
>
> The only thing about gconf in the script is:
>
> # load the ccp plugin if present and fallback to plain gconf if not
> if [ -f ${PLUGIN_PATH}libccp.so ]; then
> COMPIZ_PLUGINS="$COMPIZ_PLUGINS ccp"
> elif [ -f ${PLUGIN_PATH}libgconf.so ]; then
> COMPIZ_PLUGINS="$COMPIZ_PLUGINS glib gconf"
> fi
>
> Do I have to comment out this block?
>
> --
> [Gutsy] very slow gnome startup
> https://bugs.launchpad.net/bugs/128803
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
Mackenzie Morgan
Linux User #432169
ACM Member #3445683
http://ubuntulinuxtipstricks.blogspot.com <-my blog of Ubuntu stuff
apt-get moo