Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30

Thread: Great plugins of Compiz.

  1. #21
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Smile Re: Great plugins of Compiz.

    I don't think I have made much modifications of the default settings. The screenshots are attached.


    Also try my settings profile. It is named ccsm.doc but actually it is .txt
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by hariks0; September 6th, 2010 at 06:12 PM.
    How can I use a signature in forums?

  2. #22
    Join Date
    Mar 2010
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Great plugins of Compiz.

    Obviously i have different newton than you are. The git command not success for me, here it is:

    Code:
    strider@strider-desktop:~$ git clone git://anongit.compiz.org/users/xytovl/newton
    Initialized empty Git repository in /home/strider/newton/.git/
    remote: Counting objects: 59, done.
    remote: Compressing objects: 100% (56/56), done.
    remote: Total 59 (delta 21), reused 0 (delta 0)
    Receiving objects: 100% (59/59), 59.17 KiB | 36 KiB/s, done.
    Resolving deltas: 100% (21/21), done.
    strider@strider-desktop:~$ cd newton
    strider@strider-desktop:~/newton$ make clean
    make: *** No rule to make target `clean'.  Stop.
    strider@strider-desktop:~/newton$ make
    make: *** No targets specified and no makefile found.  Stop.
    So, I compiled it manually from the source I got here http://forum.compiz.org/viewtopic.ph...=8555&start=20 attached in one post.

    Any suggestion?
    Attached Images Attached Images

  3. #23
    Join Date
    Mar 2010
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Great plugins of Compiz.

    I forget to say thanks for your ccsm setting. Reading it now!

  4. #24
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Smile Re: Great plugins of Compiz.

    Suggestions? Hmm, try the plugin with the settings available and post back.
    BTW, the Plugin I have is attached. Try compiling that for the options similar to mine. Also, I have set the show desktop hot spot in General>General options>Key bindings>Show desktop as Bottom left. If you move the mouse to that corner all windows will be minimized and move it again all are back.
    Attached Files Attached Files
    How can I use a signature in forums?

  5. #25
    Join Date
    Mar 2010
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Great plugins of Compiz.

    Quote Originally Posted by hariks0 View Post
    Suggestions? Hmm, try the plugin with the settings available and post back.
    BTW, the Plugin I have is attached. Try compiling that for the options similar to mine. Also, I have set the show desktop hot spot in General>General options>Key bindings>Show desktop as Bottom left. If you move the mouse to that corner all windows will be minimized and move it again all are back.
    It works, I have the same setting as yours now. It's happy get things sort

    Can you make mini windows like in the video? How?

  6. #26
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Unhappy Re: Great plugins of Compiz.

    No. I also am not able to generate the miniature windows. Will post back if found out. Try that compiz forun which is not accessible from my office.
    How can I use a signature in forums?

  7. #27
    Join Date
    Dec 2010
    Beans
    1

    Talking Re: Great plugins of Compiz. ObjC compiling error !

    Hi !
    I hv tried to compile & got the results below:
    My question is how to compile with ObjC (I hv loaded gObjC from synaptics)
    There is also an warning shown /usr/include/...........

    saibaba@saibaba-laptop:~$ cd newton
    saibaba@saibaba-laptop:~/newton$ make clean
    removing : ./build
    saibaba@saibaba-laptop:~/newton$ make && make install
    convert : newton.xml.in -> build/newton.xml
    bcop'ing : build/newton.xml -> build/newton_options.h
    bcop'ing : build/newton.xml -> build/newton_options.c
    schema : build/newton.xml -> build/compiz-newton.schema
    compiling : newton.c -> build/newton.loIn file included from newton.c:23:
    /usr/include/compiz/compiz-core.h:1297: warning: declaration does not declare anything
    newton.c:413: warning: ‘newtonToggleMovable’ defined but not used

    compiling : newton.c -> build/newton.lo
    compiling : chipmunk/cpPolyShape.c -> build/chipmunk/cpPolyShape.lo
    compiling : chipmunk/cpSpaceHash.c -> build/chipmunk/cpSpaceHash.lo
    compiling : chipmunk/cpSpace.c -> build/chipmunk/cpSpace.lo
    compiling : chipmunk/chipmunk.c -> build/chipmunk/chipmunk.lo
    compiling : chipmunk/cpArray.c -> build/chipmunk/cpArray.lo
    compiling : chipmunk/cpHashSet.c -> build/chipmunk/cpHashSet.lo
    compiling : chipmunk/cpBody.c -> build/chipmunk/cpBody.lo
    compiling : chipmunk/cpBB.c -> build/chipmunk/cpBB.lo
    compiling : chipmunk/cpCollision.c -> build/chipmunk/cpCollision.lochipmunk/cpCollision.c:349: warning: no previous prototype for ‘cpInitCollisionFuncs’
    compiling : chipmunk/cpCollision.c -> build/chipmunk/cpCollision.lo
    compiling : chipmunk/cpVect.c -> build/chipmunk/cpVect.lo
    compiling : chipmunk/cpShape.c -> build/chipmunk/cpShape.lo
    compiling : chipmunk/cpArbiter.c -> build/chipmunk/cpArbiter.lo
    compiling : chipmunk/cpJoint.c -> build/chipmunk/cpJoint.lo
    compiling : src/cpJoint.cpp -> build/src/cpJoint.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpJoint.cpp -> build/src/cpJoint.lo
    compiling : src/cpShape.cpp -> build/src/cpShape.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpShape.cpp -> build/src/cpShape.lo
    compiling : src/cpSpaceHash.cpp -> build/src/cpSpaceHash.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpSpaceHash.cpp -> build/src/cpSpaceHash.lo
    compiling : src/cpBB.cpp -> build/src/cpBB.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpBB.cpp -> build/src/cpBB.lo
    compiling : src/cpHashSet.cpp -> build/src/cpHashSet.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpHashSet.cpp -> build/src/cpHashSet.lo
    compiling : src/cpBody.cpp -> build/src/cpBody.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpBody.cpp -> build/src/cpBody.lo
    compiling : src/cpVect.cpp -> build/src/cpVect.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpVect.cpp -> build/src/cpVect.lo
    compiling : src/newton.cpp -> build/src/newton.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    In file included from src/newton.cpp:23:
    src/newton.h:23: fatal error: core/core.h: No such file or directory
    compilation terminated.
    make: *** [build/src/newton.lo] Error 1
    saibaba@saibaba-laptop:~/newton$

  8. #28

    Re: Great plugins of Compiz.

    Quote Originally Posted by hariks0 View Post
    Try the following in terminal one by one

    Code:
    git clone git://anongit.compiz.org/users/xytovl/newton
    cd newton
    make clean
    make
    make install
    BTW, the repository of all plugins of compiz is here. Click on the item you want, in the next page, there will be a line at the left bottom that starts in git://... Copy that and paste it in terminal prefixing git clone just like the first command above. All the rest is same. Compile as many as you need and enjoy.

    Happy compizing !
    i'm a noob, well not really but with this way of installing i am.
    when i do this, this is what i get:
    Code:
    hybrid@ultra:~$ git clone git://anongit.compiz.org/users/xytovl/newton
    fatal: destination path 'newton' already exists and is not an empty directory.
    hybrid@ultra:~$ cd newton
    hybrid@ultra:~/newton$ make clean
    make: *** No rule to make target `clean'.  Stop.
    hybrid@ultra:~/newton$

  9. #29
    Join Date
    May 2008
    Location
    Thrissur, Kerala
    Beans
    463
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Great plugins of Compiz.

    It seems that the \newton folder is already there. Remove it and try again.

    ----------------
    Now playing: A.R. Rahman - Bombay Theme Music
    via FoxyTunes
    How can I use a signature in forums?

  10. #30

    Re: Great plugins of Compiz.

    Quote Originally Posted by hariks0 View Post
    It seems that the \newton folder is already there. Remove it and try again.

    ----------------
    Now playing: A.R. Rahman - Bombay Theme Music
    via FoxyTunes
    gotcha! but unfortunately i still get errors =\
    hybrid@ultra:~/newton$ make clean
    removing : ./build
    hybrid@ultra:~/newton$ make
    convert : newton.xml.in -> build/newton.xml
    bcop'ing : build/newton.xml -> build/newton_options.h
    bcop'ing : build/newton.xml -> build/newton_options.c
    schema : build/newton.xml -> build/compiz-newton.schema
    compiling : cpSpaceHash.c -> build/cpSpaceHash.lo
    compiling : cpVect.c -> build/cpVect.lo
    compiling : cpArray.c -> build/cpArray.lo
    compiling : cpJoint.c -> build/cpJoint.lo
    compiling : cpArbiter.c -> build/cpArbiter.lo
    compiling : cpShape.c -> build/cpShape.lo
    compiling : cpPolyShape.c -> build/cpPolyShape.lo
    compiling : cpCollision.c -> build/cpCollision.locpCollision.c: In function ‘findVerts’:
    cpCollision.c:174: warning: cast from pointer to integer of different size
    cpCollision.c:180: warning: cast from pointer to integer of different size
    cpCollision.c: In function ‘findPointsBehindSeg’:
    cpCollision.c:233: warning: cast from pointer to integer of different size
    cpCollision.c: In function ‘seg2poly’:
    cpCollision.c:274: warning: cast from pointer to integer of different size
    cpCollision.c:276: warning: cast from pointer to integer of different size
    cpCollision.c: At top level:
    cpCollision.c:367: warning: no previous prototype for ‘cpInitCollisionFuncs’
    compiling : cpCollision.c -> build/cpCollision.lo
    compiling : cpBB.c -> build/cpBB.lo
    compiling : cpSpace.c -> build/cpSpace.locpSpace.c: In function ‘queryFunc’:
    cpSpace.c:411: warning: cast from pointer to integer of different size
    cpSpace.c:411: warning: cast from pointer to integer of different size
    compiling : cpSpace.c -> build/cpSpace.lo
    compiling : cpBody.c -> build/cpBody.lo
    compiling : chipmunk.c -> build/chipmunk.lo
    compiling : cpHashSet.c -> build/cpHashSet.lo
    compiling : newton.c -> build/newton.loIn file included from newton.c:23:
    /usr/include/compiz/compiz-core.h:1296: warning: declaration does not declare anything
    compiling : newton.c -> build/newton.lo
    compiling : src/cpVect.cpp -> build/src/cpVect.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpVect.cpp -> build/src/cpVect.lo
    compiling : src/cpHashSet.cpp -> build/src/cpHashSet.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpHashSet.cpp -> build/src/cpHashSet.lo
    compiling : src/cpBody.cpp -> build/src/cpBody.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/cpBody.cpp -> build/src/cpBody.lo
    compiling : src/chipmunk.cpp -> build/src/chipmunk.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    compiling : src/chipmunk.cpp -> build/src/chipmunk.lo
    compiling : src/cpCollision.cpp -> build/src/cpCollision.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    src/cpCollision.cpp: In function ‘int findVerts(cpContact**, cpPolyShape*, cpPolyShape*, cpVect, cpFloat)’:
    src/cpCollision.cpp:174: error: cast from ‘cpPolyShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp:180: error: cast from ‘cpPolyShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp: In function ‘void findPointsBehindSeg(cpContact**, int*, int*, cpSegmentShape*, cpPolyShape*, cpFloat, cpFloat)’:
    src/cpCollision.cpp:233: error: cast from ‘cpPolyShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp: In function ‘int seg2poly(cpShape*, cpShape*, cpContact**)’:
    src/cpCollision.cpp:274: error: cast from ‘cpSegmentShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp:276: error: cast from ‘cpSegmentShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp: In function ‘void cpInitCollisionFuncs()’:
    src/cpCollision.cpp:367: warning: no previous declaration for ‘void cpInitCollisionFuncs()’
    make: *** [build/src/cpCollision.lo] Error 1
    hybrid@ultra:~/newton$ make install
    compiling : src/cpCollision.cpp -> build/src/cpCollision.locc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
    cc1plus: warning: command line option "-Wnested-externs" is valid for C/ObjC but not for C++
    cc1plus: warning: command line option "-std=c99" is valid for C/ObjC but not for C++
    src/cpCollision.cpp: In function ‘int findVerts(cpContact**, cpPolyShape*, cpPolyShape*, cpVect, cpFloat)’:
    src/cpCollision.cpp:174: error: cast from ‘cpPolyShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp:180: error: cast from ‘cpPolyShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp: In function ‘void findPointsBehindSeg(cpContact**, int*, int*, cpSegmentShape*, cpPolyShape*, cpFloat, cpFloat)’:
    src/cpCollision.cpp:233: error: cast from ‘cpPolyShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp: In function ‘int seg2poly(cpShape*, cpShape*, cpContact**)’:
    src/cpCollision.cpp:274: error: cast from ‘cpSegmentShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp:276: error: cast from ‘cpSegmentShape*’ to ‘unsigned int’ loses precision
    src/cpCollision.cpp: In function ‘void cpInitCollisionFuncs()’:
    src/cpCollision.cpp:367: warning: no previous declaration for ‘void cpInitCollisionFuncs()’
    make: *** [build/src/cpCollision.lo] Error 1

Page 3 of 3 FirstFirst 123

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •