LuminocityHowTo

Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2005-06-30 07:22:14
Size: 4645
Editor: 158
Comment:
Revision 6 as of 2005-12-06 20:51:34
Size: 4654
Editor: ajpetacc
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
This is fun to play with (I really like the desktop switcher) but its not a functional window manager like Metacity. Its only to be looked at. So don't show this off to all your Window's buddies (unless you say "this is the future of Linux") because they will be disappointed when they switch to use it only to find out its basically a demo. This is fun to play with (I really like the desktop switcher) but it's not a functional window manager like ["Metacity"]. It's only to be looked at. So don't show this off to all your Windows buddies (unless you say "this is the future of Linux") because they will be disappointed when they switch to use it only to find out it's basically a demo.
Line 34: Line 34:
{{{cvs -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome get
luminocity/luminocity.modules
{{{cvs -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome get luminocity/luminocity.modules
Line 60: Line 59:
os.environ['INSTALL'] = os.path.join(os.environ['HOME'], 'bin', 'install-check')" os.environ['INSTALL'] = os.path.join(os.environ['HOME'], 'bin', 'install-check')
}}}
Line 62: Line 62:
Save the file as "jhbuildrc-luminocity}}} Save the file as {{{jhbuildrc-luminocity}}}
Line 96: Line 96:
For example, this would make luminocity to open in 1024x768 window when using 4 workspaces:" For example, this would make luminocity to open in 1024x768 window when using 4 workspaces:

If you are like me, you probably like to have some eye candy and the Luminocity demos enticed you. All those effect look great, but what good are they if we have to wait years for the effect to get into Gnome?

I created this howto to help people like myself install Luminocity now in order to try out the new effects. It does alright on my Pentium 4 with an ATI card (newest fglrx drivers installed), but using a mouse wheel seems to make it crash (anyone got a work around?).

This is fun to play with (I really like the desktop switcher) but it's not a functional window manager like ["Metacity"]. It's only to be looked at. So don't show this off to all your Windows buddies (unless you say "this is the future of Linux") because they will be disappointed when they switch to use it only to find out it's basically a demo.

This howto was created by adding this Gentoo one to this wikipage:

http://64.233.167.104/search?q=cache:2ai6TpucWhoJ:forums.gentoo.org/viewtopic-t-313926.html+install+luminocity&hl=en&lr=&client=firefox&strip=1

For future note, every time you see bold, it is a new command line to enter.I will only use the bold for bash commands.

First we need to install some things.

{{{apt-get install cvs libtool libxxf86vm-dev build-essential docbook-xsl automake1.7 libglib2.0-dev libgtk2.0-dev xlibmesa-glu-dev }}}

Now lets make a directory:

{{{mkdir luminocity cd luminocity/ }}}

Now we need to install jhbuild:

{{{cvs -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome get jhbuild cd jhbuild/ make make install}}}

I don't really get this part but its needed to work:

{{{cvs -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome get luminocity/luminocity.modules cp luminocity/luminocity.modules modulesets/}}}

Now get out of that directory

{{{cd .. }}}

and start gedit:

LuminocityHowTo (last edited 2008-08-06 16:23:47 by localhost)