The sawfish package contains a window manager. This is useful for organizing and displaying windows where all window decorations are configurable and all user-interface policy is controlled through the extension language.
Download (HTTP): http://downloads.sourceforge.net/sawmill/sawfish-1.3.tar.gz
Download MD5 sum: 9e5ce5e76c60acecdb1889c1f173295a
Download size: 1.5 MB
Estimated disk space required: 17.5 MB
Estimated build time: 0.26 SBU
rep-gtk-0.18 and EsounD-0.2.37
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/sawfish
Install sawfish by running the following commands:
./configure --prefix=/usr --libexec=/usr/sbin \ --infodir=/usr/share/info --disable-themer && make
Now, as the root
user:
make install
--disable-themer
: This
option prevents building the sawfish themer. This program was not migrated
to GTK-2.
--with-audiofile
: This command directs
sawfish to use libaudiofile
for sound manipulation.
--with-esd
: This command directs
sawfish to use the Enlightened
Sound Daemon.
Last updated on 2007-04-04 14:42:53 -0500