First alpha of Polyester2

Graphics

So I’ve decided to stop procrastinating and release a first alpha of Polyester 2 into the wild 🙂 you can get it here

some veeery important notes:

  • First of all it must be considered a very early alpha quality code not intended for everyday use, it could blow up your computer or eat your cat, use at your own risk 😛
  • as i said is not very stable and probably not all configuration option works
  • at the moment there is only the style, i don’t know if or when i will port the window decoration
  • it can be compiled with cmake (and you will need a kde4 snapshot o do so) typing
     cmake . -DCMAKE_INSTALL_PREFIX=whathever you want
     make
     make install
  • or with qmake (you will need only qt4 with devel package, but you won’t get the configuration dialog)
    in order to use qmake you must go in the style subfolder and type:
     qmake qmake.pro
     make
     make install
  • probably i won’t release another release tarball for quite some time, but if you’re curious there is a bazaar repository at the bazaar repository