update: also works on Intrepid Ibex AND Jaunty Jackalope!

The need for speed! Everyone who uses ConsoleOne for Windows knows that it’s a pain in the ass referring to speed. So, let’s see if it gets better under a linux workstation. I’m using Ubuntu Heron but debian should work as well.

Just follow these simple steps and you have ConsoleOne up and running in no_time.

Screenshot Novell ConsoleOne 1.3.6h

Screenshot Novell ConsoleOne 1.3.6h

Download the latest version from Novell. [I'm using c1_136h-linux.tar.gz 41771356 bytes]

Save the file in a location and extract it:

  1. tar xvzf c1_136h-linux.tar.gz

As you can see the files are all rpm ones. To use them we need to convert them to deb. Another thing, as you can see there is support for more then one language. Since I’m only using the English version I’ve deleted all the *_de, *_es, *_fr, *_it, *_pt and *_ru files.

Now we need to convert them to deb. Make sure that you have `alien` installed. (apt-get install alien)

  1. sudo alien -v -d *.rpm

And install the deb files

  1. sudo dpkg -i *.deb

Copy Icon file to icon location

  1. sudo cp ConsoleOneIcon.png /usr/share/pixmaps/

ConsoleOne is a Java based application so we need to install java preferable from repository.

  1. sudo apt get install openjdk-6-jre

Now lets make sure that this java version is the default one! If not, select this version. (works for me)

  1. update-alternatives config java

At this point we are ready to start ConsoleOne.

  1. sudo /usr/ConsoleOne/bin/ConsoleOne

If it all works well ConsoleOne is started. Now go to “File” and select “Authenticate”.
Give your credentials and the IP-ADDRESS of the server to authenticate with.

ConsoleOne Login screen

ConsoleOne Login screen

And there you go…. your authenticated to the tree!