↩ Accueil

Vue normale

Reçu aujourd’hui — 21 juillet 20254.1 🐧 Linux

Slint 15.0-7

21 juillet 2025 à 03:34
Slint is a Slackware Linux-based distribution for 64-bit (x86_64) machines. The distribution is intended to be used by people who are visually impaired. The distribution ships with a screen reader built-in which can even be used during the installation process.

Screenshot Tool Gradia Adds Code Snippet Generator, Snap Install

20 juillet 2025 à 23:28
Gradia's code snippet feature displaying C pthread code with styling options including themes, window frames, and background gradients.

Gradia’s latest update introduces a new option to generate eye-catching screenshots of source code snippets.

The feature can turn a custom snippet of source code into a colourful graphic for presenting in documentation, tutorials or sharing on social media.

Code Snippets can be displayed with a window frame or without; with line numbers or without; and support a variety of popular programming language syntax. A choice of colour scheme, Adwaita, Solarized, and Oblivion included, is available.

Gradia was created to make it easier for Linux app developers to make eye-catching graphics of their software for store listings, though it has expanded its feature set in recent releases to become a solid all-round image annotator and basic image editor.

Adding the ability to generate styled screenshots of source code feels like a nod back to its developer-focused roots, and the results sure do look good!

The code snippet feature isn’t the only change Gradia 1.7 brings. Other improvements include:

  • Text and Stamp tools now support optional outlines
  • Images can be rotated in 90-degree increments
  • Colour pickers are no longer modal (more accurate colour picking)

There’s also a cropping tool for trimming an image prior to export; default export filenames are more descriptive (and include creation time); and the app no longer asks for confirmation on close if the open image has already been saved.

As a reminder, Gradia is not an app for taking screenshots, it is an app for making screenshots look nicer. It can hook into the system screenshot tool to take new screen-grabs in app, and you can configure it to auto-open when you take a screenshot – but its job is prettifying.

Install Gradia on Ubuntu

If you have installed Gradia from Flathub, pop open a Terminal and run flatpak update to update to the latest version and try the new features first hand.

If you want to install Gradia on Ubuntu as a Snap, you can as Gradia is now available on the Snap Store! Seek it out in App Center, or run sudo snap install gradia to snag it.

You're reading Screenshot Tool Gradia Adds Code Snippet Generator, Snap Install, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Reçu hier — 20 juillet 20254.1 🐧 Linux

This Tool Upgrades Everything on Ubuntu with One Command

20 juillet 2025 à 18:59

Keeping your Ubuntu install up-to-date isn’t difficult, even from the command line – but if you install packages from a slew of sources you often end up typing out a shopping list of commands to stay on top of things.

Which is where the Topgrade utility comes in. It lets you run a single command to update software from multiple sources, in one fell swoop.

Topgrade is not new, having debuted around 7 years ago (the original effort was archived in 2022 but a fork continues developed). I hadn’t heard of it; I saw a reader mention it in the comments of a recent article—thanks btw!—and felt it deserving of a spotlight.

What does Topgrade do?

Topgrade updating DEBs, Snaps, Flatpak, pipx and more

A command-line tool written in Rust (because of course), Topgrade detects the package managers and updatable sources you use on your system, and then runs the correct commands to update the each time you run topgrade.

It manages APT sources, Snaps, and Flatpaks as standard, but developers will appreciate it can go beyond those common sources to also refresh and update a lot more besides, including:

  • Cargo, Pip(x), NPM, Nix and Gem packages
  • Vim, Neovim, and Emacs plugins
  • JetBrains & VSCode/ium extensions
  • Git repos (if configured)
  • Homebrew/Linuxbrew
  • GNOME Extensions & Cinnamon Spices
  • ClamAV database
  • wsl, winget & Chocolatey (Windows)
  • Firmware (via fwupdmgr in view-only mode)

Plus a whole lot more.

You install it, open a terminal, type topgrade, and it does its thing. A one-stop-shop – but you customise and fine-tune its behaviour (I’ll get to that in a second).

Install Topgrade on Ubuntu

You can install Topgrade on Ubuntu in two main ways (not counting building from source): Cargo or a DEB package which is available for Ubuntu (and related Linux distributions, such as Linux Mint) on the project’s GitHub Releases page.

Using the Topgrade DEB saves any undue hassle. All necessary dependencies get fetched and installed for you, and the tool will integrate cleanly with your system’s PATH, and make it easy to uninstall at a later date (sudo apt remove topgrade).

Using DEBs from outside the Ubuntu repos is generally frowned up on. Yet, a lot of software is provided this way. This tool is open source, so the code can be checked at any time (no issues have been reported prior — this is not a new app).

Download the appropriate package from Github, then proceed install by double-clicking it and using App Center, or run this command (in the same directory as the DEB):

sudo apt install ./topgrade*.deb

Once done, you can open a Terminal and run topgrade.

However, the first time you use it run topgrade -n instead:

Use the dry run mode to check what it will do first

This performs a ‘dry run’, listing what actions/sources it would update from but without, y’know, actually updating anything you may not want.

There are other commands too. For a comprehensive overview of everything Topgrade can do, run topgrade --help.

To fully automate all upgrades (i.e., automatically agree/say yes to any package changes each source proposes), run topgrade -y and enter your password.

If you only wish update a specific source(s) or run them in a specific order, for example snap and Flatpak, use topgrade --only snap flaptak . To skip a specific source but update all the rest, you’d run topgrade --disable snap – this would be one-time only.

Fine-Tuning Your Upgrades

If you want to control which software sources and formats Topgrade manages every time you run the single command, without passing flags, edit the ~/.config/topgrade.toml text file. Here you can also add/control how source(s) like git repos are handled.

To exclude a source, for example exclude Flatpak, you’d add disable = ["flatpak"], and then save the file – always remember to save.

More customisation options are available, and the config file lists most of them.

You can add your own custom shell commands to run before or after the main process itself. For power users this open up a lot of possibilities, like letting you update a remote system(s) over SSH whenever you run it the command locally.

Topgrade is useful, but not essential

If you’re comfortable with GUI utilities like Software Updater and App Center, Topgrade is not something you will have need for. It also doesn’t do anything that can’t be done in other ways (some users like to create their own custom multi-line update scripts).

But Topgrade is worth checking out if you use a diverse range of software sources and want to abstract away the hassle involved in keeping all the things™ up-to-date. The low barrier and automatic detection make this a fuss-free, time-saving tool.

You're reading This Tool Upgrades Everything on Ubuntu with One Command, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

StormOS 07-19-2025

20 juillet 2025 à 15:08
StormOS is a desktop-oriented Linux distribution based on Arch Linux. The project's goal is to build an operating system which is easy-to-install, beginner-friendly and usable out of the box in order to attract new users over to the world of Arch Linux.

Slackel 8.0-beta1

20 juillet 2025 à 14:10
Slackel is a Linux distribution and live CD based on Slackware Linux and Salix. It is fully compatible with both. It uses the current version of Slackware and the latest version of the KDE desktop. The Slackel disc images are offered in two different forms - installation and live.

Linux Kernel Patches Speed-Up CRC32 Performance For CPUs With "Good" AVX-512

20 juillet 2025 à 13:05
Google engineer Eric Biggers who has been responsible for many great Linux cryptography subsystem performance optimizations in recent years has another exciting patch series. Biggers has done some great work for optimizing various functions for modern Intel/AMD CPUs especially around AVX-512 implementations and now he has another big optimization coming for the CRC32 checksum performance...

Debian 13.0 Ready To Introduce Formal RISC-V Support But Still Bound By Slow Hardware

20 juillet 2025 à 12:50
With the Debian 13.0 release planned for 9 August, one of the notable fundamental features with this Debian "Trixie" release is now supporting RISC-V as an official CPU architecture. This is the first release where RISC-V 64-bit is officially supported by Debian Linux albeit with limited board support and the Debian RISC-V build process is handicapped by slow hardware...

BlueOnyx 5212R

20 juillet 2025 à 12:41
BlueOnyx is a server distribution based on AlmaLinux OS, Rocky Linux and CentOS. It is the mission of BlueOnyx to provide a fully-integrated Internet hosting platform that includes web, e-mail, DNS and file transfer services from a simple, user-friendly web-based interface that is easily installed on commodity hardware or virtual private server.

Radeon Vulkan Driver's Emulated Ray-Tracing Scores A ~40% Improvement For Quake II RTX

20 juillet 2025 à 02:49
In addition to Mesa's open-source Radeon Vulkan driver "RADV" making some nice performance improvements for modern AMD GPUs with hardware ray-tracing, the emulated ray-tracing code path in RADV for primarily older GPUs has seen some improvements merged this weekend. In fact, so significant that from one merge request is around 40% faster performance for the Quake II RTX game with the emulated RT handling...
Reçu avant avant-hier4.1 🐧 Linux

Pocket est mort, vive wallabag

19 juillet 2025 à 19:37

Pocket était une application permettant de gérer une liste d'articles lus sur Internet. Elle a été créée en août 2007 par Nathan Weiner, puis est devenue gratuite avec option Premium en 2012. Acquis en 2017 par Mozilla, le service a annoncé le 22 mai 2025 sa fermeture prochaine. (source Wikipedia).

Ainsi, depuis le 8 juillet 2025, il n'est plus possible d'archiver ses contenus via Pocket, seul l'export de ses données est réalisable. Courant octobre, l'export sera également coupé.

Une alternative à Pocket

Depuis maintenant plus de 12 ans, une alternative à ce service privateur existe : il s'agit de wallabag. Nous avons déjà régulièrement parlé de notre projet sur LinuxFR.org.

Suite à l'annonce de la fermeture de Pocket, l'équipe de développement s'est organisée afin de proposer un import possible depuis le CSV fourni.

C'est pourquoi une version 2.6.13 est disponible depuis le 4 juin.

Mettre à jour votre instance

Depuis quelques versions, c’est relativement simple de mettre à jour votre wallabag : vous n’avez qu’à exécuter la commande make update. Si vous le souhaitez, vous trouverez plus d’informations sur le billet de blog du projet.

La suite

Dans quelques semaines, l'équipe aimerait sortir une nouvelle version importante. Outre de nouvelles fonctionnalités (comme par exemple un sélecteur de police de caractères), c'est surtout une montée de version technique nécessaire afin d'assurer la pérennité du projet.

Pour rappel, si vous ne souhaitez pas héberger votre instance de wallabag, il est possible d’utiliser le service en ligne wallabag.it.

Commentaires : voir le flux Atom ouvrir dans le navigateur

Agenda du Libre pour la semaine 30 de l'année 2025

19 juillet 2025 à 19:35

Calendrier Web, regroupant des événements liés au Libre (logiciel, salon, atelier, install party, conférence), annoncés par leurs organisateurs. Voici un récapitulatif de la semaine à venir. Le détail de chacun de ces 13 événements (France: 12, Internet : 1) est en seconde partie de dépêche.

Sommaire

[FR Grenoble] TupperVim - Le lundi 21 juillet 2025 de 19h00 à 23h00.

TupperVim à Grenoble ⛰️

Les TupperVim sont des réunions informelles d’utilisateurs et utilisatrices des éditeurs de texte libres Vim et neovim (débutant·es ou avancé·es) durant lesquelles chacun des participant·es échange des trucs et astuces.

La famille des éditeurs Vim étant très riche et hautement paramétrable, ces sessions sont l’occasion de s’initier à leurs utilisations, d’approfondir ses connaissances, d’échanger ses vimrc respectifs, ou encore de découvrir des greffons pour aller plus loin.

Toute personne, quel que soit son niveau, est la bienvenue.

Pour profiter au mieux de l’atelier, il est vivement conseillé aux débutant·es complets de faire le tutoriel Vim avant de venir (vimtutor).

On encourage les utilisateur·ices avancé·es qui le souhaitent à proposer une petite présentation rapide (~ 10 min) d’une fonctionnalité ou d’un plugin. Un support n’est pas obligatoire, une présentation en direct depuis Vim est tout aussi efficace.

Aussi, vous pouvez venir dès dix-neuf heures (19 h) pour avoir une séance d’initiation à Vim (prévoir une heure).

Vous pouvez annoncer une présentation sur l’Etherpad (lien en bas de message).

Traditionnellement, ces ateliers sont aussi l’occasion de découvrir des outils qui ne sont pas directement liés à Vim, mais qui s’inscrivent dans la même philosophie : ergonomie, minimalisme, efficacité.

Programme

La recette reste immuable depuis des temps immémoriaux :

  • 19 h à 22 h, grignotte : chacun·e amène quelque chose ;
  • 19 h à 20 h, initiation pour les débutant·es & apéro pour les initié·es, grâce à une technologie de parallélisation des tâches que le monde entier nous envie depuis toujours ;
  • 20 h à 22 h, enlarge your productivity : atelier participatif, chacun·e propose des sujets ou pose des questions techniques ;
  • 22 h à 23 h, on finit au bar 🍻

Important

  • Merci de vous inscrire sur meetup afin d’aider les organisateurs de l’événement.
  • Si vous avez des questions, des suggestions de contenu à présenter, et pour vous coordonner le contenu de l’apéro, tout cela est possible sur l’etherpad de l’événement.

  • La Turbine.coop, La Turbine.coop, 5 esplanade Andry Farcy, Grenoble, Auvergne-Rhône-Alpes, France

  • https://tuppervim.org

  • tuppervim, vim, atelier, initiation, séance, neovim, libre, réunion

[FR Chaumont] Permanence associative - Le mardi 22 juillet 2025 de 18h00 à 20h00.

Permanence associative du Schmilblik Numérique.

L'occasion de s'entraider dans nos usages des solutions libres au sein du Schmilblik, tiers-lieu dédié à la culture et la création artistique, à Chaumont.

Des boissons chaudes, de la bienveillance et beaucoup de convivialité.

Tous les niveaux techniques sont les bienvenus, de parfait·e débutant·e à expert·e chevronné·e.

[FR Le Mans] Permanence du mercredi - Le mercredi 23 juillet 2025 de 12h30 à 17h00.

Assistance technique et démonstration concernant les logiciels libres.

Il est préférable de réserver votre place à contact (at) linuxmaine (point) org 

Planning des réservations consultable ici.

[FR Le Blanc] Ateliers "Libres" de Linux - Le mercredi 23 juillet 2025 de 14h00 à 17h00.

Installer ou configurer Linux, diagnostiquer mon ordinateur,
installer ou configurer un logiciel libre,
échanger sur GNU/Linux et les Logiciels Libres,
trouver des réponses à mes questions

[FR Agen] Permanence d’aGeNUx - Le mercredi 23 juillet 2025 de 17h30 à 19h30.

Pour l’année 2025 notre association aGeNUx tiendra ses permanences tous les mercredis après-midi de 17h30 à 19h30 sauf les jours fériés et pendant les vacances d’été.

Elles ont lieu au Campus Numérique 47 à la salle Barjavel.

Ces permanences sont ouvertes à tous et à toutes, membres de l’association ou non. On peut s’y informer sur les logiciels libres, en tester, poser des questions ou tout simplement venir rencontrer d’autres utilisateurs de logiciels libres.

[FR Quimper] Redistribution gratuite d’ordinateurs de bureau sous Debian - Le jeudi 24 juillet 2025 de 09h30 à 10h30.

La distribution gratuite d’ordinateurs de bureau sous Debian au Centre social des Abeilles de Quimper continue tout l’été 2025 et même après…:-)

Le Centre des Abeilles, avec l’aide technique de Linux Quimper, récupère depuis 2009 des ordinateurs déclassées par des administrations et des entreprises. Ces ordinateurs sont reconditionnés avec des logiciels libres autour de Linux qui est un système équivalent à Windows et MacOs mais libre et gratuit. Ils sont utilisables immédiatement, gratuitement et en toute légalité dans tous les domaines de l’informatique comme la bureautique, internet, le graphisme, l’audio-vidéo, etc… Plus de 5500 ont été donnés depuis 2009 à des personnes et associations. Si cette action de solidarité vise à réduire la fracture numérique en permettant l’accès à l’informatique aux personnes et associations qui en sont écartées pour des raisons financières, elle a aussi pour but  de diffuser largement les logiciels libres et en particulier Linux. Elle a aussi pour objectif de limiter le gaspillage du matériel informatique, réduire les déchets et ainsi de participer à la limitation du changement climatique à notre petite échelle…

Ces dons sont ouverts aux adhérent·e·s du Centre des Abeilles. L’adhésion (13€) peut se faire au moment du don.

La distribution a lieu en général tout les jeudis matin mais les bénévoles du Centre des Abeilles peuvent s’adapter aux disponibilités des personnes désirant bénéficier de ce don.

ATTENTION: Cette proposition ne s’adresse qu’aux personnes habitant le Sud-Finistère.

Inscription préalable au 07 44 61 10 61.

[internet] Découverte de Scenari (en visio) - Le jeudi 24 juillet 2025 de 16h00 à 17h00.

🤔 Vous avez  des questions sur Scenari avant de tester ?

🧙‍♂️ Vous voudriez une petite démo ?

🚀 Vous commencer à utiliser Scenari et vous avez besoin d'un peu de soutien ?

Cette visio est faite pour vous 🤩

[FR Beauvais] Stand d'information sur Paheko, logiciel de gestion d'association (membres et compta) - Le jeudi 24 juillet 2025 de 18h00 à 20h00.

L'association Oisux est invitée par le Service de la Vie Associative de la Ville de Beauvais pour informer les visiteurs sur l'emploi du logiciel Paheko, qui permet de gérer l'activité d'une association:

"Paheko (mot de la langue Māori qui signifie « coopérer », illustrant le but du logiciel: améliorer ensemble le quotidien de la gestion d'une association) est un logiciel de gestion associative.
Il est l'outil de prédilection pour gérer une association, un club sportif, une ONG, etc.
Il est conçu pour répondre aux besoins d'une structure de petite à moyenne taille: gestion des adhérents, comptabilité, site web, prise de notes en réunion, archivage et partage des documents de fonctionnement de l'association, discussion entre adhérents." Source https://paheko.cloud/

[FR Vallauris - Sophia Antipolis] Rencontre Accès Libre - Le vendredi 25 juillet 2025 de 18h00 à 21h00.

Rencontres Accès Libre

Certains les appellent «install party», d’autres encore «Soirées Linux», mais les Rencontres Accès Libre sont tout cela en même temps, et bien plus encore…

Entre autres, c'est l’occasion de:

  • discuter, échanger, expliquer;
  • installer des logiciels libres;
  • et, toute autre idée coopérative de solidarité à but non lucratif!

C'est un évènement organisé conjointement par Linux Azur et le SHL.

[FR Nantes] Repair Café + Install Party - Le samedi 26 juillet 2025 de 09h30 à 12h00.

Un ordinateur qui rame ou qui refuse de démarrer, venez le réparer en notre compagnie.

Marre de Windows et envie d'un peu de liberté, venez le libérer!

Un ordinateur qui rame ou qui refuse de démarrer, venez le réparer en notre compagnie.

Marre de Windows et envie d'un peu de liberté, venez le libérer!

[FR Ploulec'h] Stand infothema avec Emmaüs - Le samedi 26 juillet 2025 de 10h00 à 18h00.

Le 26 juillet 2025 de 10h00 à 18h00, lors d'une vente exceptionnelle d'ordinateurs sous GNU/Linux par Emmaüs Lannion-Ploulec'h, l'association informatique bégarroise INFOTHEMA tiendra un stand de présentation de ses activités axées GNU/Linux et les logiciels libres.

Merci à la structure Emmaüs pour son accueil et sa bonne ambiance

Vive le Logiciel Libre !

[FR Ramonville Saint-Agne] Les ateliers du CULTe - Le samedi 26 juillet 2025 de 14h00 à 18h00.

Le CULTe est le "Club des utilisateurs de logiciels libres et de gnu/linux de Toulouse et des environs".

Le samedi après-midi tous les quinze jours, le CULTe organise un atelier d'informatique "libre", de 14h à 18h.

La séance est consacrée à l'information du public, à l'entraide entre membres et/ou visiteurs pour notamment installer et configurer des logiciels libres, système d'exploitation ("Linux") ou "applications" (programmes informatiques).

L'entraide peut également concerner le matériel afin d'aider le membre ou le visiteur a faire évoluer son ordinateur (ajout de mémoire, changement de disque dur…), étant précisé que si des avis peuvent être bien entendu émis pour de tels achats, le CULTe quand à lui n'a aucune activité commerciale, directe ou indirecte.

Chacun peut amener son ordinateur pour la séance. S'il s'agit d'une "Unité Centrale" (Ordinateur de bureau) il est inutile d'amener également écran clavier et souris, qui peuvent être prêtés sur place. Au besoin nous pourrons aussi vous prêter une machine pour la séance.

Afin de préparer votre venue, nous vous recommandons vivement de nous prévenir par courrier électronique en expliquant succintement votre projet ou votre besoin à l'adresse suivante:

president@o2.culte.org

L'adhésion au CULTe n'est en aucun cas obligatoire pour participer à nos activités.

NB: Les personnes qui souhaitent adhérer ou faire un don peuvent bénéficier d'un reçu fiscal en vue d'une réduction d'impôt (66% en 2022) notre association étant reconnue "Organisme d'Intérêt Général" éligible au mécénat. (Rescrit fiscal 2021/228)

PS: Notre club met à la disposition de tous une liste de discussion dédiée à l'informatique "libre": "linux-31@o2.culte.org". Vous pouvez sans attendre demander à y être inscrit pour, le cas échéant, y exposer une difficulté et bénéficier de l'aide et de conseils d'une centaine de participants. Il vous suffit de vous rendre à cette adresse et d'y formuler votre demande d'inscription:

https://sympa.culte.org/sympa/subscribe/linux-31?previous_action=info

[FR Quimper] Permanence Linux Quimper - Le samedi 26 juillet 2025 de 16h00 à 18h00.

Tous les samedis de 16h à 18h, Linux Quimper vous donne rendez-vous au centre social des Abeilles, 4 rue Sergent Le Flao (quartier de la Terre Noire) Quimper.

Nous vous proposons lors de ces rencontres d’échanger autour du Libre et de Linux en particulier

Vous pouvez venir pour vous faire aider, ou aider, à installer et paramétrer une distribution GNU/Linux de votre choix ou des logiciels libres sur votre ordinateur.

Recommandations:

  • Sauvegardez vos données avant de venir.
  • Pour une installation de Linux si vous voulez conserver Windows, libérez de la place sur le disque dur (20 Go minimum) et défragmentez Windows.
  • Nous prévenir, éventuellement, de votre passage via le forum.

Vous pouvez aussi venir pour une première prise d’informations et de contacts.

Commentaires : voir le flux Atom ouvrir dans le navigateur

Open-Source & Rust-Written Burn MATMUL Kernels Can Compete With NVIDIA's CUDA/cuBLAS

19 juillet 2025 à 12:40
The open-source and Rust-based Burn deep learning framework developed by Tracel AI shared that their open-source matrix multiplication kernel performance can compete with and even outperform the NVIDIA CUDA cuBLAS performance. Plus Burn isn't limited to just NVIDIA GPUs but can work on most hardware/drivers, including a Vulkan back-end...

Calibre 8.7 Adds Support for Generating Page Number Files on MTP-Based Kindles

18 juillet 2025 à 15:42

Calibre 8.7

Calibre 8.7 open-source e-book manager is now available for download with updated Kindle, Kobo, and MTP drivers, and other changes. Here's what's new!

The post Calibre 8.7 Adds Support for Generating Page Number Files on MTP-Based Kindles appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Arch Linux AUR Packages For Firefox & Other Browsers Removed For Containing Malware

19 juillet 2025 à 06:00
While the Arch Linux AUR repository can be popular for fetching some packages not found in Arch Linux proper, it's important to keep in mind that AUR stands for the Arch User Repository. These user packages aren't always the best and rarely can be done with malicious intent as shown this week with an advisory over several malicious browser packages being briefly pedaled through AUR...

4 Critical Security Flaws Fixed in VMware Workstation Pro

19 juillet 2025 à 00:59

Virtualisation choices on Linux are, as I’m sure you’re know, varied – even more so since VMware made its Workstation Pro software entirely free to download and use on Windows and Linux, even for commercial purposes, no license key needed.

This week, VMware Workstation Pro on Windows and Linux, and its macOS counterpart VMware Fusion, received an update with critical security fixes and a remedy to an issue affecting the (useful) Snapshots feature.

VMware Workstation Pro 17.6.4 patches four critical security vulnerabilities (CVE-2025-41236, CVE-2025-41237, CVE-2025-41238, and CVE-2025-41239) and include a fix a fifth flaw filed under ‘moderate’ severity.

The critical issues all require(d) a “malicious actor with local administrative privileges on a virtual machine”. If you’re reading this and panicking your whole system may be at risk because you keep a sly Windows VM around, relax: it’s unlikely you were.

But given that VMware products are heavily used across enterprise, businesses and cloud, any and all security vulnerabilities found and disclosed do require prompt resolution, which they’ve duly received.

This update also solves a snafu with the built-in snapshots feature in earlier builds, which was throwing a “vmx [msg.log.error.unrecoverable] VMware Workstation unrecoverable error: (vmx) vmx Exception 0xc0000005 (access violation) has occurred” error.

That issue? Now fixed. The cause? Convoluted, per VMware’s own description:

During a VM power-off operation, if Ask me is selected in VM > Settings > Options > Snapshots, a specific pointer isn’t verified prior to back-end asynchronous function calls. As a result the pointer causes access violation, becomes invalid during the VM power-off procedure.

The VMware Workstation Pro 17.6.4 release notes continue to mention ‘known issues’, including the ongoing broken network connections when installing Windows 11 in a virtual machine (switching the network adapter from NAT to Bridged is the workaround).

Multi-monitor features are not working correctly in certain situations, and hardware acceleration on Linux hosts with Intel Meteor Lake GPUs doesn’t work (adding mks.vk.gpuHeapSizeMB = "0" config value to the VM1 or global config file2 fixes it).

Download VMWare Workstation Pro Update

VMware Workstation Pro is powerful software that performs well on Linux systems – once it is up and running. The ‘bundle’ installer Broadcom provides often ‘fails’, reporting errors building core modules against new Linux kernels, requiring a workaround.

To get this update, login to the relevant page on the Broadcom portal to download an updated installer. Windows and macOS users may be able to update in app, although a while back that functionality was broken – so YMMV, as they say!

  1. For a virtual machine I believe this involves finding the relevant .vmx file for the Virtual Machine and opening it in a text editor, adding that line, and saving it.  ↩
  2. The location of which… Might be in /etc — you’ll need to be root to edit anything there. ↩

You're reading 4 Critical Security Flaws Fixed in VMware Workstation Pro, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

PCLinuxOS 2025.07

19 juillet 2025 à 00:33
PCLinuxOS is a user-friendly Linux distribution with out-of-the-box support for many popular graphics and sound cards, as well as other peripheral devices. The bootable live DVD provides an easy-to-use graphical installer and the distribution sports a wide range of popular applications for the typical desktop user, including browser plugins and full multimedia playback. The intuitive system configuration tools include Synaptic for package management, Addlocale to add support to many languages and Mylivecd to create a customised live CD.
❌