ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #01950
Re: [Question #76725]: i tried to use compiz git to enable extra compizpugins but nothing happened so i completeely removed all of compiz from synaptic packet managaer .But nowwhen I am trying to enabl visual effects it says desktop effect couldn't be nabled
Question #76725 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/76725
Status: Open => Answered
Derek White proposed the following answer:
Open a terminal: Applications > Accessories > Terminal
Purge compiz:
sudo apt-get purge compiz compizconfig-backend-gconf compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-gnome compiz-plugins compiz-wrapper libcompizconfig0
Remove your compiz settings:
rm -rf ~/.compiz
rm -rf ~/.config/compiz
Re-install:
sudo apt-get install compiz compizconfig-backend-gconf compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-gnome compiz-plugins compiz-wrapper libcompizconfig0
Verify:
compiz --replace
If it works, hit Ctrl-C to terminate it (metacity should take back
control) & activate Visual Effects from Appearance.
If it fails, please post the results of the compiz --replace command.
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.