PDA

View Full Version : plugins get unchecked randomly after each start


MaN
January 11th, 2008, 04:45 PM
Hi,

Everytime I start my linux ( Kubuntu 7.10 ) some plugins are unchecked randomly. The window moving plugin, which I need of course everytime is always unchecked after booting. Also some plugins like animations or Image Loading JPEG are unchecked after checking them and reopen the ccsm.
And after booting always I have to klick "reload window-manager" in the beryl-manager in systemtray. If I don't do that i haven't any window decorations.
My graphiccard is a nVidia 8600GT if that is important.

If you need more information please ask.

Thanx

Deciare
January 11th, 2008, 06:54 PM
Please post the contents of your ~/.config/compiz/compizconfig/config file.

Also, do you have anything in the text field for ccsm->Window Decoration->Command? If not, try entering "emerald --replace" into it.

MaN
January 11th, 2008, 11:20 PM
I've only found that file: /etc/compizconfig/config

[general]
integration = true
backend = ini

[gnome_session]
integration = true
backend = gconf

[kde_session]
integration = true
backend = kconfig


in the text field, I had only emerald but I changed it to emerald --replace.

Deciare
January 12th, 2008, 01:54 AM
Eek, KConfig backend. I haven't used that in a long time, but...

Anyway! Try editing your ~/.config/compiz/compizconfig/config file to read:
[kde_session]
backend = ini
integration = false
You may delete the non-KDE-related sections if you wish.

MaN
January 12th, 2008, 11:08 AM
Well, this file I have: "~/.config/compiz/compizconfig/config"
content:

[kde_session]
profile =
plugin_list_autosort = true

shall I edit this to

[kde_session]
backend = ini
integration = false

??

Deciare
January 12th, 2008, 03:54 PM
Oh, I typo'd the filename in my earlier post and didn't even notice that you were reading out of the one in /etc instead. Sorry!

Yes, please edit ~/.config/compiz/compizconfig/config file as you described.

MaN
January 13th, 2008, 06:14 PM
OK, Thank you, it looks like the problem is solved!!