Language Selection

English French German Italian Portuguese Spanish

Review of Kubuntu 7.04 Beta

Filed under
Reviews
Ubuntu

Kubuntu is one of the biggest KDE-based distributions out there right now. And it has a reason to be. Beautiful, powerful, easy-to-use, and easy to install are just a few things that come to mind. I tested out the latest beta, 7.04 Feisty Fawn, scheduled to ship on April 19th. Here’s what I found:
Programs
Feisty adds a few more programs. Kexi replaces OpenOffice.org Database, SCIM is added, as is the HPLIP Printer Toolbox and a "Report a problem" icon. There’s also a few new tray applets: one, called KNetworkManager, monitors your network connection, another, Kate Session Menu, opens Kate with specified sessions, and a third, Runaway Process Catcher, detects and ends broken processes. digiKam has been updated to 0.9.1. Also, the Quick Launcher applet has been updated, taking up less room and using smaller icons. Topic Based Help has also been added for the first time. But most important is the Kubuntu Distribution Upgrade Tool, which seamlessly upgrades Edgy Eft (the previous version) to Feisty.

As before, it is easy to add and remove programs using the Add/Remove app, Adept Manager, apt, and aptitude.
GUI
Kubuntu Feisty is basically identical to Edgy, but that’s fine. The Crystal window decoration is possibly (if not certainly) the best looking one for KDE. And I’ve always thought KDE was more elegant than GNOME.
Minimal Requirements
No word on these yet, but it’s safe to assume they’ll be close to the Edgy requirements. That is:

  • CDs require 700MB media
  • Desktop install requires at least 256MB of RAM and 3GB of available hard drive space
  • Server install requires at least 64MB of RAM and 500MB of available hard drive space

Personally for me, the desktop (Live CD and all) worked fine in a VM with 256 MB of RAM.
Installation
If you’ve ever used Kubuntu’s (or any *buntu’s) installer before, you won’t be disappointed. There’s really no difference, which is a good thing. The installation wasn’t as fast as Freespire’s on the same amount of RAM, but that’s probably because Kubuntu installed while running the desktop while Freespire didn’t.

Verdict
A small upgrade from Edgy. The Kubuntu Distribution Upgrade Tool is very nice. Besides that, there isn’t a huge noticeable difference. However, don’t let that fool you. Feisty will be a powerful operating system when it comes out in a few weeks. And then when the next (7.10?) version comes out, KDE 4 will be out. Just imagine that….
External Links
Homepage: Official, Feisty Beta AnnouncementDownload: OfficialScreenshots: Official, OS Wars:

Just imagine what?!

> And then when the next (7.10?) version comes out, KDE 4 will be out. Just imagine that….

Take Jonathan Riddell's answer from Interview mit Riddell zu KDE4 (http://www.kubuntu-de.org/interview-mit-riddell-zu-kde4-englisch):

* Q: When KDE 4 will be released, which Kubuntu would likely contain it, 7.10 or rather 8.04?
* Jonathan Riddell: I suspect KDE 4 won't be stable enough to be default desktop for 7.10. 8.04 it should be but it's possible that 8.04 will be our next LTS release and I don't want our first KDE 4 as default release to also be an LTS release. Either way we'll have packages and ISOs of KDE 4 available as soon as sanely possible for everyone to try.

So it seems it will be the default for Kubuntu 8.10. You'd have to wait ONE MORE YEAR to have it considered "stable".

re: just imagine

There'll probably packages available for it tho.

obviously. there will be kde

obviously. there will be kde 4.0 packages available not only for kubuntu, but also for opensuse, mandriva, fedora...

It'll be out (and included

It'll be out (and included in a stable distro) when it's ready. No rush. Just look at some flaky distros out there, even Vista... do we really need that risk? Beryl/XGL is no exception, stablity-wise. Production settings cannot tolerate WSoDs.

Could be sooner

I could be wrong, but I took Jonathan's comments to mean that an intermediate release between 7.10 and 8.04 will enable users to add KDE4 to 7.10.

Chad
http://linuxappfinder.com

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.