[Compcomm] script to get sources and install everything

Kristian Lyngstøl kristian at beryl-project.org
Wed May 2 04:42:58 EDT 2007


On 5/2/07, Stephen Moore <delfick755 at gmail.com> wrote:
> ok then, adding --prefix = /usr to the autogen.sh didn't seem to fix my
> problems.....

You shouldn't use any other PREFIX than /usr/local unless you have a
really good reason, as it will mix your manually installed packages
with the rest of your packages, which often isn't such a great idea.
Just using it because you think it might help, is not a really good
reason, it's actually the worst reason you have. You now probably have
compiz installed both in /usr/bin/compiz and /usr/local/bin/compiz,
and the same with libraries.

You should delete one of them, I would go for the /usr/bin one, so
you're certain which one is run when you just type "compiz".

> On 5/1/07, Kristian Lyngstøl < kristian at beryl-project.org> wrote:
> > On 5/1/07, Stephen Moore < delfick755 at gmail.com> wrote:
> > > though when i try to use your compiz-manager script i get this
> > > iambob at bob-linux:~/compComm/compiz-scripts/manager$
> > > ./compiz-manager
> > > /home/iambob/..compiz-managerrc: line 2: [wm-settings]:
> command not found
> > > ./compiz-manager: line 494: [: missing `]'
>
> doing it with -fi, does this
>
> [quote]iambob at bob-linux:~/compComm/compiz-scripts/manager$
> ./compiz-manager -fi
> Writing configuration to: /home/iambob/.compiz-managerrc
> ./compiz-manager: line 494: [: missing `]'

Yeah, there was a silly typo in the script (A missing space before a ]
), if you git pull now it should work better for most people.Let me
know if it still SIGEG's, which I suppose it does. You might want to
add crashhandler as the first plugin (ie: PLUGINS="crashhandler ini" )
so we can get a backtrace.

> also, note that i don't have helidor installed, yet it chooses it in the
> compiz-managerrc file...

Ah, yeah, I haven't actually done any clever checking for that yet.
It's on the todo list :)

> > > and i get this when i try to open libbs-settings
> > >
> > > [quote]iambob at bob-linux:~$ libbs-settings
> > > libbs-settings: error while loading shared libraries: libbsettings.so.0:
> > > cannot open shared object file: No such file or directory
> > >
> >
> > Do you have /usr/local/lib/ in /etc/ld.so.conf ? You need to, to be
> > abel to use shared libraries in /usr/local/lib/ .
>
>
> no, it was just
> [quote]
> include /etc/ld.so.conf.d/*.conf
>  [/quote]
>
> do i make it say
> [quote]
> include /usr/local/lib/
> include /etc/ld.so.conf.d/*.conf
> [/quote]

Yes, then make sure you run:
ldconfig

The changes don't take effect until you run ldconfig, and you may want
to re-compile (or actually: Re-link) after this. Since ccs-settings is
the new thing, that's what you should go for, but that would mean
using "ccp" not "ini" in the plugin list :)

I'm not entirely sure I want to recommend people that just yet, I'm
using it now myself and it works well, but it's not really ready for
large scale testing yet, though it seems to get a lot better for every
day.

> > Also, video hardware+drivers etc? ;)
>
> seeing as beryl still works, yep :D :D :D :P

Yeah, but WHAT hardware+ drivers? It looks like normal nVidia with
direct rendering?

-- 
Regards,
Kristian


More information about the CompComm mailing list