Skip navigation.
KDE Developer's Journals

Distributions

beineri's picture

openSUSE 11.0: Qt Package Manager Improvements

Just want to point out four improvements of the YaST Qt package selector in the upcoming openSUSE 11.0 that were missing too long, much requested (at least by me) and now added Smiling :

openSUSE 11.0: YaST screenshot 1 openSUSE 11.0: YaST screenshot 2

The first screenshot shows the new special package groups "Suggested packages" and "Recommended packages" to list packages which enhance your installed packages. Also the strange "zzz All" package group of previous releases is renamed to "All packages" and visible without endless scrolling.

On the second screenshot you can see the new "@System" meta repository to list all installed packages only. And note the new secondary filter "Unmaintained packages" to detect which packages are not contained in your activated repositories (also a nice way to detect which old packages were wrongly not obsoleted by a distro upgrade).

Update: Let me add a fifth one. As you can see on the screenshots we have a yast2-theme-openSUSE-Oxygen package with Oxygen style like icons everywhere thanks to Martin Schlander.

beineri's picture

openSUSE 11.0: YaST screenshot 1

openSUSE 11.0: YaST screenshot 1
beineri's picture

openSUSE 11.0 Beta 1

openSUSE 11.0 Beta 1 has been released including the new beautiful installer, an incredible fast installation and package management, KDE 4.0.3 and 3.5.9. With this Beta the media layout changed: no 1 CD install media anymore, just the KDE4 Live-CD and the DVD which allows to choose between KDE4 and KDE3. This beta marks the generic feature freeze so there was a rush to get everything in which led to the delayed release and some problems like most noticeable the Live-CD installer not working. Sad So if you plan to do an install better download the DVD or use the network installation CD.

os110beta1-inst7_thumb.jpg os110beta1-kde4-2_thumb.jpgos110beta1-kde3_thumb.jpg

Only few outstanding branding and feature/version updates so it's mainly now bug hunting until the final release:

beineri's picture

KDE 4.0 on HP 2133 Mini-Note

Last week HP announced it's Mini-Note PC with preloads of SUSE Linux Enterprise Desktop 10. Our heros of the Mobile Devices Team have worked the last weeks on that. The Mini-Note is available in different configurations starting at $499 (that would be only 313 Euro if applied for Europe without surcharge). All editions share the form factor, the nearly full-size keyboard and the nice display (1280x768). So I had to lend one from Mobile Devices team and play with it. Smiling

The Mini Note comes with SLED 10, and SLED includes KDE as option. But that's only KDE 3.5 and that would be boring. So I started to install latest openSUSE Factory (almost 11.0 Beta 1) with our polished KDE 4.0 desktop on it:

HP Mini Note

KDE 4.0 is usable on this small edition (1 GHz and 512 MB). Only someone please fix the CPU and memory hog knotify4! Sad

bille's picture

Enhance KDE on openSUSE for Google's Summer of Code 2008

Student? Love KDE and/or openSUSE? Want to get 0x1194 bucks for improving them? Then check out the openSUSE Google Summer of Code ideas page or suggest your own project. There are a number of projects listed already which would improve KDE on openSUSE and upstream. As well as getting paid, it's an opportunity to work on a real world project, and learn from the experience of some leading KDE and openSUSE developers.

But don't delay, the deadline is on Monday March 31 midnight UTC.

beineri's picture

openSUSE Accepted to Summer of Code

The participating mentoring organizations for the Google Summer of Code 2008 have been just announced and the openSUSE project is among. If you're a qualifying student and want to earn some money by contributing to an Open Source project, please start discussing with us your (eg Build Service, KDE or YaST related) idea. We will also propose some ideas during the week and put them online in the openSUSE wiki. Note the student application deadline on March 31th!

The KDE project has of course also some distro-agnostic ideas. Smiling

beineri's picture

openSUSE and Tracking 4.1 Development

First two mentions from an exciting openSUSE week: the new openSUSE evan..uhm community manager has been finally disclosed, it's Joe "Zonker" Brockmeier. And openSUSE 11.0 Alpha 2 has been released with which we put KDE 4.0 to the test as default desktop. To keep up with openSUSE happenings occasionally I recommend openSUSE Weekly News btw...

As previously said openSUSE will, besides providing packages for the KDE 4.0 branch, continue to track the KDE trunk/4.1 development with packages for openSUSE 10.3 and Factory. This happens in the new KDE:KDE4:UNSTABLE:* Build Service repositories. The packages don't have all of our distro-specific patches though. Don't mix these repositories with the *:STABLE:* editions! A new KDE Four Live CD version including our current KDE 4.0.61 snapshot and KOffice 1.9.95.3 packages has just been uploaded. This CD should now also work with KVM (4.0.1 CD xdelta patch for KVM). Smiling

pipitas's picture

Milestone 3 feedback table (current status)

| | | | |
Milestone 3 feedback table (current status)

This is a screenshot of the current feedback table of our Milestone 3 testing. (Unfortunately I can't publish the URI for that table, because it would put too much load onto our web server if too many people used it).

Hence this screenshot only for now.

The goal is to fill in all the gray fields with some real results and to make most of the red fields turn into yellow or red.

bart coppens's picture

Battery status, the kernel, and Debian stupidity

| | |

So, given that I'd be on a holiday next week, I thought it would've been a good idea to do an upgrade of my Debian install on my laptop, in the hope that it'd use less power. The good news was that it seemed like it did, with slightly lower temperature (I guess due to tickless timer on AMD64 in the 2.6.24 kernel). The bad news was that I couldn't even try to quantify it at all: all my battery-measuring tools wouldn't work at all anymore. In particular, no KDE Battery Systray icon anymore, leaving me without any indication at all about how much battery I have left. Hoping it'd be just a KDE update fluke, I checked my other favourite power-related tool, powertop. Unfortunately it also failed to show any relevant information about power usage... Sad

I must say, it's real fun to lose the ability to see your battery status a few days before you leave on a holiday. Particularly funny, given that at the same day that I discover this, I read a post on the planet about some people getting double battery information.

Which of course pointed me directly to the most likely cause: a change in the kernel. Some googling later, it turns out that, once again, I am pretty angry at the Debian people. It seems like they switched to the new way of doing this kind of stuff, sysfs style. Unfortunately, they completely disabled the legacy support for the procfs way of measuring things, leaving all applications that use the old way in the cold.

Now, you'd think that once you'd point this out, the Debian people would try to fix this post-hase. But nooooh!, apparently having people's applications and systems become useless and being userfriendly is less important to the Debian kernel maintainers than keeping their kernels clean of 'deprecated' /proc entries...

So, how do we fix this? I just wasted my time making my own debian kernel package. In particular, in the make menuconfig, go to
Power management options --->
ACPI (Advanced Configuration and Power Interface) Support --->

And then just enable
[*] Deprecated power /proc/acpi folders
(If you're particularly pissed, you could perhaps take it out by disabling [ ] Future power /sys interface...)

Luckily the walkthrough was clear enough, except that the package's name prefix had slightly changed. I just had to issue a dpkg --install ../linux-image-2.6.24_Custom.DebianFuckwits.0_amd64.deb to install the kernel, and then edit my grub file manually (bah!).

After a reboot, I had restored full usability of my power-measuring tools. Turns out my laptop seems to have an increased power use. No idea why, but at least now I actually know it is the case.

Anyway, this isn't doing pretty well in trying to prove to other people that Linux is decent to use. In particular, one of my colleagues pointed out to me that this is exactly the kind of crap (noting something doesn't work, wasting time googling for the problem, hoping someone else has described a fix, trying to apply the fix) he is so happy to have left behind him by switching to OS X...

dipesh's picture

KDE 3.5.8 on OpenSolaris

See http://blogs.sun.com/moinakg/entry/kde_3_5_8_on

Seems it's possible to give OpenSolaris a try now where a recent KDE3-version is up and running there. Thanks for that SUN/Moinak Smiling

Syndicate content