Results 1 to 5 of 5

Thread: Adwaita conflicting with Ambience and Radiance themes

  1. #1
    Join Date
    Nov 2012
    Beans
    7

    Adwaita conflicting with Ambience and Radiance themes

    Hi,

    After installing Gnome Shell and Gnome-Environment from the software central in Ubuntu 12.10 my Ambience and Radiance themes got corrupted.

    The problem is now the default theme is Adwaita (in the tweak-gnome-tool) is tells me that Adwait is the default and before was Ambiance. And because of this when I select the theme Ambiance some components of Adwaita persists, specialy top bar windows schemes when widows are not selected (are in the second plane).


    Does anyone know how to set Ambience as the default theme again or completly remove Adwaita from Ubuntu 12.10. I deleted the folder from the usr/share/theme directory but Adwaita is still the defaukt theme and are causing problems,

    Thanks in advance!

  2. #2
    Join Date
    Mar 2010
    Location
    Netherlands
    Beans
    42
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Adwaita conflicting with Ambience and Radiance themes

    Thank you rdettogni, for thanks to your question I was able to find the solution. I was having the same problem after trying out Gnome Shell on Ubuntu 12.10. After reading your post, I looked at the contents of the file `~/.gtkrc-2.0`. The contents of this file looked as follows:

    Code:
    # -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT
    include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
    include "/home/serrano/.gtkrc-2.0.mine"
    # -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT
    Which explains the problem. You can see that it loads a theme file for the Adwaita theme. You can simply remove the line that reads
    Code:
    include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
    to solve this problem. As an alternative, you can simply use that tool `gtk-theme-switch2` to change the theme back to Ambiance. If you don't already have it installed:

    Code:
    sudo apt-get install gtk-theme-switch
    Then execute the tool from the terminal:

    Code:
    gtk-theme-switch2
    Select Ambiance from the dropdown menu and press the Apply button. And all should be fixed (you may need to restart some applications to see the changes).

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

    Re: Adwaita conflicting with Ambience and Radiance themes

    Adwaita is the default theme for the Gnome Shell and the ambiance & radiance themes are Ubuntu defaults. The panel in the Gnome Shell has its own theme works completely different than in Unity and Gnome Classic.

    Log-out and log-in or use Alt + F2
    Code:
    r
    to restart the shell after changing the theme. If you want a Gnome Shell theme that looks like ambiance you will have to install one. 12.04 uses Gnome 3.4 themes and 12.10 uses 3.6 themes.

    http://browse.deviantart.com/art/GNO...ance-210264151

    More shell themes:http://gnome-look.org/index.php?xcon...506fe39ba85b8d
    "Our intention creates our reality. "

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

  4. #4
    Join Date
    Mar 2010
    Location
    Netherlands
    Beans
    42
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Adwaita conflicting with Ambience and Radiance themes

    @Frogs Hair: I think you misunderstood the thread starter's question. The problem is that Ubuntu's own themes get corrupted after installing Gnome Shell (that's when you're using Unity/Gnome Classic).

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

    Re: Adwaita conflicting with Ambience and Radiance themes

    Quote Originally Posted by figure002 View Post
    @Frogs Hair: I think you misunderstood the thread starter's question. The problem is that Ubuntu's own themes get corrupted after installing Gnome Shell (that's when you're using Unity/Gnome Classic).
    I did misunderstand . I thought Ambiance /Radiance were not displaying properly in the shell. Try the following and log out and in.

    Code:
     sudo apt-get install --reinstall light-themes
    "Our intention creates our reality. "

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

Tags for this Thread

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
  •