Results 1 to 2 of 2

Thread: Working emerald packages

  1. #1
    Join Date
    Feb 2010
    Location
    Chicago metro
    Beans
    1,310
    Distro
    Ubuntu Development Release

    Working emerald packages

    I just got this to work.


    First make sure that you don't have any emerald or libemeraldengine-dev package installed then:
    Code:
    mkdir emerald++
    cd emerald++
    git clone git://anongit.compiz.org/fusion/decorators/emerald
    cd emerald/
    git checkout -b compiz++ origin/compiz++
    ./autogen.sh --prefix /usr
    make
    sudo checkinstall 
    # version 0.9.4
    if it fails then
    Code:
    sudo dpkg -i --force-all emerald_0.9.4-1_amd64.deb
    download http://cgit.compiz.org/fusion/decora...-0.6.0.tar.bz2
    extract
    Code:
    cd emerald-themes-0.6.0
    ./autogen.sh --prefix /usr
    make
    sudo checkinstall
    Works like a charm.


    Here are two amd64 packages that I built on oneiric




    http://dl.dropbox.com/u/27872107/eme....0-1_amd64.deb http://dl.dropbox.com/u/27872107/eme....4-1_amd64.deb
    Attached Images Attached Images
    If this helped you, please take the time to rate the value of this post:
    http://rate.affero.net/andrewthomas/

  2. #2
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,876
    Distro
    Ubuntu Development Release

    Re: Working emerald packages

    Good to have emerald back. Thankyou.

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
  •