Results 1 to 10 of 10

Thread: Install Faenza Icon Theme

  1. #1
    Join Date
    Oct 2012
    Beans
    8

    Question Install Faenza Icon Theme

    How do you install new icon themes with XFCE? In particle, I was thinking about the Faenza icons.

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Install Faenza Icon Theme

    The Faenza icon theme has a PPA - https://launchpad.net/~tiheum/+archive/equinox.

    To install, from a terminal window, run the following commands:
    Code:
    sudo add-apt-repository ppa:tiheum/equinox
    sudo apt-get update && sudo apt-get install faenza-icon-theme
    As for general icon installation procedures, extract icon packages to:
    ~/.icons -> for individual user use (create folder if it doesn't exist)
    /usr/share/icons -> for system-wide use (required sudo)

    Let us know if you need more detailed instructions.

  3. #3
    Join Date
    Oct 2012
    Beans
    8

    Re: Install Faenza Icon Theme

    After I added the PPA and updated it, it said that it could not fetch the tiheum/equinox ppa. And I tried to install it and it said that faenza-icon-theme was not found. I don't know what is wrong because I use the terminal to add ppas all the time and this has never happened before.

  4. #4
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Install Faenza Icon Theme

    What version of xubuntu are you using?

    What is the output of:
    Code:
    sudo apt-get update
    ...and
    Code:
    apt-cache policy faenza-icon-theme

  5. #5
    Join Date
    Oct 2012
    Beans
    8

    Re: Install Faenza Icon Theme

    I am using 12.10.

  6. #6
    Join Date
    Aug 2008
    Location
    Sweden
    Beans
    307
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Install Faenza Icon Theme

    It hasn't been packaged for 12.10 yet I think.

    Tried it myself and got this:

    W: Misslyckades med att hämta http://ppa.launchpad.net/tiheum/equi...source/Sources 404 Not Found

    W: Misslyckades med att hämta http://ppa.launchpad.net/tiheum/equi...amd64/Packages 404 Not Found

    W: Misslyckades med att hämta http://ppa.launchpad.net/tiheum/equi...-i386/Packages 404 Not Found

    E: Some index files failed to download. They have been ignored, or old ones used instead.
    This is my signature

  7. #7
    Join Date
    Oct 2012
    Beans
    8

    Re: Install Faenza Icon Theme

    That looks pretty similar to what I got. Not exactly sure because of the different language though. Will they package it for 12.10 when 12.10 is released?

  8. #8
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: Install Faenza Icon Theme

    Quote Originally Posted by on2mars View Post
    I am using 12.10.
    Download Faenza Icons

    Open a terminal and move to the directory you downloaded to:
    Code:
    wojox@wojox-testing:~$ cd Downloads/
    wojox@wojox-testing:~/Downloads$ unzip faenza_icons_by_tiheum-d2v6x24.zip 
    Archive:  faenza_icons_by_tiheum-d2v6x24.zip
      inflating: Faenza.tar.gz           
      inflating: Faenza-Dark.tar.gz      
      inflating: Faenza-Darkest.tar.gz   
      inflating: Faenza-Darker.tar.gz    
      inflating: Faenza-Ambiance.tar.gz  
      inflating: Faenza-Radiance.tar.gz  
      inflating: emesene-faenza-theme.tar.gz  
      inflating: AUTHORS                 
      inflating: ChangeLog               
      inflating: COPYING                 
      inflating: INSTALL                 
      inflating: README                  
      inflating: UNINSTALL               
    wojox@wojox-testing:~/Downloads$ ls
    AUTHORS                      Faenza-Darker.tar.gz                Faenza.tar.gz
    ChangeLog                    Faenza-Darkest.tar.gz               INSTALL
    COPYING                      Faenza-Dark.tar.gz                  README
    emesene-faenza-theme.tar.gz  faenza_icons_by_tiheum-d2v6x24.zip  UNINSTALL
    Faenza-Ambiance.tar.gz       Faenza-Radiance.tar.gz
    wojox@wojox-testing:~/Downloads$ sudo ./INSTALL 
    [sudo] password for wojox:

  9. #9
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Install Faenza Icon Theme

    They can also be found here: http://tiheum.deviantart.com/art/Faenza-Icons-173323228. There is a readme file in the zip file with instructions on how to install.

  10. #10
    Join Date
    Oct 2012
    Beans
    8

    Re: Install Faenza Icon Theme

    That worked great wojox. Thanks guys for the help.

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
  •