1
58

Original question by @POTOOOOOOOO@reddthat.com

2
52
submitted 5 hours ago* (last edited 5 hours ago) by e8d79@discuss.tchncs.de to c/linux@programming.dev

With the 2026.08 ISO release, Artix switched back to Xorg. The switch had been decided soon after the 2026.04 release, due to the unusually high amount of XLibre-related bug reports on our forum and started with our weekly ISO images. This resulted in backlash from XLibre and a veteran Artix developer, Artist, was targeted and harassed, which led to his resignation.

Those XLibre developers must be lovely people...

3
101
submitted 11 hours ago by cm0002@mander.xyz to c/linux@programming.dev
4
-1

Any thoughts about stillOS? This is the first I've heard about it

5
29
submitted 2 days ago by cm0002@mander.xyz to c/linux@programming.dev
6
87
submitted 2 days ago by cm0002@mander.xyz to c/linux@programming.dev

Slop Linux got money to spend and the reactionary ----- is the first one to get it.

David Heinemeier Hansson, aka DHH, has put a number on how serious he is about desktop Linux. That number is eight million dollars, and it's going into a brand new nonprofit called the Omacom Foundation.

DHH is incorporating the foundation now, set to cover the Omarchy trademark, its infrastructure and hosting, promotion for the project, and funding for the open source developers whose work it depends on.

He calls it a "moral obligation," not just to get Omarchy into more people's hands but to change how they use a computer in the first place.

The above is so Google-in-early-days-vibes coded that one has to think they should know by now that nobody is buying it. Except that the gen alpha has the attention span of a flea and doesn't really read anything nor it's interested in History. So those techy bozos will always find new prey.

Michael Dell of Dell Technologies, Patrick Collison of Stripe, Tobi Lütke of Shopify, Jack Dorsey of Block, Matthew Prince of Cloudflare, Jason Fried of 37signals, Brendan Iribe of Sesame, and DHH himself each put in a million dollars to make it happen.

People already like using Omarchy, DHH says, and he wants this money to last as long as possible instead of getting spent all at once while also making the most out of it.

There are two major updates to this. Omacom funding has hit $10 million, and it has become a premier sponsor for Quickshell.

Hyprland first to gain

Hyprland is the first project outside Omarchy to see any of this money. Omacom is extending an exclusive sponsorship to support Vaxry, the developer behind the Wayland compositor Omarchy runs on.

Under this, he is locked into an agreement for three years, with the possibility of extending for two more years.

This way Vaxry gets to work on Hyprland full time without needing to think about the money. As part of this arrangement, the €5/month Hyprperks subscription service will be discontinued, and everything offered under it will be provided for free.

DHH also joked about finding Vaxry a pookie, noting that:

Many thanks to 37signals (hello self! 😂), Butterfly, and Framework for helping Hyprland get to this point. Thrilled that the Omacom Foundation can take over from October 10, and give one of the best developers in this new Linux moment the chance to go all-in.

(* This deal does not include any direct assistance in getting Vaxry a girlfriend, but I’ll personally be available as a reference for any inquiries on the matter.*)

I'll feel bad for any girl taking her chances.

Do you remember this?

This isn't the first time we are talking about money and Hyprland. Back in 2025, Framework became a Gold tier sponsor of the project. But that didn't sit too well with many people, as soon after, a thread titled "Framework supporting far-right racists?" came up on the official forum.

The original poster called out Vaxry's old freedesktop.org ban and pushed Framework to explain why it was funding the project. Framework's own account made things worse that same day. It posted a tweet comparing Omarchy to the old Windows XP product key meme, and people read that as an endorsement of DHH.

While Framework did send hardware to people at Omarchy, the project itself never got any direct funding. Later, Framework had to start publishing a running list of its sponsorships after people kept asking exactly who the company was funding and why.

Where Omarchy's headed

Quattro, Omarchy's newest release, shipped recently, building AI agents into the desktop by default instead of treating them as an extra. While none of the eight patrons have said publicly that Omarchy's AI bet factored into their decision to back the foundation.

My read is that it's hard to ignore, especially with Michael Dell's company betting heavily on AI infrastructure elsewhere. A distro built around AI agents is exactly the kind of bet a company selling AI hardware would want to back.

And it all ties into what DHH said about truly democratizing Linux.

Whether that $8 million and a nonprofit structure are what bring about the "year of the Linux desktop" is a question for another time

7
25
submitted 2 days ago by cm0002@mander.xyz to c/linux@programming.dev

Almost a year after the Multikernel project shared its Linux kernel code and submitted its first patches for review, the team has now made its Multikernel Linux tree publicly available for the first time. This release is built on Linux 7.0 and is labeled v7.0-mk2 in the project’s kernel tree. Currently, only x86_64 is officially supported.

If you haven’t heard of it, Multikernel is a new way of using Linux on big multi-core systems. Rather than one Linux kernel running everything, it lets several separate Linux kernels run side by side on the same hardware.

The main idea is simple. One Linux instance acts as the host and manages a pool of CPUs, memory, and PCI devices. It can split these resources into separate groups and start another Linux kernel in each group. Unlike virtual machines, these extra kernels don’t run on a hypervisor. Each one gets its own physical CPUs, memory, and devices, and runs right on the hardware.

Resources aren’t locked in place, either. The project says you can shut down instances, return their CPUs, memory, and devices to the host, and then start new instances with a different kernel if needed.

With this release, the project has also shared performance comparisons showing where its bare-metal approach can outperform traditional virtualization. In one set of lmbench tests, Multikernel was compared to a well-tuned KVM virtual machine. Both used the same kernel build, two CPU cores, and 1 GB of memory on a dual-socket Intel Xeon Gold 5418Y system.

The results showed almost the same memory latency and bandwidth, which makes sense given how efficient modern hardware virtualization is. The bigger differences showed up in tasks that need lots of transitions and CPU wakeups.

For example, the tests showed a two-process context switch took 1.37 microseconds with Multikernel, compared to 3.42 microseconds in the default KVM guest. Pipe latency was 3.24 microseconds versus 7.06, and Unix socket latency was 4.81 versus 7.48 microseconds.

However, the developers point out that these numbers don’t mean Multikernel is always several times faster than KVM. A lot of the difference comes from how idle virtual CPUs are managed. In the default KVM setup, waking an idle vCPU means leaving and re-entering the virtual machine. Multikernel, on the other hand, manages its physical CPU cores directly.

The downside is that these CPU cores look fully used to the host and use more power. The project measured about 19 extra watts in this setup. Giving the guest more control over CPU power management also helped latency, but still came with power and resource tradeoffs.

For this first public release, the developers say x86_64 has been tested the most. Support for other architectures may come later. The architecture-specific interfaces have already been separated with future ports in mind, but none are officially supported yet.

For additional details, see the announcement. You can find the Multikernel Linux source code on GitHub. The project also offers a getting-started guide for anyone who wants to try out the technology

8
28
submitted 2 days ago by cm0002@mander.xyz to c/linux@programming.dev

An exciting development for this Linux app sandboxing and distribution tech. This would also help improve Google Chrome/Chromium support outside the likes of RPM and Debian based distributions with a cleaner packaging experience.

That's what he said.

9
58
submitted 3 days ago by cm0002@mander.xyz to c/linux@programming.dev

10
18
submitted 2 days ago by cm0002@mander.xyz to c/linux@programming.dev
11
85
submitted 3 days ago by cm0002@europe.pub to c/linux@programming.dev

Somewhat of a PSA for Qt users:

On Linux, Firefox will now default to the XDG portal file picker if available, rather than the GTK3 one, which is usually better integrated with the user's desktop environment, and more powerful. https://www.firefox.com/en-US/firefox/149.0/releasenotes/

Always needed a patched version of Firefox before for that. Presumably most distros will transparently throw that patch out of their Firefox package, so likely don't have to do anything.

But well, you don't specifically need a patched version anymore for that, so if that's a separate package on your distro, you could consider using the normal package again. Although, I believe there's also still patches floating about for using the KDE mimetype system...

OC text by @trem@lemmy.blahaj.zone

12
66
submitted 4 days ago* (last edited 4 days ago) by sbeak@sopuli.xyz to c/linux@programming.dev

Important: I didn't create this project, I just think it works pretty well for my usecase

I do know that Betterbird, a fork of Thunderbird, has a systray icon for Linux, but I don't require the few power user features that Betterbird adds, and the developer is pretty hostile towards Thunderbird (despite their project being a very close fork of it).

On the Arch Wiki, systray-x was mentioned as an option, and it works really well! (Birdtray is another one mentioned by the Arch Wiki, but it hasn't been updated for 3 years, so I went with systray-x.) It's pretty customisable as well, it's very easy to change the icon as well as the behaviour for startup, minimising, and closing the window. It has also been packaged in the official Arch repos, which is always nice (the repos are usually more reliable + often faster than the AUR), as well as for other distro families too. It looks like there are separate versions for KDE (what I'm using) and GNOME, which is neat!

It is a little janky though. For instance, if you select startup in tray, it opens the full window before minimising to the tray. It still works quite well for me though!

edit: Forgot to mention one thing, you need to force Wayland for Thunderbird for systray-x to work on Wayland desktops!

13
141
submitted 5 days ago by cm0002@europe.pub to c/linux@programming.dev

In peaceful times, people cling to broken systems simply because "that's how it's always been done". Comfort is a prison.

This crisis is a great opportunity to screw Microsoft.

Chaos isn't a pit. Chaos is a ladder.

Canadians should be agressively lobbying their politicians to embrace Linux and the open source ecosystem. Call your representatives. Write to your city council. Contact your town IT department. Do it now.

OC text by @Ziip@lemmy.zip

14
95
submitted 5 days ago by cm0002@europe.pub to c/linux@programming.dev
15
23
submitted 4 days ago by cm0002@europe.pub to c/linux@programming.dev

Another one bytes the dust. Vex is a YouTube (gaming oriented) tech channel with over 200k subscribers. He just switched and started his journey to Linux. It's a 46 minutes video, so there is lot of coverage. I think its always interesting to see of someone switching to Linux and documenting it in public, especially someone with lots of followers (OK its not a PewDiePie... but still).

Video description:


I've had this Windows laptop, the Zephyrus G16. It is fast, has a beautiful display, lightweight, well-built... but it runs Windows 11. That has always been nagging me that it is holding it back, and I have only heard amazing things about Linux for the efficiency and customizability. So let's see what it can actually do.

0:00- Windows
2:27- why stay?
5:49- THE DISTRO
7:32- installing Linux
11:20- onboarding
16:29- attempting a game + Davinci Resolve
20:45- idle power consumption
21:53- window management is incredible
24:12- fixing the brightness
24:52- Davinci Resolve... STUDIO
27:13- choppy audio
27:52- webcam is ugly
28:31- adding 120Hz!
29:24- DLSS Upgrades
30:17- boot times have been BAD
30:37- GPU switching sucks
31:12- it keeps freezing
32:02- modding a game
32:25- playing a WINDOWS game, but not in Steam
32:57- My Pros
34:34- my downsides
36:30- GAMING vs WINDOWS
41:37- creative apps...
42:33- my experience
44:09- am I keeping it though???
16
51

This is just for discovering new software. I created mine so I don't forget the programs I use when setting up a new machine. You can skip the obvious ones. Here, I'll start:

# System
Distro: Arch Linux
Window Manager: i3
Shell: Zsh (OMZ)
Terminal: Kitty
Terminal Multiplexer: Tmux
Application Launcher: Rofi
Notification: Dunst
Compositor: Picom
Panel: Polybar
Audio: Pipewire

# The Web
Web Browser: Librewolf, Helium
Chat: Discord, Element
Mesh VPN: Zerotier
DPI Bypass: B4

# File Management
File Browser: Thunar, Yazi
File Sharing: LocalSend
Torrent: qBitTorrent
Git CLI: Lazygit

# File Creation/Modification
Text Editor: Micro
Code Editor: Helix, Zed
LaTeX Editor: Gummi
Image Editor: GIMP, Krita
Video Editor: Kdenlive, Blender
Audio Editor: Audacity
Modelling: Blender
Document Editor: LibreOffice, Xournal++
Image Upscaler: Upscayl

# File Viewing
Music Player: Strawberry
Media Player: MPV
Image Viewer: Ristretto
Document Viewer: Papers

# Utility
Screenshotter: Flameshot
Pipewire Graph: QPWGraph
Video Recorder: OBS
Color Picker: XColor
Default Apps: Selectdefaultapplication
Clipboard History: greenclip
Dotfile Manager: yadm
Network TUI: impala, nmtui
Bluetooth TUI: bluetui
Volume TUI: wiremix
Disk Analyzer: ncdu
Wallpaper: xwallpaper
Chooser: choose
Markdown Renderer: glow

# Gaming
Game Launcher: Steam, Faugus, Prism, Sober
Proton Manager: ProtonUp-QT

# Productivity
Flashcard: Anki
Whiteboard: Drawy
17
16
submitted 4 days ago by cm0002@europe.pub to c/linux@programming.dev
18
39
submitted 5 days ago* (last edited 4 days ago) by garold@lemmy.world to c/linux@programming.dev

I have a laptop with 4 GB of RAM that I'd like to use for occasional comic book reading. (It's a touch screen 2-in-1 laptop that folds over into a tablet configuration.) I use Bazzite on my main PC and I love how low maintenance it is. Are there any immutable/atomic distros that featue XFCE, LXDE, or some other low RAM friendly desktop? Or, should I just layer XFCE or LXDE on top of UBlue Core or make my own image or something? Thanks!

EDIT: Thanks everyone for the feedback and quality discussion! It looks like the best options for immutable have a learning curve or time commitment attached (e.g. NixOS). For a daily driver computer it might be worth the trouble to learn, but in this case I decided to just go with standard Fedora XFCE for now.

19
74

For people who already tried both, what's the reason you're sticking with GNOME or KDE as your desktop environment?

20
22
Best laptop hardware? (programming.dev)

Hello! For work (where I'm compiling a big Rust monorepo in a loop), I'm on a Thinkpad T14 Gen 4 and it's getting a bit annoying.

My only constraint is that I'd like a 13-14 inch device

The AI memory situation is probably to blame, but after sending a LLM fetch specs and GeekBench results, it seems that for sustained multicore performance, the only thing that comes close (within 10% but still lower) of a M5 MacBook Pro (currently ~3200 EUR), is the HP Elite G1a (ARM linux is OK), but its list price is much higher (up to 4900 EUR for 64G memory and 1TB disk) for arguably worse speakers and battery on top.

So right now it's hard to justify not getting a MacBook and that makes me sad...

Is there a laptop you're using right now that comes close enough to a MBP in long compilation jobs, but runs Linux and doesn't somehow cost more ?

21
88
submitted 6 days ago by cm0002@europe.pub to c/linux@programming.dev

post on Mastodon: https://social.treehouse.systems/@pine64/117111063654864544

Hi everyone! Just a quick reminder that due to the current DRAM/eMMC shortage, there isn't any plans to continue producing more Linux devices in the near future. Whether production continues or not depends on the pricing situation for those components after mid 2027.

Devices like the PineNote and PineTab2 are currently estimated to run out of stock in three months time. Just pre-warning everyone in case people start asking when things are going to be in stock again.

Meanwhile, devices like the PineTime, PineVoice and Pinecil will continue production as usual!

As for the PineTime Pro, currently the demo firmware has basic drivers for the display, touch, motion, GPS, buttons, heat rate sensor (chip id only), battery charger, motor, microphone and the speaker. Though some issues do need to be ironed out first before a pilot batch begins production.

That's it for this post, all in all it's a bit bleak for the Linux devices, but in the meantime PineStore still have a great lineup of MCU powered devices which will continue to expand with more exciting devices.

Alrightttttt, have a great Monday! (or Tuesday, if you're up that early)

And:

PINE64 isn't the only Linux-focused hardware provider caught in this price surge.

The Orange Pi Neo, a Linux-first handheld built with Manjaro, has been sitting on ice since earlier this year for the same reason. The project has been in development for two years and still has no launch date, all because DDR5 and SSD prices refuse to come back down

22
69
submitted 6 days ago by cm0002@europe.pub to c/linux@programming.dev
23
44
submitted 6 days ago by cm0002@europe.pub to c/linux@programming.dev

As part of the collaboration between Canonical and the University of Bristol, the project will target AppArmor and snap-confine as industrial case studies. Both are critical to Ubuntu’s security posture, and provide a substantially harder test than isolated translation examples. They will help us evaluate whether the techniques can cope with the structure and constraints of mature production software.

Note that this is not a commitment to replace AppArmor or snap-confine with what is generated, rather that we have a vested interest in the software and are keen to see the results.

The most optimistic outcome would be a system capable of translating substantial C repositories into Rust with strong evidence of behavioural equivalence and relatively little manual intervention. The research could also produce better methods for decomposing repositories, stronger validation techniques, reusable translation datasets, improved program-repair tools and a more precise understanding of where automated migration stops being reliable

24
27
submitted 6 days ago* (last edited 6 days ago) by cm0002@europe.pub to c/linux@programming.dev

Timestamps:

00:00 Intro

01:22 China dumps Windows for Linux

04:22 Linux 7.3 could improve gaming on low VRAM systems

06:46 Ubuntu WSL grows faster than native Ubuntu installs

09:52 Google and Apple maliciously complying on their app stores

13:13 GNOME 51 beta released

14:37 Linux networking is overwhelmed with AI submissions

16:29 Pine64 will stop Linux device production

17:59 GIMP 3.4 plans better PSD support and new file format

20:30 Ubuntu funds project to translate massive C projects into Rust

23:06 Orion browser now in beta

24:52 XWayland and X.org get new release candidates

27:21 Sponsor: Tuxedo Computers

25
22
submitted 6 days ago by cm0002@europe.pub to c/linux@programming.dev
view more: next ›

Linux

14810 readers
363 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS