Mungkin sudah banyak yang mereview openSuSE ini terutama review dalam bahasa Inggris. openSuSE adalah distro yang tergolong cukup tua. Dahulu bernama SuSE, markasnya ada di Jerman. Saya pertama kalinya kenal Linux lewat distro ini (saya lupa, apakah RedHat yang terlebih dahulu atau SuSE). Setelah SuSE dibeli oleh Novell, perusahaan ini terlebih dahulu membeli ximian, sebuah [...]

more »

Ubuntu Hardy Heron Alpha 5 Review

Posted on: February 23, 2008
Tags: ,

I’ve upgraded my notebook today from local mirror repository. I don’t know which is an Alpha 4 or Alpha 5 release. Alpha 5 is released today, look at this release announcement and get the iso image here. From this review, I’ll update some features from this review and from the Alpha 5 announcement.

  1. Firefox 3 beta 3. Look at the pop up window. Instead of displaying “an annoying” pop up, Firefox display an “inline” pop up, which is on my opinion is cool.
    Firefox 3 has a native appearance blended with the whole ubuntu theme.
  2. Application default to open some certain files. Cool :)
    Open dialog Nautilus file manager preferences
  3. Tracker pop up. Tracker can be invoked from notification tray. You can search from this pop up too.
    Tracker pop up from top right desktop
  4. Metacity as composite manager, you can get some eyecandy the same as compiz (well, not compare to compiz, some features like drop shadows, translucency is perfect for me). Try open gconf-editor, then digg into /apps/metacity/general then tick “compositing_manager”. Voila, you got drop shadows now ;). Watch the video here.

When I was upgrading my Ubuntu Gusty to this alpha release, some errors occurred. This is what I’ve done to solve the problem:

  1. Change directory to python support directory
    cd /var/lib/python-support/python2.5/bootconfig/
  2. Delete all .py files, but first you must check by ls -l command. Some .py files are missing, so we must to remove it first
    rm -f *.py
  3. Download python-support:
    wget http://archive.ubuntu.com/ubuntu/pool/main/p/python-support/python-support_0.6.4ubuntu1_all.deb
  4. Install python support
    sudo dpkg -i --force-all python-support_0.6.4ubuntu1_all.deb
  5. Then reinstall ubuntu desktop
    sudo apt-get install ubuntu-desktop

Leave a Comment