Page 8 of 27 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 262

Thread: Compile compiz-fusion from git [UPDATED] (NEW SCRIPT)

  1. #71
    Join Date
    Jan 2008
    Beans
    4,757

    Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    Not sure if someone has already reported this...
    Mine compiled fine and runs fine.

    But I can only access the new plugins when I run "fusion-icon" as root...
    How to I enable them for normal users?

    Regards
    Iain

  2. #72
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    Yes.. I'm working on that. Some plugins get installed in ~/.compiz so only root can acces them, because they're in /root.

    So if there isn't a way to download git as a whole package then extract it offline, is there a way to exclude widgets from the download. I don't really need widgets as I use gdesklets and they work fine for me...
    Try:
    Code:
    rm -rf ~/.compiz-git/widget
    5. The folder is there, but there's no wallpaper plugin in CCSM... EDIT: Actually, I'm seeing a lot of plugins in that folder that aren't in CCSM, like Screensaver, Snowglobe, Freewins, Workspace Names, Dodge...
    same problem as above
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  3. #73
    Join Date
    Feb 2007
    Location
    Nowhere important
    Beans
    1,198
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    Code:
    *Some plugins didn't install themselves systemwide. Fixed by adding 'BUILD_GLOBAL = true' to 'plugin.info'
    *Fixed bug in 'widget' plugin
    Please try the newest version.
    ➙ Synchronize all your files across Windows, Linux and Mac OS with Dropbox (2GB free storage!). By signing up via this link I'll get some extra space also, thanks!

    Multiseat on Ubuntu 10.04

  4. #74
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    Quote Originally Posted by Martje_001 View Post
    Code:
    *Some plugins didn't install themselves systemwide. Fixed by adding 'BUILD_GLOBAL = true' to 'plugin.info'
    *Fixed bug in 'widget' plugin
    Please try the newest version.
    Is there a script command to make it upgrade itself, or need I redownload the .tar.gz?
    ...

  5. #75
    Join Date
    Aug 2007
    Location
    Long Island, New York
    Beans
    106

    Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    Quote Originally Posted by Martje_001 View Post
    That means you have 2 versions of compiz-fusion installed. One from my script and one from synaptic.. please remove compiz with synaptic and use my script again.
    I uninstalled all compiz via the commands you have posted at the beginning of this thread. All seemed to go well upon re-installation using your script, until this point:

    Code:
    checking for COMPIZ... configure: error: Package requirements (x11-xcb          xcomposite               xfixes                  xdamage                 xrandr                  xinerama                ice                     sm             libxml-2.0               libxslt                 libstartup-notification-1.0 >= 0.7) were not met:
    
    No package 'x11-xcb' 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 COMPIZ_CFLAGS
    and COMPIZ_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    
    Failed: Executing ./autogen.sh --enable-librsvg --disable-kconfig --disable-kde --disable-kde4
    I'm not seeing x11-xcb in synaptic..

    Incidentally, trying this on my gutsy install before I try it on my hardy.
    Where do I go from here?

  6. #76
    Join Date
    Feb 2007
    Location
    USA
    Beans
    141
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    Quote Originally Posted by jfg69 View Post
    I uninstalled all compiz via the commands you have posted at the beginning of this thread. All seemed to go well upon re-installation using your script, until this point:

    Code:
    checking for COMPIZ... configure: error: Package requirements (x11-xcb          xcomposite               xfixes                  xdamage                 xrandr                  xinerama                ice                     sm             libxml-2.0               libxslt                 libstartup-notification-1.0 >= 0.7) were not met:
    
    No package 'x11-xcb' 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 COMPIZ_CFLAGS
    and COMPIZ_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    
    Failed: Executing ./autogen.sh --enable-librsvg --disable-kconfig --disable-kde --disable-kde4
    I'm not seeing x11-xcb in synaptic..

    Incidentally, trying this on my gutsy install before I try it on my hardy.
    Where do I go from here?
    x11-xcb is only available in the Hardy repos.

  7. #77
    Join Date
    Mar 2008
    Location
    Constanţa, România
    Beans
    23
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Smile Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    hi to you all!
    i've just installed compiz-git but nothing is changed in my ccsm!
    is the same compiz fusion that i had befor installing compiz-git!
    any ideeas to resolve this problem?

    P.S. excuze my english!!!

  8. #78
    Join Date
    Feb 2007
    Location
    USA
    Beans
    141
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    Quote Originally Posted by enyckma View Post
    hi to you all!
    i've just installed compiz-git but nothing is changed in my ccsm!
    is the same compiz fusion that i had befor installing compiz-git!
    any ideeas to resolve this problem?

    P.S. excuze my english!!!
    If you had compiz from the Hardy repository at first, then you should see the new plugin "Cube Reflection and Deformation".

    Make sure you restart/reload compiz with fusion-icon.

  9. #79
    Join Date
    Aug 2007
    Location
    Long Island, New York
    Beans
    106

    Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    Quote Originally Posted by pingpongboss View Post
    x11-xcb is only available in the Hardy repos.
    Thanks, I pretty much gave up on the gutsy install as I wont really be staying with it anyway. Did manage to get it working (minus the widgets) on HH tho.. Thanks!

    jfg69

  10. #80
    Join Date
    Mar 2008
    Location
    Constanţa, România
    Beans
    23
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Install latest plugins for compiz-fusion from git [UPDATED] (NEW SCRIPT)

    Quote Originally Posted by pingpongboss View Post
    If you had compiz from the Hardy repository at first, then you should see the new plugin "Cube Reflection and Deformation".

    Make sure you restart/reload compiz with fusion-icon.
    "Cube Reflection and Deformation" is missing from the both ccsm (c-g & c-f), in fact there is no diference between them!!! the only diference is that are not the same option enabled.

Page 8 of 27 FirstFirst ... 67891018 ... LastLast

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
  •