Installing

Where can I find it?

You can find the lastest rpm and tarballed sources at Screem's Sourceforge site. http://sourceforge.net/project/?group_id=142. The lastest releases contain many new and useful features as well as bug fixes from the last release.

What do you need?

Install

By default Screem installs itself in /usr/local. If this isn't where your GNOME installation is then you may want to do the following at step 1 ./configure --with-gnome=gnome install path

Note

gnome install path is where GNOME is installed (For RedHat 6.0 this is /usr)

  1. ./configure

  2. make

  3. su

  4. make install

  5. exit

  6. make clean (optional)

Uninstall

Should you wish to uninstall Screem and you still have the source directory around then follow these steps:

  1. su

  2. make uninstall

  3. exit

If you no longer have the source then you can do it by hand.

Warning

This will leave a couple of files on your system, ie. the screem icon and .desktop file (used for the gnome panel menu entry)

  1. rm install path/bin/screem

  2. rm install path/lib/screem -r

  3. exit