What's new? | Help | Directory | Sign in
Google
specto
Unobtrusive notifier
  
  
  
  
    
Search
for
Updated Feb 14, 2008 by nekohayo
Labels: Documentation, Featured
Installing  
how to get and install Specto

Installing Specto is usually an easy process if you have a Ph.D in rocket science, but this can vary wildly depending on a range of factors such as your Linux distribution, the availability of Specto for your distribution, and the number of cats in 4chan.

Linux Distributions that currently provide Specto:

If you are a package maintainer and would like to package Specto, please edit this page (if you are a project member) or send an email to the Group to add your distribution to this list.

Official packages and tarballs

These are the "release" packages. You can find them in our download section. Useful if your distribution provides no packages for Specto, or if their packages are too old for your taste.

Getting Specto from SVN or Bzr

If you want the official, somewhat stable development version, follow the instructions in our source section to get the files using "subversion" (svn).

If you want to try out some newer bazaar (bzr) branches from individual developers, your could try:

You may want to keep your SVN/Bzr version of Specto updated from time to time. Assuming you are in the directory where you keep the Specto SVN trunk or bazaar branch:

svn up

or

bzr pull

Running/installing a tarball or the SVN trunk

After extracting the contents of a tarball, you will notice Specto has a bunch of files and folders. Before doing anything remotely productive, you need to make sure you fill the dependencies to make Specto work.

Dependencies

This is the approximative list of required software packages needed to compile Specto. The items in bold are the ones you are most likely to need to install, the rest is usually already present in most distributions.


What to do now that you took care of those dependencies? Don't panic. There are two options: running specto locally or installing it system-wide.

To run specto without installing it: just run the script

launch.sh

To install specto system-wide (do this if you have multiple users doing it, if you are a package maintainer or if you want the translations to work). You need to run the setup script as a super-user. Do this in the folder where you extracted Specto:

sudo python setup.py install
sudo gtk-update-icon-cache -f /usr/share/icons/hicolor

You can then run specto by typing "specto" and pressing enter in a terminal, or look in your GNOME applications menu, there should be an entry for Specto in the "accessories" submenu.


Comment by golgotadaken, Jul 31, 2007

cool app.!!

Comment by nikesh.jauhari, Jun 03, 2008

This is something that I was looking for ages. Really Kool :)

Nikesh (http://linuxpoison.blogspot.com/)


Sign in to add a comment