Live data from Hacker News

Ubuntu 26.04

lwn.net

81–90 of 270 posts

Re: Ubuntu 26.04

#81
post #20

Earlier quoted context omitted.

Select middle click not working is a stupid decision from GNOME to disable in 50. You can turn it back on with the tweak tool.

It is a preference - and not everyones. I always hated middle click paste, middle click is amongst the first thing I remap on my systems to do the macOS "exposé"-style of window rearrangements. Other people will have other preferences.

I suppose you use Super+Middle Click? Not a bad idea, I dislike hot corners, and the "exposé" feature of niri is quite good. I might actually remap it to Super+Middle Click.

(I use Super+side mouse buttons to move between workspaces, I hate the keyboard-centric workflow when one hand is always on the mouse)

Re: Ubuntu 26.04

#82

Fine print on coreutils rewrite: https://discourse.ubuntu.com/t/an-update-on-rust-coreutils/8...

That was a lot of CVEs Goes to show that not all security bugs are memory related bugs

I wish they'd put the severity. There are 4 highs, the rest are medium or low. Here are the high ones:

https://www.cve.org/CVERecord?id=CVE-2026-35338 - `chmod --preserve-root` can be bypassed. That doesn't seem that bad tbh.

https://www.cve.org/CVERecord?id=CVE-2026-35341 - `mkfifo` accidentally resets the permissions of files that already exist, so if you manage to do `sudo mkfifo /etc/shadow` then it becomes world readable.

https://www.cve.org/CVERecord?id=CVE-2026-35352 - TOCTOU in `mkfifo` lets you do the symlink trick to get it to change permissions on an unrelated file.

https://www.cve.org/CVERecord?id=CVE-2026-35368 - You might be able to get chroot to execute arbitrary code.

Tbh I doubt if any of these would ever result in a real hack, unless your system is doing really mental things like running shell scripts with untrusted input.

I could only find a couple of CVEs that looked actually serious for GNU Coreutils too though. IMO if you're using these tools with untrusted input your system is janky enough that there are going to be serious flaws in it anyway. Probably though quoting mistakes.

Re: Ubuntu 26.04

#83

Earlier quoted context omitted.

Why do we still put up with GNOME? I've spent the last 10 years off and on from Linux. Had I used something other than GNOME, I believe my experience would have been better. I've been on KDE for the last 3-4 years and things work so well I could never imagine going back to GNOME.

> Why do we still put up with GNOME? Because maybe not all people have the same preferences as you?

Preferences don't form in a vacuum though. There's a perception that GNOME is the "good environment" which means its decisions get treated as more important than other DEs' when things change: and that's somewhat self-reinforcing.

Distro: "The most used DE needs first class support, we should probably bend to it" → Distro: "We should probably make this DE the default since it's so widely used and supported" → User: "I choose the default" → Distro: "The most used DE…"

So yes, people have different preferences; but if your preference is GNOME today, it might not be GNOME tomorrow, and "I picked the default" isn't quite the neutral signal it looks like.

Re: Ubuntu 26.04

#84

Ubuntu LTS is still the choice for many production environments and education and learning. As someone with Ubuntu from 2010 CDs, I find it refreshing that modern Ubuntu distros work OOB on most computers these days with excellent driver support.

Is this even true? I mean, Windows is the main focus for all hardware vendors, and everybody who has owned a PC knows that malfunctions are unavoidable. If that is the case for Windows, then Linux cant be better.

https://www.lenovo.com/us/en/glossary/linux-standard-base/

When I was shopping Lenovo.com for my ThinkPad in 2018, there was a table with ThinkPads certified for Ubuntu Linux in one column, and certified for Red Hat Enterprise Linux in another column.

I chose the T580 as a RHEL-certified notebook, and it was fantastic. Lenovo.com let me configure each individual component exactly according to my needs and tastes, and it was custom-assembled and shipped from Shenzhen.

It did arrive with Windows 10 pre-installed (this was the least hassle and most popular OS option). I initially installed CentOS, but quickly realized that Fedora would be the sweet spot, and so it was a Fedora system for most of its lifetime. Near the end, I did revert to Windows 10, which also worked flawlessly.

The ThinkPad T580 literally never malfunctioned. It was still 100% working when I turned it in for recycling in 2025.

I've also run Ubuntu on my "daily driver" desktop system, which ran from 2006-2022. Yes, that's 16 years' worth of Ubuntu installs and upgrades. It was mostly a KDE Plasma (Kubuntu) system. I enjoyed every bit of that.

In 1999, I was avidly using OpenBSD on really old hardware (such as HP Apollo 425t workstations.) OpenBSD simply couldn't deal with the special graphics subsystem on those machines. I tried and tried to get something working, but there were obstacles, not only with the hardware and drivers, but also the monitor connection needed a particular type of cabling and a proprietary monitor, too.

However, OpenBSD did great for networking, security, Squid cache, proxies, all kinds of things. And even in 1999, though it was early, I ran Linux on a 386DX-40, because Linux supported the "ftape" floppy tape driver at that time, and I had some kind of QIC tape backup from Eagle that wouldn't be recognized by OpenBSD or NetBSD.

Meanwhile, in that same year, my "daily driver" desktop machine was a 486 with VLB, dual-booting Windows 98 and OpenBSD. The Windows 98 was set up with a Cygwin system and X11 server, so that I could run X11 clients on the OpenBSD machines, or the Linux machine, or whatever else was on the LAN.

Re: Ubuntu 26.04

#85

Fine print on coreutils rewrite: https://discourse.ubuntu.com/t/an-update-on-rust-coreutils/8...

That was a lot of CVEs Goes to show that not all security bugs are memory related bugs

Not aimed at you but... no sh*t. The "Rewrite it in Rust" community never heard of the second-system effect.

I'd rather use something written in a crappier language that has been battle-tested for decades, personally.

Re: Ubuntu 26.04

#86

Ubuntu 26 + KDE Plasma 6.6 perfectly handles high-DPI scaling for me. I was originally planning to buy a Mac, but luckily I saw the news about Ubuntu 26 being released a few days ago.

I've just moved to a Mac for the first time, after using Windows for work for decades and Linux as my primary desktop for about 3 or 4 years. It certainly takes some getting use to: - Keyboard shortcuts are all different - Doesn't seem to like my Microsoft ergonomic keyboard (lots of keys do nothing) - I really hate the dock - Limited customisation on the menu bar - I also hate the universal menu thing / menu bar in…

> I am sure a lot of this is fixable

It is - sucks that you have to though. For keyboard shortcuts use Karabiner Elements.

Re: Ubuntu 26.04

#87
Unfortunately they forgot to remove Rust coreutils and sudo-rs from Ubuntu prior to releasing 26.04.

I am starting to suspect this even might be intentional.

Re: Ubuntu 26.04

#88
post #20

Earlier quoted context omitted.

Select middle click not working is a stupid decision from GNOME to disable in 50. You can turn it back on with the tweak tool.

Why do we still put up with GNOME? I've spent the last 10 years off and on from Linux. Had I used something other than GNOME, I believe my experience would have been better. I've been on KDE for the last 3-4 years and things work so well I could never imagine going back to GNOME.

I find it hilarious how much religion is put into Gnome vs. KDE in this case. I did use both. I honestly have no strong favourite. After that many years of Linux desktop environment DE hopping I came to the conslusion that the DE should get out of your way and allow you to focus on your work.

Both Gnome and KDE support that. Actually Gnome a tad better as it gives you less knobs to turn an waste your time. Accept the defaults and if defaults are bad move somewhere else.

Re: Ubuntu 26.04

#89
post #68
post #25

Earlier quoted context omitted.

I think Pop does Nvidia well, but have no real experience with that.

I have used Pop OS for years and for me it was the most smooth desktop environment I've ever used. They have been working on a custom Desktop Environment which sadly still isn't very stable yet. Promising development, but putting me off of using Pop for a while.

I just put the new popos on my laptop and am still running the old version on my primary desktop. Agreed that Cosmic is not quite ready for prime time yet, but it is pretty impressive the state it's in for how new it is. Haven't had any show stopping bugs on the laptop, just a few small quirks.

Re: Ubuntu 26.04

#90
post #20

Earlier quoted context omitted.

Select middle click not working is a stupid decision from GNOME to disable in 50. You can turn it back on with the tweak tool.

Why do we still put up with GNOME? I've spent the last 10 years off and on from Linux. Had I used something other than GNOME, I believe my experience would have been better. I've been on KDE for the last 3-4 years and things work so well I could never imagine going back to GNOME.

Been a long time i3 user. Usually works well if you put in the initial time. But of late been very happy with Xubuntu (xfce)
Post reply on HN