PDA

View Full Version : [ubuntu] compiz desktop cube cubeaddon problem



Jaskaran498
June 5th, 2012, 11:57 AM
Hi all
I wanted to install "cubeaddon" plugin for compiz in ubuntu 12.04.

I ran following commands in terminal-->


git clone git://anongit.compiz-fusion.org/compiz/plugins/cubeaddon
cd cubeaddon
make

now heres the problem.
When i enter command "make" and press enter, it instead displayes error - "make: *** No targets specified and no makefile found. Stop.".
PLease help me regarding this. I really want to install this plugin.

Jaskaran498
June 6th, 2012, 05:11 AM
I am still waiting for a reply... Anyone? Please! :(

mc4man
June 6th, 2012, 06:58 AM
Open your source file > CmakeLists.txt & insert this at the top

cmake_minimum_required(VERSION 2.8)

Then in terminal @ the cubeaddon prompt


mkdir build && cd build
.. cmake

If your configure passes then run make, ect., if not correct build deps
Would not know if that plugin will actually build and or work correctly or not in 12.04

The plugin is available in the compiz-plugins-extra package

wildmanne39
June 6th, 2012, 08:00 AM
Hi, in my signature is a link to set up compiz in 10.04 thru 12.04.
Thanks

Jaskaran498
June 6th, 2012, 04:27 PM
Open your source file > CmakeLists.txt & insert this at the top

cmake_minimum_required(VERSION 2.8)

Then in terminal @ the cubeaddon prompt


mkdir build && cd build
.. cmake

If your configure passes then run make, ect., if not correct build deps
Would not know if that plugin will actually build and or work correctly or not in 12.04

The plugin is available in the compiz-plugins-extra package


Sorry but i didnt quite understand by what you meant by "Open your source file > CmakeLists.txt". Where is this source file? I am donwloading package by using comanng "git" and not by some browser...

Cmon dude, i dont about location etc. of such files. I have installed ubuntu for first time before 3-5 days.!! I really dont know much about it.

So please mention required info as i am a total newbie.:confused:

wildmanne39
June 6th, 2012, 04:56 PM
Hi, please see post 4 and read the linked page carefully, there is no need to compile the package.
Thanks

Jaskaran498
June 7th, 2012, 04:34 AM
Hi, please see post 4 and read the linked page carefully, there is no need to compile the package.
Thanks

Thanx for the link but it only tells about installation and configuration of comipiz. Not about installing additional plugins (which i want).
Ill be really thankful if you can provide me with a link to solve my problem in post-1.

Jaskaran498
June 7th, 2012, 05:23 AM
OK!!!
I got the problem solved finally.:guitar:

You just have to run this command in Terminal and you get almost every plugin!!!

Command-->


sudo apt-get install compiz-fusion-plugins-extra

Thanx to everyone who helped me.:)

wildmanne39
June 10th, 2012, 03:18 PM
Hi, also on that page under animations I believe you can enable addons and extra addons.
Thanks