Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: how can I install Aurora Gtk engine?

  1. #1
    Join Date
    Oct 2007
    Location
    Erdely (Transylvania)
    Beans
    87
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    how can I install Aurora Gtk engine?

    Hi there!

    I am quite new in ubuntu so I would need some help.
    I like very much the Aurora themes, but I have read that I need to install the engine.
    Can any of you help me with this, please.
    Thanks!

  2. #2
    Join Date
    Mar 2006
    Location
    New Zealand
    Beans
    607
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how can I install Aurora Gtk engine?

    Well where is the page you are getting it from? Usually they have half decent instructions at least. Otherwise the archive you download should have a readme file in it.

    Most themes I have encountered can be installed through the System > Preferences > Appearance | Theme tab. Check inside the tar.gz file you have most likely downloaded of the theme that it is just the theme archive and not the readme etc aswell and then click install and select the theme archive.

  3. #3
    Join Date
    Oct 2007
    Location
    Europe
    Beans
    3,564
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: how can I install Aurora Gtk engine?

    Quote Originally Posted by Friccy View Post
    Hi there!

    I am quite new in ubuntu so I would need some help.
    I like very much the Aurora themes, but I have read that I need to install the engine.
    Can any of you help me with this, please.
    Thanks!
    get the rigth .deb package for your system, 32-bit or 64-bit and ubuntu 7.10 or 8.4
    the .deb package, you just double click on it to install just like windows
    best place to get them, http://www.gnome-look.org/

  4. #4
    Join Date
    Feb 2006
    Location
    uk
    Beans
    Hidden!

    Re: how can I install Aurora Gtk engine?

    according to this page you can install them like this:

    To install the theme engine extract it to somewhere convenient and in that directory,
    run: "./configure --prefix=/usr" then "make"
    For animation support add "-enable-animation" when running "./configure"
    Then as a root user "make install".

    Then install the gtkrc themes by extracting them to your ~/.themes directory (3 themes in total).

    To change your current theme to Aurora (under GNOME) open up Theme Preferences (usually somewhere under System > Preferences) click the Customize button and under the controls tab select the theme you want.

  5. #5
    Join Date
    Oct 2007
    Location
    Erdely (Transylvania)
    Beans
    87
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how can I install Aurora Gtk engine?

    Thanks for your help!
    Like I said I am new in Linux, so I have a question that might soud silly to you:
    - how do you run a command in a directory?
    I have extracted the engine archive in to the Documents directory and I can't do the rest, I meen run "./configure --prefix=/usr".

  6. #6
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: how can I install Aurora Gtk engine?

    Tools you need:
    Code:
    sudo apt-get update && sudo apt-get upgrade
    sudo apt-get install build-essential auto-apt checkinstall

    Extract the tar.gz package, then
    Code:
    cd <into the extracted package>
    auto-apt run ./configure --prefix=/usr -enable-animation
    make
    checkinstall --install=no
    sudo dpkg -i *.deb
    If you can't use checkinstall use sudo make install instead.

  7. #7
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: how can I install Aurora Gtk engine?

    ok I took the liberty/time to try the engine out;

    Save it to your Desktop.
    Code:
    sudo apt-get update && sudo apt-get upgrade
    sudo apt-get install build-essential auto-apt checkinstall libgtk2.0-dev
    
    cd ~/Desktop
    tar jxfv 56438-Aurora-1.4.tar.bz2
    tar zxfv aurora-1.4.tar.gz
    cd aurora-1.4
    auto-apt run ./configure --prefix=/usr -enable-animation
    make
    checkinstall --install=no
    sudo dpkg -i *.deb
    cd ..
    tar jxfv gtkrc_themes.tar.bz2 -C ~/.themes
    If tar jxfv gtkrc_themes.tar.bz2 -C ~/.themes fails you need to make the directory first with this command; mkdir ~/.themes
    Now open Appearance and click "customize", you can now choose the Aurora themes (3 of them).
    Last edited by Perfect Storm; May 3rd, 2008 at 05:36 AM.

  8. #8
    Join Date
    Jun 2007
    Location
    Mexico City
    Beans
    84
    Distro
    Hardy Heron (Ubuntu Development)

    Exclamation Re: how can I install Aurora Gtk engine?

    sudo apt-get update && sudo apt-get upgrade
    sudo apt-get install build-essential auto-apt checkinstall

    cd ~/Desktop
    tar jxfv 56438-Aurora-1.4.tar.bz2
    tar zxfv aurora-1.4.tar.gz
    cd aurora-1.4
    auto-apt run ./configure --prefix=/usr -enable-animation
    make
    checkinstall --install=no
    sudo dpkg -i *.deb
    cd ..
    tar jxfv gtkrc_themes.tar.bz2 -C ~/.themes
    Hi everyone! I was trying to install the same engine, in Ubuntu 8.04, and I followed the instructions above, and also the ones from gnome-look.org and I get the same error, when running auto-apt run ./configure --prefix=/usr -enable-animation:

    Code:
    checking for GTK... no
    configure: error: GTK+-2.10 is required to compile aurora
    luisjorge@inspiron1525:~/Desktop/aurora-1.4$
    I checked in synaptic, and I think this ubuntu has GTK version 2.12... How can I install this engine?

    Thanks in advance!

    Luis Jorge.
    Acer Aspire One-- Ubuntu 9.108)

    --Let the world know something extraordinary is happening...it's called Linux!

  9. #9
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: how can I install Aurora Gtk engine?

    Code:
    sudo apt-get install libgtk2.0-dev

  10. #10
    Join Date
    Oct 2007
    Location
    Erdely (Transylvania)
    Beans
    87
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: how can I install Aurora Gtk engine?

    Thanks a lot!
    Your help was very useful! Now my computer looks much nicer then before!
    Thanks again!

Page 1 of 2 12 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
  •