This week marks the real start to the development cycle for Ubuntu’s 9.10 release called Karmic Koala. The Ubuntu Developer’s Summit is being held in Barcelona this year, and is now in full swing. A lot of interesting blueprints have been uploaded to Canonical’s Launchpad service. Let’s see what kind of topics the Ubuntu folks are discussing for this release.
Archive for May, 2009
Karmic Koala Blueprints
Posted in Technology, No Comments »
GNOME 2.26 was released a few months ago, bringing some small changes and overage polish to the venerable GNU/Linux desktop environment. In six months time, GNOME 2.28 will be released which will bring yet some more polish a few more changes. One year from now comes GNOME 2.30. This release should be a bit different than the other releases before it. GNOME 2.30 will renumbered to GNOME 3.0. That’s right, what would be the 15th release (only even numbered releases count, here.) of the GNOME 2.x line will indeed be the start of the GNOME 3.x regime.
But with GNOME 3.0 is supposed to come GTK+ 3.0. GTK+ is the toolkit upon which GNOME and its applications are written. It standardizes the look and feel of the desktop using widgets for things like title bars, buttons, text fields, and pretty much everything making up the user interface. For the folks that develop GTK+, branding it as a 3.0 release will mean taking a huge step forward. Unfortunately, for both the folks that develop GTK+ and the folks that develop GNOME, baby steps are usually the norm. Its no wonder they picked little gnome feet for the logo.
Over the last couple of weeks I’ve updated my two main systems from Ubuntu 8.10 Intrepid Ibex to Ubuntu 9.04 Jaunty Jackalope. One of the pieces of software I install on both machines is VMWare Server 6.5. However, in Jaunty the installation is a little more than simply sudo-ing the installer script.
Quickly, here’s how to install VMWare Server 6.5 on a Jaunty machine. I’m not sure if its any different for 32-bit, but I run 64-bit.
-
Install VMWare Server 6.5.
-
Install the build-essential package from the apt repo. "sudo aptitude install build-essential"
-
Backup the binary modules. "sudo mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old"
-
Recompile the binary modules with available kernel headers. "sudo vmware-modconfig --console --install-all"
That’s it. VMWare Server 6.5 should now start and you can load up your virtual machines and get computing. Enjoy.
