Search Perform an advanced search query SOFTPEDIA
 
SOFTPEDIA
Updated one minute ago
HomeSubmit a program for being reviewedAdvertise on our websiteGet help on surfing our websitesSend us your feedbackGet information about our XML/RSS backend and how to use itBrowse the news archiveVisit our discussion forumVizitati forumul in limba romana



KLIP
  1. HOME
  2. SCIENCE
  3. TECHNOLOGY
  4. WEBMASTER
  5. SECURITY
  6. MICROSOFT
  7. LINUX
  8. APPLE
  9. GAMES
  10. TELECOMS
  11. REVIEWS
  12. LIFE & STYLE
  13. EDITORIALS
  14. INTERVIEWS
  15. RSS
Welcome!
Hello, Guest

Login if you have a Softpedia.com account.

Otherwise, register for one.

UBUNTU TIPS AND TRICKS

How to Install Compiz Fusion on Ubuntu

- For GNOME and KDE users

By: Marius Nestor, Linux Editor

We talked a few days ago about the Compiz and Beryl mergence and the name of the newly born project resulted from this fusion, Compiz Fusion. The Compiz Fusion project tries to bring us all the latest 3D technologies, such as Cube reflection, paint fire on your desktop and a lot of new eye candy animations.

The following guide will teach you (step by step) how to install Compiz Fusion on your Ubuntu (Kubuntu) 7.04 operating system. Be aware that Compiz Fusion is still in heavy development, so it may not be very stable. For me (at this moment) it's pretty stable, as I didn't encounter any bugs.

Open a terminal (Applications -> Accessories -> Terminal for GNOME users or KMenu -> System -> Konsole for KDE users) and type:

CODE

sudo apt-get -y remove compiz-core desktop-effects


Leave the terminal open and go to System -> Administration -> Software Sources, click on the second tab (Third-Party Software), then click on the "Add" button and paste the following code:

CODE

deb http://download.tuxfamily.org/3v1deb feisty eyecandy


Click the "Add Source" button after you pasted the above code and do the same for the following code:

CODE

deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy


Don't close the Software Sources window yet!

In the terminal window, type:

CODE

wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg


CODE

sudo apt-key add DD800CD9.gpg


Now click the "Close" button on the Software Sources window and you will be asked if you want to reload the information about available software, so click the "Reload" button and wait for the window to disappear.

Copy/Paste the following lines in the terminal window:

CODE

sudo apt-get update

sudo apt-get -y upgrade


FOR GNOME USERS:

CODE

sudo apt-get -y install compiz compiz-gnome compizconfig-settings-manager compiz-fusion-plugins-extra libcompizconfig-backend-gconf


FOR KDE USERS:

CODE

sudo apt-get -y install compiz compiz-kde compizconfig-settings-manager compiz-fusion-plugins-extra libcompizconfig-backend-kconfig


Now, if everything was correctly installed and you didn't encounter errors, press ALT+F2 and type:

CODE

compiz --replace


That's it! Enjoy the latest 3D eye candy effects on your (K)Ubuntu OS.

Some quick tricks:

- Hold CTRL + ALT keys and with the left mouse button rotate the cube
- Super + E activates the Expo plugin
- Hold Super + Shift and with your mouse paint fire on your desktop
- Super + Shift + C will erase the fire paint
- Super + Tab activates the Ring Switcher plugin

Here is a quick video demonstration:



MORE RELATED ARTICLES: Ubuntu 7.04 - Well Done Dual Boot Ubuntu and Windows Ubuntu Studio 7.04 Released French Parliament Will Switch from Microsoft to Ubuntu Ubuntu Goes Mobile Dell's Ubuntu Computers Address Personal Use Only
 
Comments | Link here | Subscribe
Print | Send to friend
Today's News | Yesterday's News

Search:


24th June 2007, 09:46 GMT | Copyright (c) 2007 Softpedia | Contact:
Read by 159,805 user(s) | Rating: | 4 vote(s) so far | Cast your vote:
How to Install Compiz Fusion on Ubuntu - USER OPINIONS

Comment #1 by Smokematic on 2007-06-26, 11:41 GMT reply to this comment 
3D Desktop at it's best :)
Keep up the good work !!
TNX alot

Comment #2 by benh on 2007-06-27, 06:28 GMT reply to this comment 
I tried the above but had the following problem

The following packages have unmet dependencies.
compiz-gtk: Depends: compiz-core (= 1:0.3.6-1ubuntu13) but 1:0.5.1+git20070626~3v1ubuntu0 is to be installed

haven't resolved it yet, still a bit new to Ubuntu

Reply #2.1 by marius.nestor on 2007-06-29, 02:20 GMT
Problem fixed! Try with the following code:

sudo apt-get -y install compiz compiz-gnome compizconfig-settings-manager compiz-fusion-plugins-extra libcompizconfig-backend-gconf

Comment #3 by rioss on 2007-07-02, 20:12 GMT reply to this comment 
Everything installed ok but it's not working. the title bars disappear from every frame and I can't manipulate window nor change desktops (it automatically sets to only one desktop).

Reply #3.1 by marius.nestor on 2007-07-02, 23:59 GMT
Hi! Can you give us more details? What desktop environment do you use, GNOME or KDE?

Reply #3.2 by rioss on 2007-07-06, 11:18 GMT
Sorry about the info.

I'm using Gnome. I noticed that when I close the window of software resources it tells me that it couldn't find a binary package for a i836 (or something simliar). Does this matter?

I also noticed that if activate Desktop-effects before installing 915resolution (I have a 1280x800 screen) it works, but if I activate the effects after installing the 915, the cube does not work.

Reply #3.3 by rioss on 2007-07-06, 11:23 GMT
I found the text that appeared when I closed the software resources window. It also appears when I try to update the list of packages:

Failed to fetch http://download.tuxfamily.org/3v1deb/dists/festy/eyecandy/binary-i386/Packages.gz 404 Not Found


Comment #4 by busymind on 2007-07-04, 17:58 GMT reply to this comment 
instaled ok work hmm (fast... indeed) but with problems.
after opening some windows the screen became black for each window.
Even with command "compiz --replace -indirect -rendering"
the video card:
OpenGL renderer string: GeForce4 4200 Go/PCI/SSE2
OpenGL version string: 1.5.8 NVIDIA 96.31
Deskop Gnome, OS ubuntu Feisty Fawn

For rios. I have same issue but for my laptop the card is just 32M for 1900x1600 native resolution. I just change the resolution and work but still with problems

Comment #5 by chumix on 2007-07-23, 06:52 GMT reply to this comment 
I went through all the steps, and i got in the end:

(name)@ubuntu:~$ compiz --replace
Fatal: Failed test: texture_from_pixmap support
Checks indicate that it's impossible to start compiz on your system.

i have ubuntu 7.04, on a pentium 4 2.66 Ghz 504MB RAM, 160GB Hdd, and i have an intel graphics card: intel 82915G/GV/910GL express chipset
it has 128MB memory size.

could someone please help me?

Reply #5.1 by al1en on 2007-09-26, 18:37 GMT
I have the same problem.
Anyone has solved this? Please reply

Comment #6 by intothevoid on 2007-07-30, 03:17 GMT reply to this comment 
I went through the above steps. Everything works fine. I did this on Wubi Installed Ubuntu on a DELL XPS1210 with intel express graphics.
How do i make the window manager start every time ubuntu starts?. I have to run compiz --repalce each time i go into ubuntu to invoke the compiz fusion window manager which is a little annoying

Reply #6.1 by marius.nestor on 2007-07-30, 03:34 GMT
Hello! Thanks for your comment!

It's very simple!

Go to System -> Preferences -> Sessions, on the "Startup Programs" tab click the New button on the right side, type some name for the application (Compiz Fusion for example) and on the 'Command' field type: compiz --replace.

Hit OK and close the Sessions window. Log out and log back in. Compiz Fusion will start :)

Regards

Comment #7 by intothevoid on 2007-07-30, 18:04 GMT reply to this comment 
Thanks for your prompt reply marius. Now i also put this on my desktop. But i am having two issues. One there are no window title bars hence i can't move or resize windows. and when i go to the cube view i only see a flat screen only two virtual desktos are visible there is no cube. i have 8 virtual desktops enabled. i haven't playing around with the settings but i don't know what's the problem. On my desktop i have a nvidia 7900GT

Reply #7.1 by marius.nestor on 2007-07-31, 02:33 GMT
I've heard about the "no window title" bug, but I don't know why that happens on some video cards (or installations). However, if you have trouble getting your window decorations working, try this:

1. Install emerald with:

sudo apt-get install emerald beryl beryl-manager emerald-themes

2. Then hit alt+F2 and type:

compiz --replace -c emerald &

If it works, you can put the above code in the Sessions window, instead of compiz --replace.

About the second problem. That can be fixed easily:

1. Turn off Compiz Fusion by going to System -> Preferences -> Sessions and uncheck the Compiz entry.
2. Log out and log back in.
3. Look at the virtual desktop applet (it's in the right down corner) and see how many desktops are enabled. I bet there are 2.
4. Right click on the virtual desktop applet, and set it to 4 desktops.
5. Go again to System -> Preferences -> Sessions, check back the Compiz entry, log out and log back in.

You should have the cube now (4 desktops). It worked for me very well.

Comment #8 by petjinko on 2007-08-02, 12:56 GMT reply to this comment 
Hi all, I've tried this howto but doesn't work for me (Ubuntu Feisty, Dell Inspiron 1501). I got some error messages during installation (after closing the Software Sources window and reloading)... Can anybody help? I'm still a Ubuntu newbie ;) Thanks...

Error messages:
Could not download all repository indexes
The repository might be no longer available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and the correct writing of the repository address in the preferences.

http://www.beerorkid.com/compiz/dists/dapper/Release.gpg: The HTTP server sent an invalid reply header
http://www.beerorkid.com/compiz/dists/dapper/main/i18n/Translation-en_GB.bz2: Bad header line
http://media.blutkind.org/xgl/dists/dapper/Release.gpg: Could not connect to media.blutkind.org:80 (66.36.231.193). - connect (111 Connection refused)
http://media.blutkind.org/xgl/dists/dapper/main/i18n/Translation-en_GB.bz2: Could not connect to media.blutkind.org:80 (66.36.231.193). - connect (111 Connection refused)
http://media.blutkind.org/xgl/dists/dapper/aiglx/i18n/Translation-en_GB.bz2: Could not connect to media.blutkind.org:80 (66.36.231.193). - connect (111 Connection refused)
http://archive.ubuntustudio.org/ubuntustudio/dists/feisty/main/binary-i386/Packages.bz2: Sub-process bzip2 returned an error code (2)
http://archive.ubuntustudio.org/ubuntustudio/dists/feisty/main/binary-i386/Packages.bz2: Sub-process bzip2 returned an error code (2)
http://www.beerorkid.com/compiz/dists/dapper/main/binary-i386/Packages.gz: Bad header line
http://www.beerorkid.com/compiz/dists/dapper/aiglx/binary-i386/Packages.gz: Bad header line




An error occured
The following details are provided:

W: GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991

Comment #9 by Rocket on 2007-10-16, 13:22 GMT reply to this comment 
How can anyone give instructions on how to do something without verifying that it works 100% of the time?
I like many other people have gotten this error message

"Connecting to download.tuxfamily.org|88.191.250.18|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:07:45 ERROR 404: Not Found."

Now some people have said that it worked fine, and still others have said they got this error message which simply states, the file does not exist in the location YOU gave. Now, is it intermittently NOT there? are you Moving it? Is someone moving it? is the server down VERY OFTEN? if any of these reasons apply, why are the instructions reliable? The answer is, it isnt. just like the server the file is supposed to be at, is not reliable.

Someone needs to get their proverbial s*** together before giving instructions with the implication they are reliable.



Reply #9.1 by marius.nestor on 2007-10-16, 13:35 GMT
Hello Rocket!

Everything works fine here. Take a look....

marius@marius-desktop:~$ wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg
--22:34:05-- http://download.tuxfamily.org/3v1deb/DD800CD9.gpg
=> `DD800CD9.gpg.1'
Resolving download.tuxfamily.org... 88.191.250.18
Connecting to download.tuxfamily.org|88.191.250.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,180 (4.1K) [application/octet-stream]

100%[===================================>] 4,180 --.--K/s

22:34:05 (63.18 KB/s) - `DD800CD9.gpg.1' saved [4180/4180]

It could be a problem from your Internet connection/provider.

Kind regards.

Comment #10 by Rocket on 2007-10-16, 15:57 GMT reply to this comment 
Yup Marius, it finally did work about 2 hours later, as I mentioned above "INTERMITTENT" and UNRELIABLE. As i did get both the error message (several times over an hour) and then finally it downloaded, tells me exactly what I said and suspected. Unreliable and intermittent server. You do understand what a server is and that the file is stored on a server yes?

It's not a problem with my provider or my internet connection as my mac is Incredibly busy using it as well. File not FOund means one thing....It means FILE not found. In this case 404 not found means either the file or the host. Thanks for your input anyway.

Aside from all that, at the very end of the installation it says to use alt F2 to input "compiz --replace" which I have done several times on my Ubunut 7.04 OS and every single time, nothing happens. The "Run Application" window has a checkbox for "run in terminal" which was not mentioned to either check it or leave blank (in the instructions) as well there is a "run with file" option which wasn't mentioned. Also Ubuntu has Synaptic package manager which installs packages through a GUI almost automatically and yet here we are using the command line. Synaptic shows compiz having been installed and its components yet the "Run Application" window has a drop down list of known applications, and lo and behold, Compiz is not listed. Huh.

Result:
1.compiz --replace does absolutely nothing
2.compiz not identified as a known application
3 compiz not listed on the applications menu
4. compiz settings manager listed in the system preferences menu (with all desired preferences selected)
5. compiz shown in the synaptic package manager as a working installed application.

Comment #11 by lild5491 on 2007-12-13, 19:39 GMT reply to this comment 
I followed the above steps, and install compiz, and when i go to system preferences and clcik on compiz config setup manager..it dose nothing..i tried launching with ALT F2 and useing the comand ccms, ive allso added it to start up programs under sessions, and it just dosn't work, can any one tell me what could cause this, and how to fix this? I'm useing Ubuntu 7.10 Gnome desktop. thank you

Comment #12 by Masterpooboo on 2008-01-12, 03:39 GMT reply to this comment 
wget http://download.tuxfamily.org/3vldeb/DD800CD9.gpg
--11:34:44-- http://download.tuxfamily.org/3vldeb/DD800CD9.gpg
=> `DD800CD9.gpg'
Auflösen des Hostnamen »download.tuxfamily.org«.... 88.191.250.18
Verbindungsaufbau zu download.tuxfamily.org|88.191.250.18|:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 404 Not Found
11:34:44 FEHLER 404: Not Found.

I keep getting this. I don't know enough about any of this to help myself. I am now in the middle of the instructions and don't know what to do now. Please le tme know what is goin g on. I will keep trying, maybe it will work for me in an hour as well. If not, I would like to know if the steps that I have taken up til now will effect the performance or if I can set them all back. Thanks for your help. I am using ubuntu 7.04.




Reply #12.1 by marius.nestor on 2008-01-12, 04:06 GMT
For me it's working very well... maybe it's something with your Internet provider? See for yourself:

marius@marius-desktop:~$ wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg
--13:02:21-- http://download.tuxfamily.org/3v1deb/DD800CD9.gpg
=> `DD800CD9.gpg'
Resolving download.tuxfamily.org... 88.191.250.18
Connecting to download.tuxfamily.org|88.191.250.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,180 (4.1K) [application/octet-stream]

100%[====================================>] 4,180 --.--K/s

13:02:21 (69.20 KB/s) - `DD800CD9.gpg' saved [4180/4180]

Suggestion: Try to get the GPG file by accessing the following web page:

http://download.tuxfamily.org/3v1deb/

... and download the DD800CD9.gpg file from there :)

After this, continue with the guide!

Comment #13 by tarek bakry on 2008-01-12, 04:16 GMT reply to this comment 
thanks alot but those commands didn,t work with ubuntu 7.10 & ccsm didn,t start

Comment #14 by Chris on 2008-02-13, 04:21 GMT reply to this comment 
Hello,

I have used it, butt how do i uninstall it again just like in windows, i am a complete noob butt learning abit. So my main question is how do i remove it agian so that i dont use compize fusion anymore ?

Greetings

Reply #14.1 by marius.nestor on 2008-02-13, 04:23 GMT
Hello!

You can remove compiz from your system with the following command:

sudo dpkg -P compiz compiz-gnome compizconfig-settings-manager compiz-fusion-plugins-extra libcompizconfig-backend-gconf

Comment #15 by Sam on 2008-02-16, 04:33 GMT reply to this comment 
When I try to install, i get:
The following packages have unmet dependencies:
compiz: Depends: compiz-core but it is not going to be installed
Depends: compiz-plugins but it is not going to be installed
compiz-fusion-plugins-extra: Depends: compiz-core but it is not going to be in stalled
Depends: compiz-fusion-plugins-main but it is not going to be installed
Depends: libc6 (>= 2.5-0ubuntu1) but 2.3.6-0ubunt u20.5 is to be installed
Depends: libcairo2 (>= 1.4.0) but 1.0.4-0ubuntu1. 2 is to be installed
Depends: libglib2.0-0 (>= 2.12.9) but 2.10.3-0ubu ntu1 is to be installed
Depends: libpango1.0-0 (>= 1.16.2) but 1.12.3-0ub untu3 is to be installed
Depends: libxcomposite1 (>= 1:0.3-1) but it is no t going to be installed
Depends: libxfixes3 (>= 1:4.0.1) but 1:3.0.1.2-0u buntu3 is to be installed
Depends: libxml2 (>= 2.6.27) but 2.6.24.dfsg-1ubu ntu1.1 is to be installed
Depends: libxrandr2 (>= 2:1.2.0) but 1:1.1.0.2-0u buntu4 is to be installed
Depends: libxslt1.1 (>= 1.1.20) but 1.1.15-1ubunt u1 is to be installed
compiz-gnome: Depends: libatk1.0-0 (>= 1.13.1) but 1.11.4-0ubuntu1 is to be in stalled
Depends: libbonobo2-0 (>= 2.15.0) but 2.14.0-0ubuntu2 is to be i nstalled
Depends: libbonoboui2-0 (>= 2.15.1) but 2.14.0-0ubuntu1 is to be installed
Depends: libc6 (>= 2.5-0ubuntu1) but 2.3.6-0ubuntu20.5 is to be installed
Depends: libcairo2 (>= 1.4.0) but 1.0.4-0ubuntu1.2 is to be inst alled
Depends: libdbus-1-3 (>= 0.94) but it is not installable
Depends: libdbus-glib-1-2 (>= 0.73) but 0.60-6ubuntu8.1 is to be installed
Depends: libdecoration0 but it is not going to be installed
Depends: libfontconfig1 (>= 2.4.0) but 2.3.2-1.1ubuntu12 is to b e installed
Depends: libglib2.0-0 (>= 2.12.9) but 2.10.3-0ubuntu1 is to be i nstalled
Depends: libgnome-keyring0 (>= 0.7.1) but 0.4.9-1ubuntu1 is to b e installed
Depends: libgnome-window-settings1 but it is not installable
Depends: libgnomeui-0 (>= 2.17.1) but 2.14.1-0ubuntu3 is to be i nstalled
Depends: libgnomevfs2-0 (>= 1:2.17.90) but 2.14.2-0ubuntu1 is to be installed
Depends: libgtk2.0-0 (>= 2.10.3) but 2.8.20-0ubuntu1.1 is to be installed
Depends: liborbit2 (>= 1:2.14.1) but 1:2.14.0-0ubuntu1 is to be installed
Depends: libpango1.0-0 (>= 1.16.2) but 1.12.3-0ubuntu3 is to be installed
Depends: libpopt0 (>= 1.10) but 1.7-5 is to be installed
Depends: libwnck18 (>= 2.15.90) but 2.14.2-0ubuntu1 is to be ins talled
Depends: libxfixes3 (>= 1:4.0.1) but 1:3.0.1.2-0ubuntu3 is to be installed
Depends: libxrandr2 (>= 2:1.2.0) but 1:1.1.0.2-0ubuntu4 is to be installed
compizconfig-settings-manager: Depends: compiz-plugins but it is not going to be installed
Depends: python-compizconfig but it is not goin g to be installed
libcompizconfig-backend-gconf: Depends: libc6 (>= 2.5-0ubuntu1) but 2.3.6-0ubu ntu20.5 is to be installed
Depends: libcompizconfig0 but it is not going t o be installed
Depends: libglib2.0-0 (>= 2.12.9) but 2.10.3-0u buntu1 is to be installed
Depends: liborbit2 (>= 1:2.14.1) but 1:2.14.0-0 ubuntu1 is to be installed
Depends: libxcomposite1 (>= 1:0.3-1) but it is not going to be installed
Depends: libxfixes3 (>= 1:4.0.1) but 1:3.0.1.2- 0ubuntu3 is to be installed
Depends: libxml2 (>= 2.6.27) but 2.6.24.dfsg-1u buntu1.1 is to be installed
Depends: libxrandr2 (>= 2:1.2.0) but 1:1.1.0.2- 0ubuntu4 is to be installed
Depends: libxslt1.1 (>= 1.1.20) but 1.1.15-1ubu ntu1 is to be installed
E: Broken packages


Comment #16 by Anonymous on 2008-02-17, 14:10 GMT reply to this comment 
It's done nothing, I followed instructions and nothing happened.

Comment #17 by Tobias on 2008-02-27, 18:43 GMT reply to this comment 
I also get "Broken Packages" after a while. what to do ?

Reply #17.1 by Sean Austin on 2008-02-29, 10:52 GMT
You need to follow the instructions up the point where the Server: 404 error is occuring. With the package source installed into the source window, close the source window. It will prompt you to update this which will shortly receive an update from the compiz server asking you to update your computer. Do so, then go back to the add/remove applications tab-under application.
Type in advanced in the search box.
Advanced Desktop settings (ccsm) Should show up.
Click the check box.
Enjoy.

Comment #18 by george on 2008-03-01, 04:16 GMT reply to this comment 
it's really great! thank you very much.

But, although I have a question, which one is the super key?

Reply #18.1 by Marius Nestor on 2008-03-01, 04:52 GMT
The one with the Windows Logo on it!

Comment #19 by jason on 2008-03-07, 22:18 GMT reply to this comment 
i don't work in 7.10, it loads 4 desktops but then goes to 2

Reply #19.1 by Marius Nestor on 2008-03-07, 23:04 GMT
You need to set 4 virtual desktops on Compiz Preferences window (System -> Preferences -> Advanced Desktop Effects - General Options -> Desktop Size -> Number of Desktops), then log out and log back in.

Comment #20 by Greg on 2008-04-02, 14:28 GMT reply to this comment 
I get the following message and do not know what to do. I'm a completely new to Kubuntu, got it 2 days ago. help

greg@Gregs-Laptop:~$ sudo apt-get -y install compiz compiz-kde compizconfig-settings-manager compiz-fusion-plugins-extra libcompizconfig-backend-kconfig
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
compiz: Depends: compiz-plugins but it is not going to be installed
Depends: compiz-decorator
compiz-fusion-plugins-extra: Depends: compiz-fusion-plugins-main but it is not going to be installed
compiz-kde: Depends: compiz-core (= 1:0.6.0+git20071008-0ubuntu1) but 1:0.5.5~git20071006+3v1ubuntu0 is to be installed
Depends: compiz-plugins (= 1:0.6.0+git20071008-0ubuntu1) but it is not going to be installed
compizconfig-settings-manager: Depends: compiz-plugins but it is not going to be installed
Depends: python-gtk2 but it is not installable
E: Broken packages



go to top


SHARE YOUR OPINION ABOUT How to Install Compiz Fusion on Ubuntu

Since you are not logged on, your comments will have to be approved before being displayed.
Click here to login, or register.
Your Name:
Your Email:
Type in the result:
Your Opinion:
 


DO YOU WANT TO CONTACT US?  

If you have some comments or you want to send us some information you can send us an email directly to .
You can use the form below for the same purpose.
Your full name: (at least 3 characters)
Your email address: (at least 5 characters)
Message subject: (at least 5 characters)
Message text:
(at least 10 characters)
Type in the result:
 
 



© 2001 - 2008 Softpedia. All rights reserved.
Softpedia™ and Softpedia™ logo are registered trademarks of SoftNews NET SRL.
Copyright Information | Privacy Policy | Terms of Use | Contact Softpedia | Update your software | Archive