Ubuntu 24.04 LTS Available to Download, This is What’s New

After 6 frenzied months of development the final stable Ubuntu 24.04 LTS release has arrived and is available for download.

Ubuntu 24.04 Noble Numbat mascot artwork

Ubuntu 24.04 LTS (codenamed ‘Noble Numbat’) includes a rich array of new features ranging from an enhanced desktop installer and a the latest GNOME desktop to gaming improvements and a new Linux kernel.

As a long-term support release Ubuntu 24.04 LTS gets 5 years of select apps updates, security fixes, kernel upgrades, and other buffs, and a further 5 years of extended security coverage via Ubuntu Pro.

Lees verder

KDE 6

KDE’s volgende mega-uitgave is hier!

De KDE gemeenschap presenteert met trots Plasma 6, Frameworks 6 en Gear 24.02

Uitgegeven woensdag, 28 februari 2024

Plasma 6

KDE Plasma is een moderne, rijk aan functies bureaubladomgeving voor op Linux gebaseerde besturingssystemen. Bekend om zijn slanke ontwerp, aanpasbaar interface en uitgebreide set toepassingen, het is ook open-source, verstoken van advertenties en maakt bescherming van uw privacy en persoonlijke gegevens een prioriteit.

Installeer Plasma op uw huidige laptop en geniet van alle voordelen van de nieuwste van het nieuwste computer ervaring, zelfs als uw hardware niet wordt ondersteund door Windows 11. U kunt ook kiezen voor enige erg elegante machines, voorgeïnstalleerd met Plasma zoals de Steam Deck en vele laptops en ultrabooks.

Twee Leaps (sprongen) in de toekomst

Met Plasma 6 heeft onze technologie stapel twee belangrijke opwaarderingen ondergaan: een transitie naar de laatste versie van ons framework, Qt, voor toepassingen en een migratie naar het moderne Linux grafische platform, Wayland. We hebben ons best gedaan om te verzekeren dat deze wijzigingen zo gladjes en onopgemerkt zijn voor de gebruikers als mogelijk, dus wanneer u deze opwaardering installeert, u dezelfde familiaire bureaubladomgeving zult zien die u kent en waar u van houdt. Maar deze onder-de-motorkap opwaardering profiteer van de beveiliging, efficiency en prestaties van Plasma, ondersteuning voor moderne hardware. Dus Plasma levert een over het geheel een betrouwbaarder gebruikerservaring, terwijl het pad geplaveid worden voor veel meer verbeteringen in de toekomst.

We zullen doorgaan met het leveren van ondersteuning voor de erfenis van X11 sessies voor gebruikers die de voorkeur geven daar te blijven.

Lees verder

VMWare Guest periodic freezes on Ubuntu 22.04 Host on VMware Workstation 17.5


Had an Windows 11 Pro VM running in VMware Workstation Pro version 17.5.0 on Kubuntu 22.04.3 that would periodic freezes for about 20 to 120 seconds.

Power down the VM and add to the vmx:
Edit the vmx file of the guest
isolation.tools.unity.disable = “TRUE”

Thx to adamitj

Source: VMware forum on how to disable Unity feature on Fusion/Workstation

VMware Horizon 8 2306 Releas

VMware Horizon 8 version 2306 includes the following new features and enhancements.

IMPORTANT: Horizon 8 2306 is not supported with vSphere 6.5 or vSphere 6.7, which are both past the end of General Support.  Horizon 8 2306 Instant Clones are incompatible with vSphere 6.5 and vSphere 6.7 so you must upgrade to vSphere 7.0 or later before upgrading to Horizon 8 2306 if you are using Instant Clones.

Lees verder

Flatpak spelchack applications

Debug and Locale

For every package that is created using flatpak-builder, a .Debug and a .Locale package are automatically generated. This is true for both local compilation and CI-compiled packages.

The .Debug package needs to be explicitly installed before it can be used, and it provides debug symbols for debugging with tools like gdb inside the Flatpak, like so:

flatpak install org.kde.yourapp.Debug
flatpak run --command=bash --devel org.kde.yourapp
gdb /app/bin/yourappbinary

The .Locale package is installed alongside a normal installation of your application, but can only be seen with flatpak list --all. It provides locale-specific files based on your default language or extra languages, which can be useful to check for internationalization issues like text wrapping, elision, and mistranslations. By default, Flatpak will try to be smart and deduce the default language based on your locale settings, and the downloaded .Locale will only include the languages listed in languages and extra-languages (if set), so a flatpak update is required to download more languages. For example:

Lees verder