Can I uninstall Compiz if only using Gnome-Shell?

9,201

Solution 1

Removing compiz also removes the packages unity & ubuntu-desktop.

Thus you will lose the ability to log into the unity or unity-2d desktops.

ubuntu-desktop is a meta package - normally you would need this to allow a successful upgrade to ubuntu+1. Therefore - just reinstall this package before you next upgrade to 12.04.

On my quick test, removing compiz did not stop me logging out and logging back into gnome-shell. You are correct - gnome-shell does not use compiz as its compositing manager, it uses mutter.

Solution 2

It depends on how much you want to remove and change.

Yes, you can remove compiz, it will take a little work to remove unity and potentially unnecessary packages.

See the linked question on how to remove Unity.

Use the following to remove all compiz related packages:

sudo apt-get purge compiz compiz-plugins-main-default libcompizconfig0

If you do not want to do all this, you can re-install and try the gnome 3 remix

See the UGR (Ubuntu Gnome Remix)

https://launchpad.net/ubuntugnome

https://wiki.ubuntu.com/UGR

UGR Home page (check the LP and wiki page if you think this link is spam) http://ugr.teampr0xy.net/


Linked Question:

  1. How can you remove Unity?
Share:
9,201

Related videos on Youtube

Icedrake
Author by

Icedrake

Updated on September 18, 2022

Comments

  • Icedrake
    Icedrake over 1 year

    I already know that I can uninstall Unity if I'm using Gnome-Shell exclusively, but I'm also wondering if it's safe to uninstall Compiz when I'm only using Gnome-Shell, since as far as I know, Gnome-Shell doesn't use Compiz.

  • Icedrake
    Icedrake over 12 years
    Thanks for that list of packages to uninstall. That'll be helpful if I decide to ditch Unity, which may or may not happen over this weekend. Or maybe Christmas break when I actually have some free time, lol.
  • Panther
    Panther over 12 years
    Definitely review that list, I am not sure how much or little you wish to remove, and you will not do any harm by leaving compiz and unity installed.
  • Panther
    Panther over 12 years
    @fossfreedom - my list is unity + compiz, not sure how you would feel best to edit my response.
  • Jordon Bedwell
    Jordon Bedwell over 10 years
    Removing ubuntu-desktop does not remove unity as ubuntu-desktop is a meta-package so it will only bring in packages and most of the time removing the meta-package does not result in a removal of the packages it brings in. Removing compiz will also not result in a complete removal of Unity because unity2d will still remain because it has no dependence on compiz at all, it has no fancy effects (not that Unity normal does either.)