вторник, 29 декабря 2009 г.

четверг, 17 декабря 2009 г.

Первое что необходимо делать после установки Kubuntu

1. Расширить список доступных репозиториев программ
Запустить KPackageKit (Установка или удаление программ), то есть в
"K Menu" -> System -> KPackageKit Software Management, в нём идем в
Settings -> Edit Software Sources -> Kubuntu Software.
И отметим все дополн. репозитории из списка:

Canonical-suported Open Source software (main)
Community-maintained Open Source software (universe)
Proprietary drivers for devices (restricted)
Softwares restricted by copyright or legal issues (multiverse)


После этого в терминале выполнить пару команд (первая обновляет списки, а вторая обновляет ОС):
sudo apt-get update
и
sudo apt-get upgrade



Установка Enlightenment (E17)




Enlightenment (E17) is a desktop manager just like Gnome and KDE. Except — its on a class of its own. Don't get me wrong, Gnome and KDE both have their strong points, but Enlightenment is on a whole 'nother level.
Enlightenment is a desktop manager that does the impossible. It manages to be incredibly fast (like Openbox), while being absolutely gorgeous (unlike Openbox).
It's still in development, and has been for a while now, but hopefully now that Samsung is sponsoring the development of Enlightenment we will start seeing Enlightenment get ready for show time real soon.

Installing Enlightenment

You should know that Enlightenment is still under development. It's incredibly stable, but if you're someone who is not willing to look past some potential bugs, then installing Enlightenment at this time wouldn't be a smart choice.
There's a couple of commands to paste in the Terminal to get everything done, so instead of pasting one-by-one, I put them all together into one big command instead:
sudo sh -c "echo 'deb http://cafelinux.org/Downloads/oz-os tinwoodman main' >> /etc/apt/sources.list" && wget -q http://cafelinux.org/Downloads/oz-os/key.asc -O- | sudo apt-key add - && sudo apt-get update && sudo apt-get install e17-svn
It will take a while for the whole process to finish because the install scripts downloads the latest source code of Enlightenment, and then compiles it for you.
I recommend you go outside and get some fresh air, or sit in a chair and wait — your choice.

Success!

Once everything is compiled and finished, we're now ready to run Enlightenment. To do this, we'll have to log off, choose a user and type in our password like usual — but wait! — this time, right before you press enter, go to the bottom where is says "Sessions:" and change it from Gnome to Enlightenment.


Замена network-manager-kde на network-manager-gnome

В общем-то не для кого не секрет, что подключиться к сети интернет в KUBUNTU используя стандартный knetworkmanager несколько затруднительно. Так что удаляем его до лучших времен и взамен ставим networkmanager из UBUNTU, как посоветовал нам человек "openmindead", в консоле одной строкой пишем:


sudo apt-get purge plasma-widget-networkmanagement network-manager-kde && sudo apt-get install network-manager-gnome


Затем в автозапуске (в systemsettings или в "Системные параметры.. Дополнительно.. Автозапуск") прописываем nm-applet как показано ниже:

Теперь на одну проблему стало меньше.