Google Plus

How to install the Bluetile tiling window manager in Ubuntu

Written by Mel Kham on . Posted in Ubuntu

Bluetile is a tiling window manager for X based systems. It’s originally based on xmonad(http://xmonad.org/). It can automatically arrange the windows in such a manner that they tile the screen, maximizing the resources available.

 

The official list of features is as follows:

  • Designed to integrate with the GNOME desktop environment

  • Hybrid approach: Stacking window layout & tiling layouts available

  • All features accessible from mouse, as well as keyboard

  • Maximizing & minimizing windows in all layouts

  • Good multihead support

  • Proper handling of fullscreen applications

{vimeo}6661713|500|400{/vimeo}

Credits for the video go out to Jan Vorneberger (http://vimeo.com/user2021993) from Vimeo.

Installation of Bluetile can be a rather challenging task, since there not being many how-tos on the subject and the project being a rather unknown one. Hopefully, this guide will fix some bits of the former .

Let’s get the dependencies out of the way:

sudo apt-get install build-essential checkinstall libghc6-network-dev libghc6-parsec-dev libghc6-mtl-dev libghc6-zlib-dev libghc6-glade-dev libghc6-gtk-dev ghc

 

We now need to download and install Gtk2Hs. If you’d like to handle this part yourself, you can get it here (http://www.haskell.org/gtk2hs/download/)

Otherwise, just paste in the following commands.

wget http://downloads.sourceforge.net/gtk2hs/gtk2hs-0.10.1.tar.gz

Extract the archive the usual way (tar –xvzf ‘archive_name.tar.gz) and navigate to the folder contained within. Execute the commands below:

./configure
make
sudo checkinstall --fstrans=no --install=yes --pkgname=gtk2hs --pkgversion "0:10.1-12ubuntu3" --default

Now, we need to install Haskell’s cabal. Just bring up a terminal and do the following:

wget http://haskell.org/cabal/release/cabal-install-0.6.2/cabal-install-0.6.2.tar.gz

Extract it and navigate to the folder contained within. Run the commands below:

./bootstrap.sh
sudo ln -s $HOME/.cabal/bin/cabal /usr/local/bin/cabal

All that now remains is using Cabal to install Bluetile itself. Just execute the following:

cabal update
cabal install bluetile

If you need help with using Bluetile, I recommend heading to the Haskell wiki located at (http://www.haskell.org/haskellwiki/Bluetile/). It’s extremely helpful

Just a fair warning to Natty folks, this isn’t tested on 11.04. Chances are that it won’t work, but you’re welcome to try it out anyways

For questions please refer to our Q/A forum at : http://ask.unixmen.com

Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.

Like us on Facebook

This week Top Posts

Write for us

Recent Comments

Dominik Bauer

|

thx a lot!

Maximiliano Osorio

|

Osom. Thank you.

Sam

|

Thanks much. It worked like a charm.

HailsandNails

|

Actually, what I see too much of, and what Microsoft actually (sorta) did with Windows 8 is think forward. And let’s be brutally honest. Windows 8 is actually NOT as bad as people is making it out, they’re just freakishly afraid of change (which Linux users are as well, it seems)

SK

|

Yes i will. Keep visiting. Subscribe us to get daily updates. Thanks for the comment

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .