How to install theme without using user-theme extension?

5,067

Yes you can.

Extract your theme to ~/themes or /usr/share/themes

I use this command for manually change theme and icon on ubuntu.

Open terminal Ctrl+Alt+T and run following command:

Icon Pack

gsettings set org.gnome.desktop.interface icon-theme 'theme'

Theme

gsettings set org.gnome.desktop.interface gtk-theme 'theme'

gsettings set org.gnome.desktop.wm.preferences 'theme'

gconftool-2 --set --type string /apps/metacity/general/theme 'theme'

Change 'theme' with your theme name

Share:
5,067

Related videos on Youtube

Aventinus
Author by

Aventinus

“Somewhere, something incredible is waiting to be known.” ― Carl Sagan

Updated on September 18, 2022

Comments

  • Aventinus
    Aventinus over 1 year

    I'm using Ubuntu 12.04 with Gnome Shell 3.4. Since day one I had some random crashes mainly after reloading or during search. After a lot of research I concluded that user-theme extension is to blame. Only when disabled Gnome Shell runs 100% smoothly. So my question is: Is there a way to install a theme without using user-theme extension?

    edit: Trying to install it via Gnome Tweak Tool without user-theme extension won't work because of [this][1].

    enter image description here

    • klox
      klox almost 12 years
      have you tried gnome-tweak-tool ?
    • Aventinus
      Aventinus almost 12 years
      Can't, check the updated post.
  • mondjunge
    mondjunge over 11 years
    there is no "gnome-shell-extensions" in official repositories! Where did you find that?
  • abybaddi009
    abybaddi009 about 11 years
    of course, there is one: packages.ubuntu.com/quantal/gnome/gnome-shell-extensions
  • mondjunge
    mondjunge almost 11 years
    quantal is ubuntu 12.10, question was about 12.04 (precise)...