Faenza Icon Theme 1.1 Brings New GNOME 3.2 Icons, Better Ubuntu 11.10 Integration

4:15 PM

Faenza icon theme

One of the most popular icon themes - Faenza -, was updated today and it now includes icons for the latest GNOME 3.2 applications like Gnome Documents, GNOME Contacts, GNOME Online Accounts and more.

There are also new icons for Clementine, Xterm, Wunderlist, Scribes, Steam, Tracker, reworked icons for Gparted, Gconf Editor and folder icons.

Faenza new icons

But that's not all! Faenza 1.1 also comes with two new themes for better integration with Unity (in Ubuntu 11.10): Faenza-Ambiance and Faenza-Radiance.

Faenza Ambiance
Faenza Ambiance

Faenza


Install Faenza icon theme


To install the latest Faenza 1.1 in Ubuntu, use the commands below:
sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install faenza-icon-theme

To be able to change the icon theme in Ubuntu 11.10 (and other Linux distributions that use GNOME 3), make sure you've installed GNOME Tweak Tool as explained in our tweaks post.

For other Linux distributions: download Faenza via GNOME Look.

0 comments

» read more....

Faience: New GNOME 3 Icon Theme By Tiheum

11:16 PM

Faience icon theme

Tiheum, who is best known for the Faenza icon theme and Equinox GTK themes has started working on a new icon theme for GNOME 3 / GNOME Shell called "Faience". The theme is work in progress (this is the first public release) and it currently depends on the original Faenza for many icons, but it looks really promising and it already comes with 3 folder color variations.

Faience azur icon theme
(Faience Azur)

Faience Ocre
(Faience Ocre)

Faience icon theme is especially designed for GNOME Shell so it's not recommended to use it with Unity / GNOME 2.


Tiheum is also working on a GNOME Shell and GTK2/3 theme which will complete the "Faience" pack. The GTK2/3 theme is not yet available but you can already use the Faience GNOME Shell theme:

Faience GNOME Shell theme
(Faience GNOME Shell theme and the original Faience folder icons)


Installation



Faience icon theme


To use Faience, you must firstly install the Faenza icon theme. If you run Ubuntu, you can install it from its official PPA using the commands below:
sudo add-apt-repository ppa:tiheum/equinox

sudo apt-get update

sudo apt-get install faenza-icon-theme

Alternatively, download Faenza icon theme from DeviantArt, extract the downloaded archive and copy it to the ~/.icons folder.

Faience is not yet available in the above PPA so to install it, download the archive and copy all the 3 folders (Faience, Faience-Azur and Faience-Ocre) to the ~/.icons directory (if this folder doesn't exist, create it), then use GNOME Tweak Tool to apply the icon theme:

Gnome Tweak Tool


Faience GNOME Shell theme


To use the Faeience GNOME Shell theme, download it from HERE, extract it to the ~/.themes folder and use GNOME Tweak Tool to apply it. If for whatever reason you don't want to use GNOME Tweak Tool (like... you can't install the user-theme extension which is required by this feature), just remove all the files under /usr/share/gnome-shell/theme and copy the Faience GNOME Shell theme files to this folder.


Download: Faience icon theme | Faience GNOME Shell theme


0 comments

» read more....

Faenza Icons For LibreOffice Toolbar

12:06 AM

Rho from seekngeek, has created a Faenza icon pack for the LibreOffice toolbar, based on Kado20es' work. The icon pack is still in beta but it looks great already:

LibreOffice Faenza toolbar icons


LibreOffice Faenza Icon pack will only replace the LibreOffice toolbar icons with Faenza monochrome icons and will not affect the LibreOffice application icons. Also, you don't have to use Faenza as the system icon theme to use the LibreOffice Faenza icons!



Installation


Firstly, download LibreOffice Faenza Icons Mod in your home folder and then run the commands below, depending on how you've installed LibreOffice:


- for LibreOffice installed from the official Ubuntu repositories or the LibreOffice PPA:

sudo apt-get install libreoffice-style-crystal
cd
mv ~/libreoffice_faenzaMOD.zip ~/images_crystal.zip
sudo mv /usr/share/libreoffice/basis-link/share/config/images_crystal.zip /usr/share/libreoffice/basis-link/share/config/images_crystal.orig.zip && sudo mv ~/images_crystal.zip /usr/share/libreoffice/basis-link/share/config/images_crystal.zip

Please note that the installation instructions above will overwrite the original "libreoffice-style-crystal" (which isn't really a problem is you're not using this style or you don't plan on using it; either way, the commands above will create a backup of the original Crystal style). If you want to replace a different LibreOffice style, see the instructions @ LibreOffice Faenza Icons Mod Gnome Look page.


- for LibreOffice 3.3 downloaded from the LibreOffice website:
cd
mv ~/libreoffice_faenzaMOD.zip ~/images.zip
sudo mv /opt/libreoffice3.3/basis3.3/share/config/images.zip /opt/libreoffice3.3/basis3.3/share/config/images_crystal.orig.zip && sudo mv ~/images.zip /opt/libreoffice3.3/basis3.3/share/config/images.zip

- for LibreOffice 3.4 downloaded from the LibreOffice website:

cd
mv ~/libreoffice_faenzaMOD.zip ~/images.zip
sudo mv /opt/libreoffice3.4/basis3.4/share/config/images.zip /opt/libreoffice3.4/basis3.4/share/config/images_crystal.orig.zip && sudo mv ~/images.zip /opt/libreoffice3.4/basis3.4/share/config/images.zip


Once installed, open LibreOffice, select Tools > Options and under "LibreOffice", click on "View" and select "Crystal" (under "Icon size and style"):

LibreOffice change icons


Update: for ArchLinux, use the following path: "/usr/lib/libreoffice/share/config/images_brand.zip" (thanks to Rationalperseus)


Revert the changes


If you want to use the original style, simply open the LibreOffice Options and select "Automatic" under LibreOffice > View.


Also, a back up of the original LibreOffice Crystal style is available (if you've used the commands above) under "/usr/share/libreoffice/basis-link/share/config/images_crystal.orig.zip" for LibreOffice installed from the Ubuntu repositories/PPA and "/opt/libreoffice3.3/basis3.3/share/config/images_crystal.orig.zip" or "/opt/libreoffice3.4/basis3.4/share/config/images_crystal.orig.zip" for LibreOffice downloaded from its website. To restore the "Crystal" style, use the commands below:

- For LibreOffice installed via Ubuntu repositories / PPA:
sudo rm /usr/share/libreoffice/basis-link/share/config/images_crystal.zip
sudo mv /usr/share/libreoffice/basis-link/share/config/images_crystal.orig.zip /usr/share/libreoffice/basis-link/share/config/images_crystal.zip

- For LibreOffice 3.3 downloaded from its website:
sudo rm /opt/libreoffice3.3/basis3.3/share/config/images.zip
sudo mv /opt/libreoffice3.3/basis3.3/share/config/images_crystal.orig.zip /opt/libreoffice3.3/basis3.3/share/config/images.zip

- For LibreOffice 3.4 downloaded from its website:
sudo rm /opt/libreoffice3.4/basis3.4/share/config/images.zip
sudo mv /opt/libreoffice3.4/basis3.4/share/config/images_crystal.orig.zip /opt/libreoffice3.4/basis3.4/share/config/images.zip

Please note that I've only tested the first case (LibreOffice installed via the LibreOffice PPA / Ubuntu repos).


Thanks to seekngeek and orgulhogeek for the icons; via Atareao.es

0 comments

» read more....