Reset Compiz

6 respostas [Última entrada]
ssdclickofdeath
Desconectado
Joined: 05/19/2013

How does one reset Compiz to the 'factory' defaults?
I changed one setting too many.

Chris

I am a member!

Desconectado
Joined: 04/23/2011

I'm not really familiar with Compiz although there is an a purge option with apt-get that in theory should remove the configuration files. Removing Compiz might screw everything up though (ie remove tons of other stuff that is dependent on it).

ssdclickofdeath
Desconectado
Joined: 05/19/2013

~
|
.compiz-1
|
session
|
Contains files with names like this: "10a7b46065f8bd6c96136985600429281100000016590033"

Mampir
Desconectado
Joined: 12/16/2009

Practically all programs that your run without admin privileges store their settings in files in your home folder. Those files are usually either named with the name of the program or are in directories with such names.

I haven't used Compiz, but you can search for files/directories '*compiz*' in your home folder and delete them. I'm pretty sure that this will reset your configuration. You can search like this in a terminal:

find -name '*compiz*'

Then remove directories and files you find. After that, logout and login.

> I'm not really familiar with Compiz although there is an a purge option with apt-get that in theory should remove the configuration files.

This will only remove system wide configuration files, not user settings. Those are stored in /etc, not in the home folder. For most programs this won't reset user settings.

ssdclickofdeath
Desconectado
Joined: 05/19/2013

~/.gconf/apps/compizconfig-1

Would it be inside this directory?

GustavoCM

I am a member!

Desconectado
Joined: 11/20/2012

If you want to take the risk, just:

$ find ~ -name "*compiz*" -exec rm -rf {} \;
matt
Desconectado
Joined: 06/24/2013

Do you have the compizconfig-settings-manager installed, or do you have it installed and cannot launch it anymore?

Because there is an option in the ccsm that will reset compiz to default settings:

open ccsm > go to settings > reset

(The names may slightly differ because I translated them.)