LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-20-2009, 05:01 PM   #31
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,352

Rep: Reputation: 75

I think that is solved with
Quote:
export PYTHONPATH=/usr/local/lib64/python2.6/site-packages/
 
Old 09-21-2009, 04:05 AM   #32
Martinezio
Member
 
Registered: May 2009
Location: Warsaw, Poland
Distribution: Slackware64-current
Posts: 191

Rep: Reputation: 32
I've built compiz with wrong --prefix path
On Slackware, try to use --prefix=/usr path, and make package rather than pure make install:
Code:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-shared ...some other options...
make
make DESTDIR=/full/path/to/redirected/installation install
cd /full/path/to/redirected/installation
mkdir install
echo packagename: This is some package info for pkgtool desciption > install/slack-desc
requiredbuilder -c -v -y .
makepkg ../package-version-arch-#build.txz
and then You can use this txz package to install with pkgtools
Or just try to use Slackbuild script.
This is my own way to make my customized Slack Currently, I'm using full compiz-fusion with plugins and emerald builded by "this hands" from sources and packaged into txz
 
Old 09-21-2009, 06:36 AM   #33
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
I needed to install Orbit2 and then gconf-2.26 before compiz got compiled. It's working now.
EDIT: Gone back to kwin , it has everything that need, no need for compiz. If only I could use emerald standalone [without compiz]. Anyone knows? Or does anyone use dekorator?

Last edited by ~sHyLoCk~; 09-21-2009 at 07:39 AM.
 
Old 09-29-2009, 01:26 AM   #34
Srikanth VM
LQ Newbie
 
Registered: Sep 2009
Distribution: Cent OS
Posts: 25

Rep: Reputation: 15
I couldnt get ORBit 2.0 ,could you please tell from where did you download ORBit ???
 
Old 09-29-2009, 01:31 AM   #35
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Quote:
Originally Posted by Srikanth VM View Post
I couldnt get ORBit 2.0 ,could you please tell from where did you download ORBit ???
http://slackbuilds.org/repository/13...raries/ORBit2/
 
Old 09-29-2009, 01:43 AM   #36
Srikanth VM
LQ Newbie
 
Registered: Sep 2009
Distribution: Cent OS
Posts: 25

Rep: Reputation: 15
Code:
checking for DEFAULTS... configure: error: Package requirements (glib-2.0 gobject-2.0 dbus-1 dbus-glib-1 polkit-dbus) were not met:                   

No package 'polkit-dbus' found
i couldnt find it on slackbuild
You said ORBit and gconf were enough to compile compiz ,but after installing ORBit i am getting this error when installing GConf

http://cgit.freedesktop.org/PolicyKit/
I tried installing policy kit but i got an error for it also
Code:
checking for GLIB... configure: error: Package requirements (glib-2.0 >= 2.21.4 gio-2.0 >= 2.21.4) were not met:                                      

Requested 'glib-2.0 >= 2.21.4' but version of GLib is 2.18.4
Requested 'gio-2.0 >= 2.21.4' but version of GIO is 2.18.4

Last edited by Srikanth VM; 09-29-2009 at 02:00 AM.
 
Old 09-29-2009, 02:14 AM   #37
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Welcome to slackware. You have to install your own dependencies.
 
Old 09-29-2009, 07:34 AM   #38
Martinezio
Member
 
Registered: May 2009
Location: Warsaw, Poland
Distribution: Slackware64-current
Posts: 191

Rep: Reputation: 32
I've followed the same path, so be God with You It's a road of pain, but the effect is worth this pain Generally, compiz uses GNOME environment, which has been removed by Patric from Slackware repository, so You need to compile it yourself. Every single library... Arghh... I'm so happy, that I finally finished this path...
 
Old 11-11-2009, 08:00 PM   #39
DranoMax
Member
 
Registered: Oct 2009
Posts: 31

Rep: Reputation: 15
Thanks for the help!

Last edited by DranoMax; 11-11-2009 at 08:19 PM.
 
Old 11-12-2009, 01:31 AM   #40
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,699

Rep: Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381
I haven't really been following this post much, but I just skimmed through it again and I noticed a lot of people talking about gnome dependencies. I'm confused because you don't need gnome dependencies to compile compiz, just pass the --disable-gconf flag. Or are you guys talking about something else?
 
Old 11-12-2009, 06:44 AM   #41
Martinezio
Member
 
Registered: May 2009
Location: Warsaw, Poland
Distribution: Slackware64-current
Posts: 191

Rep: Reputation: 32
Yes, it's about this feature. Personally the gnome libraries do not interfere me, and even more - I'm using some apps, that uses those libraries, so I want them in my system exists
But I noticed, that with gnome libraries compiz manager and tools looks some better
 
Old 03-15-2010, 06:33 AM   #42
barboolian
Member
 
Registered: Dec 2009
Posts: 32

Rep: Reputation: 15
Quote:
Originally Posted by Daedra View Post
Once that is installed then you need to install CF is THIS ORDER.

1) compiz (slackware ships with 0.7.8. you need 0.8.2, just upgrade)
2) compiz-bcop
3) libcompizconfig
4) compizconfig-python
5) compiz-plugins-main
6) compiz-plugins-extra
7) compiz-plugins-unsupported
8) ccsm
9) Emerald (optional)
10) fusion-icon (optional, but highly recommended) URL http://repository.slacky.eu/slackwar.../20090211/src/
I did all the above and still I am cubeless.

When I do

Code:
compiz --replace cube
I get

Code:
compiz (cube) - Warn: Failed to load slide: freedesktop
Slackware 13 x86_64
 
Old 03-15-2010, 06:36 AM   #43
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You should be starting compiz like so: "compiz --replace ccp &" and then you can use ccsm to configure compiz with the plugins you want. Alternatively, you can use fusion-icon to start compiz.

Adam
 
Old 03-16-2010, 08:22 AM   #44
barboolian
Member
 
Registered: Dec 2009
Posts: 32

Rep: Reputation: 15
I did that and still I got

Code:
compiz (cube) - Warn: Failed to load slide: freedesktop
 
Old 03-16-2010, 08:26 AM   #45
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
That's a pretty harmless warning. Did you enable the Desktop Cube and Rotate Cube plugins? Can you rotate the cube with control+alt+right/left ?

Adam
 
  


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
installing compiz-fusion on slackware-current Vic1ous Slackware 4 06-18-2009 02:09 AM
compiz-fusion and fusion-icon problems psilo357 Linux - Software 2 12-22-2008 04:41 PM
Skydome background doesn't work with compiz/gnome unless I use the compiz fusion icon The_Trooper Linux - Software 1 07-21-2008 01:08 PM
compiz-fusion problems with slackware ati x1600pro konqi Linux - Software 3 06-27-2008 02:15 AM

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

All times are GMT -5. The time now is 02:47 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