Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[HOWTO] Compiz + Emerald
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Pse
Apprentice
Apprentice


Joined: 01 Mar 2005
Posts: 188
Location: by the plate river

PostPosted: Sun Apr 22, 2007 8:01 am    Post subject: [HOWTO] Compiz + Emerald Reply with quote

Thanks to the recent efforts made by the Beryl and Compiz communities, who are willing to work closer and closer together, it is now possible to run Emerald on Compiz =).

Step 1:
Read this post (screenies + short explanation). From there you should gather that there are two ways to run Compiz and Emerald together. The first one works with Compiz 0.3.6 (and lower?), which is now in Portage, and requires patching a somewhat older version of Emerald; the second option is meant to run with the development branch of Compiz (0.5.0+) but currently works only with live GIT snapshots. We will be focusing on the second option, since patching an old version of Emerald from the old SVN repos would only expose us to old bugs and hold us back.

Step 2:
Use these modified ebuilds to get both Compiz and Emerald from their GIT repositories: compiz-9999.ebuild - emerald-9999.ebuild
Put them in your local overlay under 'x11-wm'. Most deps are already in portage, but you'll probably need to set up the Gentoo-Xeffects overlay if you haven't done it yet. Unmask packages as necessary.
The Emerald ebuild has an additional USE flag which needs to be set to use it with Compiz:
Code:
echo "x11-wm/emerald compiz" >> /etc/portage/package.use


Step 3:
Set one theme with 'emerald-theme-manager'.
Code:
emerald-theme-manager


Step 4:
Run Compiz and Emerald =)
Code:
compiz --replace gconf &
emerald --replace &
.

Notes:
  • Compiz-0.4.0+ (which you now have) has a new blur plugin which allows for some cool effects. So, set it up. Check some screenies.
  • There are some minor bugs which are detailed in the link from step 1. One of them is particularly annoying and causes some minor quirks when switching themes while Emerald is already running. To fix that, just do:
    Code:
    killall emerald && emerald --replace &

  • These ebuilds were taken from Gentoo-Xeffects and were slightly modified to set up the right options and solve some minor quirks, so kudos to them for their fine work =).
  • Bear in mind you're compiling bleeding edge stuff, and that you *may* break your system. I will not be responsible for whatever happens when you merge this :!:
  • DO NOT BUG Gentoo-devs or the XEffects guys if anything goes wrong with this stuff. DO NOT post any bugs to Gentoo-Bugzilla or Gentoo-Xeffects' TRAC. Complain here.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum