Open Source Movement 2006

. 05 September 2006
0 comments


Pada bulan Agustus 2006, tepatnya tanggal 22-23... bertempat di Hotel MJ Samarinda, saya diminta untuk membantu mengenalkan sebuah distro yang di"racik" oleh temen-temen Apkomindo.

Acara tersebut diberi nama Open Source Movement 2006 sebagai sebuah inisiatif Apkomindo terhadap keadaan pasar komputer yang semakin mengecil, karna daya beli masyarakat Indonesia makin berkurang, ditambah lagi ketakutan pengusaha pemakai komputer akan penegakan Udang-Undang Hak Cipta yang semakin ketat dilakukan oleh aparat.

Apkomindo membuat sebuah distro yang didukung oleh PT. Pazia Pillar Mercycom sebagai distributor produk Acer notebook dengan harapan pemakai komputer di Indonesia tidak bermasalah dengan perangkat lunak yang ilegal.

Tujuannya bukanlah menyaingi sistem yang sudah ada, tetapi hanya menawarkan solusi alternatif ke masyarakat pengguna komputer. Distro ini diberi nama Pacer Linux yang merupakan turunan dari Knoppix Linux.

Yah, semoga bangsa ini semakin menyadari bahwa Linux tidak selamanya untuk server.. tapi "hebat" juga buat desktop rumahan dan mudahnya sama dengan sistem operasi yang populer "terbajak" di Indonesia.

Minimize KDE Installation to My Gentoo

.
0 comments

If you're interested in installing KDE (or KDE support), you will have to make sure that your USE variable contains the kde and qt flags. Qt is the graphical widget library that KDE uses.

You should also add hal to your USE variable now if you want to add support for mounting devices automatically as explained below in Setup KDE to Mount Devices.

If you do not want to use aRts for your all-around multimedia, disable the arts USE flag (it is active by default).

The KDE project releases new versions of its desktop environment as a set of about 16 big packages, each containing many applications (thus they are called "monolithic"), so you need to decide which of these packages you want to install.

If you want to see what it looks like to have all these packages installed, just check yourself:

# emerge -pv kde | less

If you don't have X11 X-window server yet, you have to install it first:

# emerge xorg-x11 (Install it)
# env-update (Update the system variables)
# source /etc/profile
# Xorg -configure (Configure it)
# nano -w /root/xorg.conf.new (Edit the configuration file)
# X -config /root/xorg.conf.new (Test it)
# mv /root/xorg.conf.new /etc/X11/xorg.conf (Move it to the standard location)
# startx (Test it)

When you shaw X cursor working well, now we can intall our desktop environment. We can start it now:

# emerge kdebase-startkde (Install the base KDE components)
# emerge kicker kmenuedit (Install the taskbar)
# emerge kate kcontrol knetattach konqueror konsole kpdf (Install additional)
# env-update; source /etc/profile (Update the system variables)
# su (Test it as non-root user)
$ echo "exec startkde" > ~/.xinitrc (Configure X startup)
$ source /etc/profile (Update the system variables)
$ startx (Start KDE)
$ exit (Back to root)
# ls /etc/X11/Sessions (Look for KDE version)
# nano -w /etc/rc.conf (Modify XSESSION and DISPLAYMANAGER)
# rc-update add xdm default (Set graphical session at boot)

Now, we try to start xdm:

# /etc/init.d/xdm start

If you see kdm or xdm login manager.. that's it.. we have done. Type an username to login into
linux system.

Find more information at: