LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-31-2010, 11:15 AM   #121
ROXR
Member
 
Registered: Jan 2009
Location: Spain
Posts: 123
Blog Entries: 1

Rep: Reputation: 21

Yes, KDE 4 have a good desktop effects but in my case kwin not could enable because my old graphic card (nvidia gforce 4 mx), has low memory.

I installed compiz (thanks very much to delta function for your guide) and it work very well.

Install compiz on slackware never has easy and could be futile but i like, cube, woobly and transparency like.
 
Old 01-31-2010, 01:02 PM   #122
ROXR
Member
 
Registered: Jan 2009
Location: Spain
Posts: 123
Blog Entries: 1

Rep: Reputation: 21
I trying to compile compiz for Slackware64 and it seems run well but on compizconfig-python.SlackBuild appear an compilation error

Code:
checking for CCS... configure: error: Package requirements (libcompizconfig >= 0.6.99 glib-2.0 >= 2.6 ) were not met:

No package 'libcompizconfig' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables CCS_CFLAGS
and CCS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
as I do to refer those library's who are in / usr / lib
 
Old 01-31-2010, 01:05 PM   #123
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You installed libcompizconfig first? Does /usr/lib/pkgconfig/libcompizconfig.pc exist?

Adam
 
Old 01-31-2010, 01:30 PM   #124
ROXR
Member
 
Registered: Jan 2009
Location: Spain
Posts: 123
Blog Entries: 1

Rep: Reputation: 21
Quote:
Originally Posted by adamk75 View Post
You installed libcompizconfig first? Does /usr/lib/pkgconfig/libcompizconfig.pc exist?

Adam
Yes, libcompizconfig has compiled without errors and installed, it is installed on /usr/lib.
I tried to create symbolic links to /usr/lib64 but it no results .
thanks
 
Old 01-31-2010, 01:34 PM   #125
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
What is the output of 'PKG_CONFIG_PATH=/usr/lib64/pkgconfig/ pkg-config --modversion libcompizconfig' ?

Adam
 
Old 01-31-2010, 01:52 PM   #126
ROXR
Member
 
Registered: Jan 2009
Location: Spain
Posts: 123
Blog Entries: 1

Rep: Reputation: 21
Quote:
Originally Posted by adamk75 View Post
What is the output of 'PKG_CONFIG_PATH=/usr/lib64/pkgconfig/ pkg-config --modversion libcompizconfig' ?
the output
Adam
Code:
bash-3.1$ PKG_CONFIG_PATH=/usr/lib64/pkgconfig/ pkg-config --modversion libcompizconfig
Package libcompizconfig was not found in the pkg-config search path.
Perhaps you should add the directory containing `libcompizconfig.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libcompizconfig' found
when uninstall libcompizconfig appear the path
Code:
Removing package /var/log/packages/libcompizconfig-0.7.8-x86_64-1_SBo...
Removing files:
  --> Deleting symlink /usr/lib/libcompizconfig.so
  --> Deleting symlink /usr/lib/libcompizconfig.so.0
  --> Deleting /etc/compizconfig/config
  --> Deleting /usr/doc/libcompizconfig-0.7.8/AUTHORS
  --> Deleting /usr/doc/libcompizconfig-0.7.8/COPYING
  --> Deleting /usr/doc/libcompizconfig-0.7.8/ChangeLog
  --> Deleting /usr/doc/libcompizconfig-0.7.8/INSTALL
  --> Deleting /usr/doc/libcompizconfig-0.7.8/NEWS
  --> Deleting /usr/doc/libcompizconfig-0.7.8/README
  --> Deleting /usr/doc/libcompizconfig-0.7.8/TODO
  --> Deleting /usr/doc/libcompizconfig-0.7.8/libcompizconfig.SlackBuild
  --> Deleting /usr/include/compizconfig/ccs-backend.h
  --> Deleting /usr/include/compizconfig/ccs.h
  --> Deleting /usr/lib/compiz/libccp.la
  --> Deleting /usr/lib/compiz/libccp.so
  --> Deleting /usr/lib/compizconfig/backends/libini.la
  --> Deleting /usr/lib/compizconfig/backends/libini.so
  --> Deleting /usr/lib/libcompizconfig.la
  --> Deleting /usr/lib/libcompizconfig.so.0.0.0
  --> Deleting /usr/lib/pkgconfig/libcompizconfig.pc
  --> Deleting /usr/share/compiz/ccp.xml
  --> Deleting /usr/share/compizconfig/global.xml
  --> Deleting empty directory /usr/share/compizconfig/
  --> Deleting empty directory /usr/lib/compizconfig/backends/
  --> Deleting empty directory /usr/lib/compizconfig/
  --> Deleting empty directory /usr/include/compizconfig/
  --> Deleting empty directory /usr/doc/libcompizconfig-0.7.8/
  --> Deleting empty directory /etc/compizconfig/

Last edited by ROXR; 01-31-2010 at 02:08 PM.
 
Old 01-31-2010, 02:52 PM   #127
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
So libcompizconfig.pc was definitely in /usr/lib/pkgconfig. Try setting the PKG_CONFIG_PATH variable to /usr/lib/pkgconfig/ (after you reinstall libcompizconfig, of course) and see if compizconfig-python builds.
 
Old 01-31-2010, 03:17 PM   #128
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
Maybe I'm missing something here, but if your using slackware64 then your problem is that compiz is looking for libraries in /usr/lib64 (which is the correct location) but cant find them because they got installed to /usr/lib. have you tried reinstalling the package to /usr/lib64? I made slackbuilds for 0.8.4 if you would like to use them, you can also your gnashley's src2pkg program too.

http://webpages.charter.net/daedra1/...-fusion.tar.gz

*note - the Kconfig4 compiles but doesn't work with KDE 4.3 (current). It may work with 4.2.4 that ships with 13.0 but I haven't tried it.

Last edited by Daedra; 01-31-2010 at 03:19 PM.
 
Old 01-31-2010, 03:42 PM   #129
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
Quote:
Originally Posted by sahko View Post
Some people claim compiz is as good as dead: http://www.reddit.com/r/linux/commen...ing_to_happen/
Well there are only 3 main developers anymore and all the original developers are long gone, I will admit it doesn't look good, but compiz++ 0.9.0 is only weeks away and I'm hoping this will spark some new interest in compiz since IMHO compiz is much nicer than KDE's native compositing engine or anything else out there.
 
Old 01-31-2010, 04:05 PM   #130
ROXR
Member
 
Registered: Jan 2009
Location: Spain
Posts: 123
Blog Entries: 1

Rep: Reputation: 21
Quote:
Originally Posted by adamk75 View Post
So libcompizconfig.pc was definitely in /usr/lib/pkgconfig. Try setting the PKG_CONFIG_PATH variable to /usr/lib/pkgconfig/ (after you reinstall libcompizconfig, of course) and see if compizconfig-python builds.
Ok, I copied file with : cp /usr/lib/pkgconfig/libcompizconfig.pc /usr/lib64/pkgconfig
and now compile Slackware package /tmp/compizconfig-python-0.7.8-x86_64-1_SBo.tgz created.

Now I try if all work, thanks adam

well it work !!

but before one copy:
cp /usr/lib64/compiz/*.* /usr/lib/compiz/

and after it could activate with : compiz --replace ccp & disown and emerald --replace & disown

its is not elegant mode for install compiz on slackware 64 but it work, except for ccsm, it not work very well, but there are all selected efects, cube, wobbly, minimize, zoom, fading etc.

Last edited by ROXR; 01-31-2010 at 06:00 PM.
 
Old 01-31-2010, 07:05 PM   #131
ROXR
Member
 
Registered: Jan 2009
Location: Spain
Posts: 123
Blog Entries: 1

Rep: Reputation: 21
Quote:
Originally Posted by Daedra View Post
Maybe I'm missing something here, but if your using slackware64 then your problem is that compiz is looking for libraries in /usr/lib64 (which is the correct location) but cant find them because they got installed to /usr/lib. have you tried reinstalling the package to /usr/lib64? I made slackbuilds for 0.8.4 if you would like to use them, you can also your gnashley's src2pkg program too.
I think this is to inverse, compiz search librarys and plugins to /usr/lib, but some packages place librarys to /usr/lib64, this is the error, because some packages search path to /usr/lib64 for compile, case to libcompizconfig.pc pkg_path. I think wath only an expert could repair packages for slackware64 otherwise with actual packages you need to do malabarism for install it.

I have now running compiz onto slackware current 10/2009 with kde 4.3.2. and it work reasonably well
in all case thank you very much.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to disable compiz in slackware... trist007 Linux - Newbie 4 01-05-2013 05:06 PM
Slackware 12.2 and compiz on fglrx satori@sanitarium Slackware 1 01-21-2009 05:33 PM
Using compiz in Slackware 12.0 leutzdb Slackware 10 09-21-2008 01:24 AM
Compiz for Slackware ? mocqueanh Linux - Newbie 2 01-18-2008 07:08 AM
Compiz and Slackware and DLG cwwilson721 Slackware 7 12-16-2007 01:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration