This is apps-fullscreener, an application for un/fullscreen a certain
application given its process name.

To compile & install on Scratchbox, type in the following order:
./autogen.sh --prefix=/usr
make
fakeroot make install

To compile a package for Maemo device, type:
dpkg-buildpackage -rfakeroot

The .deb package (which can be installed on the Maemo device) is
created one directory upwards in the tree where you executed the
dpkg-buildpackage -command).

