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

Thread: HOw to install and apply themes in ubuntu 12.04???

  1. #1
    Join Date
    May 2012
    Beans
    18

    Unhappy HOw to install and apply themes in ubuntu 12.04???

    hi
    As i am new to everything for ubuntu including ubuntu itself.
    I want to know how to install and apply themes in ubuntu 12.04. I am talking about custom themes ofcourse, not defaults.
    i read some tutorials but they dont seem to be for ubuntu 12 including using trying some app called "advanced settings". nothing works. Even if i proceed as directed, the theme doesnt show in theme selection drop-down menu.

    Additional INfo--> I am trying to install "Azenis" theme.


    Please tell me how to install themes.
    Thanks in advance and sorry if i am posting in wrong section.
    Last edited by Jaskaran498; May 30th, 2012 at 04:58 PM.

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: HOw to install and apply themes in ubuntu 12.04???

    Hello and Welcome

    The theme you would like to install is a GTK 2 and won't work in 12.04.

    Install Downloaded Themes or icons in 11.10-12.04

    Install the Gnome Tweak Tool / Advanced Settings for making theme selections from the software center .


    Use only GTK 3.4 themes for 12.04 amd 3.2 themes for 11.10. Check this in the theme description at the download loation.

    Download and fully extract the theme packages and hold the folders on the desktop until needed .


    (Single User) Create a .themes and .icons folder in home / hidden folders . Use Crtl + H to open hidden folders in Nautilus.

    (All Users) Use gksudo nautilus in the terminal to open Nautilus as root and navigate to > File System / usr / share / themes or icons .

    Place the folders in either Loation . Use Advanced Settings to make theme selections . Logout - in may be required before themes are visible in Advanced Settings.

    Theme PPAS are easy to install and keep themes up to date. below is one example.


    http://www.webupd8.org/2012/04/zukit...s-updated.html
    Last edited by Frogs Hair; May 30th, 2012 at 05:31 PM.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Jun 2007
    Location
    Minneapolis, MN
    Beans
    749
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOw to install and apply themes in ubuntu 12.04???

    Install ubuntu-tweak with these commands:
    Code:
    sudo add-apt-repository ppa:tualatrix/ppa
    sudo apt-get update
    sudo apt-get install ubuntu-tweak
    Navigate to Tweaks=>Theme.
    Moderation in all things; including moderation.

  4. #4
    Join Date
    May 2012
    Beans
    18

    Re: HOw to install and apply themes in ubuntu 12.04???

    OK. Thanks for info.
    I did following-->
    Installed unbuntu tweak/advanced settings (preinstalled).
    Downloaded "Zukitwo" theme from above link given.
    Extracted "Zukitwo-Brave".
    Created a new folder ".Themes" in home and pressed ctrl+h.
    Put the .tar.gz and the folder "Zukitwo-brave" in .themes.
    but my theme doesnt appear ins theme selection options.
    in teminal, ran commands-->
    Code:
    sudo add-apt-repository ppa:webupd8team/themes
    sudo apt-get update
    sudo apt-get install zukitwo-gtk-theme zukitwo-brave-gtk-theme
    but it gave me error something like E: location not found (not exactly this one but like this).
    i also used sudo apt-get install zukitwo-colors-theme. It did successfully but theme doesnt show in theme selection still.
    please tell why and the solution.


    Edit:
    I just accidently installed a theme by trying some method.
    now when i use same method for another supported theme, the error appears in terminal-->
    E: Unable to locate package zukitwo-Wise-gtk-theme
    please tell solution.



    Please give me step-by-step tutorial for installing themes.
    Last edited by Jaskaran498; May 31st, 2012 at 01:40 PM.

  5. #5
    Join Date
    Apr 2012
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOw to install and apply themes in ubuntu 12.04???

    Quote Originally Posted by Jaskaran498 View Post

    <SNIP>


    Please give me step-by-step tutorial for installing themes.
    Just use this;

    http://ubuntuforums.org/showthread.php?t=1988119
    There is always a way, but it might not be the best way, or your way!

  6. #6
    Join Date
    Jun 2005
    Beans
    81

    Re: HOw to install and apply themes in ubuntu 12.04???

    Myunity also lets you change the themes and icons and other theme related tweaks. Install Myunity from the repository.

  7. #7
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: HOw to install and apply themes in ubuntu 12.04???

    It did successfully but theme doesnt show in theme selection still.
    please tell why and the solution.
    Have you installed the Gnome Tweak Tool / Advanced Settings ?
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  8. #8
    Join Date
    May 2012
    Beans
    18

    Re: HOw to install and apply themes in ubuntu 12.04???

    Quote Originally Posted by Frogs Hair View Post
    Have you installed the Gnome Tweak Tool / Advanced Settings ?
    yes. I already said that in 1st post.
    Thanx overcast, ill try and then tell results here.
    Also thanx to traditionalist. But one stupid question... How to use it? I created a new folder .systemcolors and put extracted file in it. Now what after that?

  9. #9
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: HOw to install and apply themes in ubuntu 12.04???

    Quote Originally Posted by Jaskaran498 View Post
    yes. I already said that in 1st post.
    Thanx overcast, ill try and then tell results here.
    Also thanx to traditionalist. But one stupid question... How to use it? I created a new folder .systemcolors and put extracted file in it. Now what after that?
    Usually themes that don't appear in the Tweak Tool , Ubuntu Tweak , or My Unity are not the correct themes or not fully extracted that doesn't mean there isn't an other problem.

    The following command won't work because zukitwo brave is part of the zukitwo colors package.

    Code:
    sudo apt-get install zukitwo-gtk-theme zukitwo-brave-gtk-theme
    Use the following commands one by to install the PPA if you want to use it.
    Code:
    sudo add-apt-repository ppa:webupd8team/themes
    sudo apt-get update
    sudo apt-get install zukitwo-colors-theme
    Last edited by Frogs Hair; June 1st, 2012 at 08:49 PM.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  10. #10
    Join Date
    Jul 2010
    Location
    Cairns Australia
    Beans
    3

    Re: HOw to install and apply themes in ubuntu 12.04???

    hey everyone i found some cool themes here for 12.04 http://ubuntudan.blogspot.com.au/201...untu-1110.html hope you all liked them as much as i did

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
  •