Neon Unstable now using Qt 6 Builds of Frameworks and Plasma

KDE neon unstable edition is built from git master. For the last few weeks we have frozen the published repo because we knew the move to Qt 6 based builds of KDE Frameworks and Plasma would break install. They will still break install but now is the time to give it a try. It is vitally important to update your neon-settings-2 package first because the Qt 5 and 6 builds have overlapping files and this will allow that.

pkcon refresh
pkcon install neon-settings-2
pkcon update

or if you prefer apt

apt update
apt install neon-settings-2
apt full-upgrade

This is very early stage development. Almost everything is super broken from a user perspective, and it may not be useful to get 500 bug reports about every little thing so tread carefully. For any bug reports you do report add `qt6` tag.

Best of luck!

KDE neon Docker Images now in KDE Invent Container Registry

KDE neon has long had Docker images so you can run the latest KDE software without the faff of an operating system install. We’ve just moved the host for these into the KDE Invent server.

https://invent.kde.org/neon/docker-images/container_registry

You can get the neondocker script to run them

https://invent.kde.org/neon/docker-images/-/raw/master/neondocker/neondocker.rb?inline=false

or manually you can get it with

docker pull invent-registry.kde.org/neon/docker-images/plasma:unstable
xhost +
docker run -ti -v /tmp/.X11-unix:/tmp/.X11-unix -v ~/src:/home/neon/src -e DISPLAY=:0 invent-registry.kde.org/neon/docker-images/plasma:unstable konsole

KDE neon Rebased on Jammy

KDE neon builds packages of KDE software using latest Ubuntu LTS as a base. Every couple of years there’s a new Ubuntu LTS and so we build all our package and infrastructure onto that. We’ve just finished the move onto Ubuntu 22.04 (jammy) and installable ISO images are now based on that.

We’ll enable to upgrade for existing installs on Monday.

Quick KDE neon Rebase Poll: release now or later?

We are just about ready to launch the rebase of KDE neon on Ubuntu 22.04 Firefox is the browser again now as a Snap package. This breaks plasma-browser-integration but is otherwise working fine. Release now with Snaps or spend a couple more weeks working on other package formats?

Poll is on Twitter

Plasma 5.26 Beta Testing

Plasma 5.26 Beta was released yesterday

https://kde.org/announcements/plasma/5/5.25.90/

And now we need your help testing it. Download KDE neon Testing edition and install it on a machine (do backups etc or use a spare computer if you can).

https://neon.kde.org/download

Please help with reporting but also reviewing bugs that others have reported.

One big addition in this release is Plasma Bigscreen, a plasma workspace for your television. Install it along with auro-browser and plank-player and plasma-remotecontrollers and log into the Bigscreen session. We plan to make a KDE neon edition with a dedicated Bigscreen install soon.

KDE neon Docker Images now on 22.04LTS

KDE neon has Docker images which are great for easily testing out KDE software built from Git master, Git testing or releases without touching your host system.

The images have just been updating to use KDE neon on the new Ubuntu LTS base 22.04 (jammy).

Documentation on the wiki.

Run neondocker to get started or

Xephyr -screen 1024x768 :1 &
docker run -v /tmp/.X11-unix:/tmp/.X11-unix kdeneon/plasma:unstable

or single app

xhost +
docker run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=:0 --security-opt seccomp=unconfined kdeneon/plasma:unstable dolphin

KDE neon: Jammy Porting Update

Jammy porting is happening at full pace. Almost all the packages are now compiled and that leaves ISOs to be built and upgrade to be tested.

As with any software or engineering project there’s not much point in putting a deadline on it, it’ll be ready when it’s ready. As a moving target the builds are often two steps forward and one step back cos suddenly there’s a new KDE Gear that needs built.

But we’ll be with you soon 🙂

Neon: Maliit Keyboard Now Available on Wayland

We have updated the Maliit keyboard package to Maliit 2 and released it to Neon user edition. This gives a virtual keyboard which you can use, handy for convertible laptops with a removeable keyboard. It only runs when using Wayland so make sure to select that at login. There is a module in System Settings to select the keyboard and it should be intelligent enough to only run when you don’t have a physical keyboard plugged in.

KDE neon now on Linux 5.8

Here at KDE neon we pride ourselves on giving you the latest from KDE built pronto and QAed and shipped to you with no questions asked. We also base on the stable Ubuntu LTS 20.04 release giving a generally stable system. If you want an updated version of an app which isn’t from KDE we advise you to use a non-distro package from the Snap store, AppImage or Flatpak. But Linux has one property which is still inconvenient for the end user even the more nerdy of end users, which is that drivers are shipped with the Linux version you get and there’s no stable programmer interface for them so they can’t easily be shipped externally. That means if you use Linux 5.4 which is what comes with KDE neon and Ubuntu 20.04 you will get drivers which are a few years old, which is no good for those shiny new AMD Radeon graphics chips. So we’ve now switched the installable images to the HWE build which brings in Linux 5.8. Neon installs should just install it on upgrade and use it on the next boot. Chat on our forum and report bugs on bugs.kde.org as ever.

KDE neon 5.22 is Here

Plasma 5.22 was released yesterday and so the hard working continuous automation and continuous deployment guinea pigs at KDE neon compiled it all and bumped the version number and spun new installable ISOs and Docker images for you to try it. Existing users can just upgrade as normal.

Download the ISO from https://neon.kde.org/download and boot it up
Or try the docker image. Xephyr :2 -screen 1024x768 & docker run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=:2 --security-opt seccomp=unconfined kdeneon/plasma:user startplasma-x11