After a week Kubuntu(KDE version of Ubuntu) and I started to get along I can say that Kubuntu is better looking at default but you can’t configure it like Ubuntu(GNOME)..Just like when installing theme its pain in the ass you need always to ./configure it and ubuntu cant install it! (sometimes) While in GNOME just drag and drop the theme at the Theme manager and its installed! Especially GNOME only lost in default looks while KDE has a beutiful looks while in Default theme and GNOME sucks in that!…..One advantage of KDE is the Kmenu while GNOME has main menu which sucks! OOhh! and the KDM looks bad GDM is better…But well thats part of the migration to KDE..You’ll really miss something…
Disappointed with KDE
28 01 2007Now what I am disappointed using Kubuntu dapper after waiting for a hour it really look great at splash and bluish twinkling stuff but it isn’t enough I’de radder use GNOME than KDE the first I saw KDE I alsmost say wow this is amazing! but after a few minutes I saw stupid Kmenu and the KDE-panel which I always thought sucks…….The only difference between the two is….KDE looks like windows(What?!GNOME can do that!)I have slower startup(GNOME is faster)If something crash the whole desktop Crash(I never had this problem in GNOME) Well my father like it that’s all if he like it that means he will use linux
He hates GNOME(but I love it)
Now if you want to install KDE on Ubuntu just do this
Sudo apt-get kubuntu-desktop
And thats the magical word…
GNOME rocks!
Comments : Leave a Comment »
Categories : KDE, Kubuntu
Sorry I’am a little lazy about posting
23 01 2007I’am soo Lazy to post..I’am really late at my study(home schooling) SOo I need to give blogging some time But I still gave time but I need to really make studying serius because I don’t really think its a serius stuff when I was younger
) Cause I get Good Grades at traditional School ok thats all and I’ve got to go now Bye!
Comments : 28 Comments »
Categories : Uncategorized
Installing Adobe Flash Player 9: Ubuntu Dapper
23 01 20071.Check you’re plugins
I’ve install Adobe Flash Player 9 today on ubuntu dapper not Edgy ok……First Launch Firefox( I’am using Firefox 2.0.01 using one guide) Type about:plugins to learn about those plugins currently installed
2.Download the tar.gz package from adobe.com
Ok now download the tar.gz package here Now after downloading it Time to unziizz it! Aw! I mean untar it!
untar it to /home/user/Desktop(replace user with you’re username)
3. Install part
After untaring it or extracting it..Open the terminal put this code on
cd /home/user/Desktop/install_flash_player_9_linux (replace user with you’re username)
Then run the Script
sudo ./flashplayer-installer
You will be asked a few questions:
Copyright(C) 2002-2006 Adobe Macromedia Software LLC. All rights reserved.
Adobe Flash Player 9 for Linux
Adobe Flash Player 9 will be installed on this machine.
You are running the Adobe Flash Player installer as the “root” user.
Adobe Flash Player 9 will be installed system-wide.
Support is available at http://www.adobe.com/support/flashplayer/
To install Adobe Flash Player 9 now, press ENTER.
To cancel the installation at any time, press Control-C. <– <ENTER>
NOTE: Please exit any browsers you may have running.
Press ENTER to continue… <– <ENTER>
Please enter the installation path of the Mozilla, SeaMonkey,
or Firefox browser (i.e., /usr/lib/mozilla): <– /usr/lib/mozilla
dir= /usr/lib/mozilla
WARNING: An older version of the Adobe Flash Player has been detected in
/usr/lib/mozilla/plugins.
The installer will overwrite this existing binary.
———– Install Action Summary ———–
Adobe Flash Player 9 will be installed in the following directory:
Browser installation directory = /usr/lib/mozilla-firefox
Proceed with the installation? (y/n/q): <– y
Installation complete.
Perform another installation? (y/n): <– n
Please log out of this session and log in for the changes to take effect.
The Adobe Flash Player installation is complete.
Isn’t that easy now log out and login to you’re desktop session.
Comments : Leave a Comment »
Categories : Flash, Player
HOWTO: installing beryl ubuntu dapper AIGLX
20 01 2007We’ll I’ve install beryl on ubuntu…I just want to share my expierience to you guys
“Note: I think beryl is not yet supported by Dapper its not my fault if you’re system got mess up”
1. Add repositories
Edit the sources.list file:
sudo gedit /etc/apt/sources.list
Add this line:
Make sure to get the public key for the repository:
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
Update the package list and upgrade your system before installing
sudo apt-get update && sudo apt-get upgrade
2.Install AIGLX
Install the new X server (called xserver-xorg-air):
sudo apt-get install xserver-xorg-air-core linux-dri-modules-common linux-dri-modules-`uname -r`
linux-dri-modules-2.6.15-27-386 IS not up,needs to be fixed.
There’s a small glitch with xserver-xorg-air-core: it doesn’t install its own modules for input and video drivers. The workaround is to point to the Xorg modules instead:
sudo ln -s /usr/lib/xorg/modules/drivers/ /usr/lib/xorg-air/modules/sudo ln -s /usr/lib/xorg/modules/input/ /usr/lib/xorg-air/modules/
Modify /etc/X11/xorg.conf – maybe it is a good advice to make a copy before editing because in any problem, you might not be able to login again in the graphic session! So first, make a backup
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
Edit xorg.conf:
sudo gedit /etc/X11/xorg.conf
in the Screen section:
DefaultDepth 24
Make sure these are all there, and GLcore is commented out:
Section “Module”
# Load “GLcore”
Load “i2c”
Load “bitmap”
Load “ddc”
Load “dbe”
Load “dri”
Load “extmod”
Load “freetype”
Load “glx”
Load “int10″
Load “type1″
Load “vbe”
EndSection
IF there is no Option “XAANoOffscreenPixmaps”. Add it:
Section “Device” ## no change
Identifier ##no change
Driver ##no change,whatever this reads is fine
Option “XAANoOffscreenPixmaps” ## add this line!!!!
BusID “PCI:0:2:0″ ##no chnge
EndSection
In the section: “Extensions”
Section “Extensions”
Option “Composite” “Enable”
EndSection
and this:
Section “DRI”
Mode 0666
EndSection
gdm configuration is now deprecated, you can switch between Xorg and Xorg-air with update-alternative :
sudo update-alternatives –config Xorg
3.Installing Beryl
Simply type
sudo apt-get install beryl emerald-themes
4.Starting Beryl (and AIGLX)
You need first to start AIGLX. Just close all your windows, logout and press Ctrl + Alt + Backspace. That will stop and restart your X server. If the login screen doesn’t show up, try to reboot. If you still have some trouble, restore your backup copy (/etc/X11/xorg.conf.old). If the login screen shows up, cool! AIGLX is working. To start Beryl, type in a user session terminal :
beryl-manager
You’ll see an red jewel in your panel which helps you to manage beryl and the decorations. To start beryl at each session, go in Gnome Menu > System > Preferences > Sessions > Startup Programs and add beryl-manager.
Comments : Leave a Comment »
Categories : Uncategorized