Posts: 75
tradetaxfree
Joined: 18 Jan 2012
#1
My system just works now so I killed some time creating this Nebula Wallpaper:

Image

The wallpaper can be downloaded from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mediafire.com/file/kgi4fi5mzq69mfi/horse-nebula-antix.tar.gz"
linktext was:"here"
====================================
.

See also my
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/post24574.html#p24574"
linktext was:"guide below"
====================================
for installing the theme set"
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://gnome-look.org/content/preview.php?preview=1&id=148933&file1=148933-1.png&file2=148933-2.png&file3=148933-3.png&name=Humanity+Colors+Icon+Theme"
linktext was:"humanity-colors"
====================================
" with"
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://gnome-look.org/content/preview.php?preview=1&id=147891&file1=147891-1.PNG&file2=147891-2.png&file3=147891-3.png&name=Ambiance+%26+Radiance+Colors+Version"
linktext was:"Ambiance / Radiance"
====================================
" which has 8 different coloured themes / icons & support for both dark & light panels.

*** This guide below now includes instructions for applying Themes & Icons to GTK3 Apps (Roxterm / Gdebi & others) ***
Last edited by tradetaxfree on 02 May 2012, 16:47, edited 3 times in total.
Posts: 21
franko
Joined: 29 Apr 2012
#2
What is the launcher/dock up left? __{{emoticon}}__
Posts: 75
tradetaxfree
Joined: 18 Jan 2012
#3
The"Mac like dock" is Wbar & debs can be found
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://code.google.com/p/wbar/downloads/list"
linktext was:"here"
====================================
. It's very light on resources (the packages are under 300k in size) & Wbar does NOT require Compiz - make sure you download both wbar (& install it first) - then install wbar-config.

In ~/.fluxbox/startup I find the following setting works well for Wbar:

Code: Select all

(sleep 4 && wbar) &
Posts: 21
franko
Joined: 29 Apr 2012
#4
Thank you! It's a nice addition to the desktop. __{{emoticon}}__
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#5
tradetaxfree wrote:My system just works now so I killed some time creating this Nebula Wallpaper:

Image

The wallpaper can be downloaded from
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mediafire.com/file/kgi4fi5mzq69mfi/horse-nebula-antix.tar.gz"
linktext was:"here"
====================================
.
Well, Alrighty then.

Image

Looks cool on a hot day to me. __{{emoticon}}__
Posts: 75
tradetaxfree
Joined: 18 Jan 2012
#6
I also installed a purple icon & theme set"
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://gnome-look.org/content/preview.php?preview=1&id=148933&file1=148933-1.png&file2=148933-2.png&file3=148933-3.png&name=Humanity+Colors+Icon+Theme"
linktext was:"humanity-colors"
====================================
" with"
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://gnome-look.org/content/preview.php?preview=1&id=147891&file1=147891-1.PNG&file2=147891-2.png&file3=147891-3.png&name=Ambiance+%26+Radiance+Colors+Version"
linktext was:"Ambiance / Radiance"
====================================
" which has 8 different coloured themes / icons & support for both dark & light panels.

** See end of this post for details of how to make the Themes & Icons also work for GTK3 Apps (Roxterm / Gdebi & others) **

Image

The tabbed File Manager is
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ignorantguru.github.com/spacefm/"
linktext was:"SpaceFM"
====================================
- the default File Manager in the next version of Antix M12.

First grab the dependency - the original
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://launchpad.net/ubuntu/quantal/i386/humanity-icon-theme/0.5.3.11"
linktext was:"humanitiy-icon-theme"
====================================
deb
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://launchpadlibrarian.net/78100860/humanity-icon-theme_0.5.3.11_all.deb"
linktext was:"here"
====================================


Add the following to /etc/apt/sources.list:

Code: Select all

# Humanity-Color Icons
deb http://ppa.launchpad.net/ravefinity-project/ppa/ubuntu oneiric main
Import the PPA key / remove the incorrect source & install themes:

Code: Select all

sudo add-apt-repository ppa:ravefinity-project/ppa
sudo rm /etc/apt/sources.list.d/ravefinity-project-ppa-wheezy.list
sudo apt-get update && sudo apt-get install humanity-colors
sudo apt-get install ambiance-colors radiance-colors
sudo apt-get install gtk2-engines-pixbuf
sudo apt-get install gtk2-engines-murrine
sudo apt-get install gtk3-engines-unico
# For themes that support XFCE,LXDE and openbox
sudo apt-get install ambiance-colors-xfce-lxde radiance-colors-xfce-lxde
Install LXAppearance to configure theme & icon sets:

Code: Select all

sudo apt-get install lxappearance
or alternatively set ~/.gtkrc-2.0 (changing the username at the bottom) to:

Code: Select all

# DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead.

gtk-theme-name="Classic-Ambiance-Purple-Xfce-LXDE"
gtk-icon-theme-name="Humanity-Colors-Purple"
gtk-font-name="Sans 10"
gtk-cursor-theme-name="DMZ-White"
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle="hintfull"
gtk-xft-rgba="rgb"
include"/home/your-username/.gtkrc-2.0.mine"
** Setting Debian Icon for Synaptic **

As the Humanity-Colour themes are originally for Ubuntu it gives Ubuntu logos in Synaptic. To change this back to Debian images run the following as Root (note we are copying .png to .svg for this to work):

Code: Select all

cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity/places/16/start-here.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Blue/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Dark-Blue/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Dark-Graphite/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Dark-Green/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Dark-Orange/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Dark-Pink/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Dark-Purple/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Dark-Red/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Dark-Yellow/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Graphite/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Green/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Orange/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Pink/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Purple/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Red/actions/16/package-supported.svg
cp /usr/share/icons/hicolor/16x16/actions/package-supported.png /usr/share/icons/Humanity-Colors-Yellow/actions/16/package-supported.svg
I'm also testing qtFM
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/post24556.html#p24556"
linktext was:"here"
====================================
which seems to be most complete with the Faenza icon theme which can be installed as follows:

** EDIT ** The humanity-color / ambiance themes also work well with qtFM once the mime cache is updated as shown at the end of the qtFM guide
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/post24556.html#p24556"
linktext was:"here"
====================================


Add the following to /etc/apt/sources.list:

Code: Select all

# Faenza Icons
deb http://ppa.launchpad.net/tiheum/equinox/ubuntu oneiric main
Import the PPA key / remove the incorrect source & install the icon theme:

Code: Select all

sudo add-apt-repository ppa:tiheum/equinox
sudo rm /etc/apt/sources.list.d/tiheum-equinox-wheezy.list
sudo apt-get update && sudo apt-get install faenza-icon-theme
Download
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://gnome-look.org/content/show.php/Faenza+Fresh?content=141003"
linktext was:"Faenza-Fresh"
====================================
(additional application icons) & for Blue Folders (rather than Ubuntu / Gnome looking brown) - grab
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://gnome-look.org/content/show.php/Faenza?content=128143"
linktext was:"Faenza-Cupertino"
====================================


Unpack both of these & place the Faenza folders into ~/.icons

To set the Faenza icons system wide either use LXAppearance to set the icon theme to Faenza-Fresh

Or change the 2nd line in ~/.gtkrc-2.0 to:

Code: Select all

gtk-icon-theme-name="Faenza-Fresh"
Personally I just force Faenza-Fresh in
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/post24556.html#p24556"
linktext was:"qtfm"
====================================
by setting the following in ~/.config/qtfm/qtfm.conf

Code: Select all

[General]
forceTheme=Faenza-Fresh
This then gives me a Root Terminal icon for my qtFM Custom Actions - change the line for it in the
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/post24556.html#p24556"
linktext was:"qtfm guide"
====================================
(under the [customActions] section of ~/.config/qtfm/qtfm.conf) - to:

Code: Select all

%04=folder, Root Term here, gksu-root-terminal, gksu roxterm %F
I've also added qtFM to the Tools Menu of SpaceFM - it opens /usr/bin more quickly & is handy for creating symbolic links with the Custom Action I added. It also shows thumbnails of images which was useful for correcting the icon error above in Synaptic.

Making Icons & Themes work for GTK3 Apps

Roxterm & Gdebi are GTK3 apps so they will look ugly until you do the following (this example is for the Purple Theme & Icons):

Code: Select all

ln -s /usr/share/themes/Ambiance-Purple-Xfce-LXDE/gtk-3.0 ~/.config/gtk-3.0
sudo nano /usr/share/themes/Ambiance-Purple-Xfce-LXDE/gtk-3.0/settings.ini
& add the following to the end of settings.ini:

Code: Select all

gtk-icon-theme-name="Humanity-Colors-Purple"
Image
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#7
Excellent stuff tradetaxfree
Posts: 75
tradetaxfree
Joined: 18 Jan 2012
#8
For Ubuntu like buttons for fluxbox download
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://customize.org/download/files/85983/16545/ubuntu.tar.gz"
linktext was:"this style"
====================================
& unpack into ~/.fluxbox/styles & it will be the first entry in the Fluxbox Settings ----> Styles menu

Image

Finally if you use any themes for Firefox / Thunderbird remove them so they inherit the Ambiance / Humanity-Colors Themes. In VLC & Skype force the Window Style to GTK+ under their Preferences / Options.