Results 1 to 6 of 6

Thread: Get back to 'stock' Light themes?

  1. #1
    Join Date
    Oct 2010
    Beans
    62

    Question Get back to 'stock' Light themes?

    I'm currently using the popular Ambiance and Radiance Evolution themes, but now I want to get back to the regular Ambiance theme. I have locked folders in my home folder labelled Ambiance and Radiance, which I think was left over from the install. Does anyone know how how to get my old themes back?

    P.S - I already removed the Ambiance Evolution PPA and reloaded Synaptic Package Manager, but it did nothing.

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Get back to 'stock' Light themes?

    Quote Originally Posted by Corbin052198 View Post
    I'm currently using the popular Ambiance and Radiance Evolution themes, but now I want to get back to the regular Ambiance theme. I have locked folders in my home folder labelled Ambiance and Radiance, which I think was left over from the install. Does anyone know how how to get my old themes back?

    P.S - I already removed the Ambiance Evolution PPA and reloaded Synaptic Package Manager, but it did nothing.
    Hi, if you uninstalled the themes open synaptic and put in themes then look for the themes you want and install them.

  3. #3
    Join Date
    Aug 2008
    Location
    Manila, Philippines
    Beans
    231
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Get back to 'stock' Light themes?

    Normally, you would not uninstall the old themes and they're still there. Go to Appearance and select the Ambiance or Radiance.

  4. #4
    Join Date
    Oct 2010
    Beans
    62

    Re: Get back to 'stock' Light themes?

    The Ambiance Evolution theme replaced the standard themes. These are the instructions I followed:

    Code:
    sudo apt-add-repository ppa:tiheum/equinox
    sudo apt-add-repository ppa:victored/ambiance-evolution
    sudo mv  /usr/share/themes/Ambiance ~/
    sudo mv  /usr/share/themes/Radiance ~/
    sudo apt-get update
    sudo apt-get install --reinstall light-themes
    I'm going to try to do this:

    Code:
    sudo mv ~/Ambiance /usr/share/themes/
    sudo mv ~/Radiance /usr/share/themes/
    sudo apt-get update
    sudo apt-get install --reinstall light-themes
    I'll post back if it works...

    EDIT: I had to delete the old theme folders first, but it seemed to work - until the last command. It said the package could not be downloaded for some reason. I'm going to Launchpad.net to see if I can download it myself.
    Last edited by ?#Yhf%*&; July 14th, 2011 at 02:51 PM.

  5. #5
    Join Date
    Oct 2010
    Beans
    62

    Fixed!

    These were the magic commands:

    Code:
    rm -rf /usr/share/themes/Ambiance
    rm -rf /usr/share/themes/Radiance
    sudo mv ~/Ambiance /usr/share/themes/
    sudo mv ~/Radiance /usr/share/themes/
    sudo apt-get update
    sudo apt-get install --reinstall light-themes
    Thanks anyway!
    Last edited by ?#Yhf%*&; July 14th, 2011 at 03:03 PM.

  6. #6
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Get back to 'stock' Light themes?

    Hi, your welcome I am glad you got them back.

    I just wanted to let you know that the way used that remove command can be very dangerous if you put the wrong path by mistake you could wipe out your entire system, would you please go to the top of the page and mark this thread solved be clicking on thread tools. Thank you so much.

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
  •