Results 1 to 3 of 3

Thread: Remove Unity Web Apps

  1. #1
    Join Date
    Feb 2007
    Beans
    205

    Remove Unity Web Apps

    Hi,

    I installed the Facebook, Gmail and Hotmail Unity web apps and now I want to remove them. I removed them from software center and tried from the terminal, and it says they have been removed, but they are still there under applications and still run when I click the icon. Anyone know how I can remove them?

    Thanks!

  2. #2
    Join Date
    Oct 2011
    Beans
    44

    Re: Remove Unity Web Apps

    The Unity integration web apps seem to be stored in ~/.local/share/applications/

    So, to remove them:
    Open a terminal window (CTRL+ALT+T)

    To remove all the web apps:
    Code:
    cd ~/.local/share/applications/
    rm *.desktop
    note that the files ending in .desktop are the Unity desktop integration web applet files so if you intend to keep some of them (removing Gmail and the rest but keeping Facebook or vice versa, for instance) instead of rm *.desktop just do a ls and delete them by rm the ones you wish to be rid of.

    Or alternatively open Nautilus or another file manager to go to the above mentioned path (note that in order to find .local in your home folder you will need to enable Show Hidden Files) and delete the files, ending in .desktop as you see fit.
    Last edited by ARooster; April 28th, 2013 at 08:49 AM.

  3. #3
    Join Date
    May 2013
    Beans
    1

    Re: Remove Unity Web Apps

    Thanks very much for taking the time to explain how this is done ARooster, you explained it well and I've got rid of them now

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
  •