compiz in startup applicatoin, but does not startup

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Recko

compiz in startup applicatoin, but does not startup

Post by Recko »

Hello, I am a newbie and my English is not good. I hope I can address my question clearly.

I have been trying to have compiz effect in Mint 12 this afternoon. I got a partial success by the help of others' experience. In detail: I installed compiz* packages. After I log in Gnome Classic, I can start the effect with compiz --replace. So I think the hardware support is ok, the only thing I need is to add "compiz --replace" in the startup application. I did it and restarted. No effect. I manually run compiz --replace, the effect came back. Then I did more search and am confused.

The followings are the information I found :

Someone seems get the compiz work with Gnome Classic (in Mint 12 or Ubuntu 11.xx). e.g This is the instruction I followed, but encounter the startup issue.
http://www.howtoforge.com/enabling-comp ... 2-gnome-12

A similar theory in the forum : http://forums.linuxmint.com/viewtopic.p ... 12#p521553

Then my questions :
1. compiz is compatible with Gnome 2, but that Gnome Classic in Mint 12 runs with the same shell as Gnome 3. Is this true? To be honest, I am confused about these names.

2. people say compiz can not run with Gnome 3 (or Gnome shell). If 1 is true, why I can have the visual effect in Gnome Classic by compiz --replace?

3. If 1 is false, why compiz added in startup does not startup automatically, but can be activate by compize --replace after login Gnome Classic? Some features blocks compiz's startup?

Thanks in advance for any response.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Electroman6913

Re: compiz in startup applicatoin, but does not startup

Post by Electroman6913 »

I think the clasic startup DE is Mate not Gnome 3 because Gnome 2 and Gnome 3 can't be installed on the same computer.

Maybe Compiz is trying to start before the DE session is fully booted. You could write a script with a sleep command before compiz --replace

#!/bin/bash

sleep 5
compiz --replace

save as <filename>.sh
enable permissions as executable.
Locked

Return to “Compiz, Conky, Docks & Widgets”