What are people daily driving these days?

I’m between distros and looking for a new daily driver for my laptop. What are people daily driving these days? Are there any new cool things to try?

I have been using linux mint recently. I have used nixos and arch in the past. Personally, linux mint uses flatpacks too much for my liking. Although, I might have a warped perspective after using arch. (the aur is crazy big)

sp3ctre,
@sp3ctre@kbin.social avatar

Debian with KDE works great for my needs.

CalicoJack,

For laptops, I’ve been using EndeavourOS lately. All of the Arch goodness, but with an easy installer that handles the DE too. It’s as close to “just works” as you can get while still having pacman + AUR at the end.

I still love raw Arch, but I leave that for server installs.

cygnus,
@cygnus@lemmy.ca avatar

Same, EOS is awesome and cured my distro-hopping.

Salix,

Not saying anything bad about EndeavourOS, because it’s great, but:

All of the Arch goodness, but with an easy installer that handles the DE too.

Arch has a guided TUI installer included in it’s ISO that does this too.

CalicoJack,

It does, but it’s done me wrong a few times so I never recommend it. For all I know it’s fine these days, but old grudges are hard do shake.

threegnomes,

archinstall let’s you choose a DE too

embed_me, (edited )
@embed_me@programming.dev avatar

Arch + gnome but it doesn’t matter at this point

krimson,
@krimson@feddit.nl avatar

Arch for many, many years. Absolutely zero reasons to switch. I used to distro hop alot back in the day but I don’t bother with that anymore. I need a system that works and Arch gives me exactly that.

jaykay, (edited )
@jaykay@lemmy.zip avatar

Why distro hop from arch if you can make any distro out of it anyway lol I use arch btw

KISSmyOS,

Debian Sid, mostly for ideological reasons.

xohshoo,

I assume you mean Debian for ideology, not Sid, unless you have strong feelings about breaking toys

but is that because of the community nature of Debian, or because default it’s free software only? Guessing the former, since there are other options for the latter

KISSmyOS,

Yes, it’s the community nature. I just love how there is no corporation behind it.

MigratingtoLemmy,

Some people also like super stable

uis,
@uis@lemmy.world avatar
GustavoM,
@GustavoM@lemmy.world avatar

Arch on my “desktop PC”, Armbian on my rpi 4, Dietpi soon ™ on my Orange pi zero 3.

atomic,

Gentoo, running pure Wayland and Pipewire, no X11.

0x2d,

which de?

atomic,

River WM

Phanatik,

Arch with Wayland and Pipewire. Running SwayWM and have never been happier with my setup.

knfrmity,

Mint on my desktop, decided to try out Tumbleweed on a cheap laptop. KDE wasn’t for me / wasn’t reliable enough, but I’m happy with Gnome. I haven’t needed to use Flatpacks though.

Might try MicroOS on the servers, I like the idea of an immutable distro so less can go wrong during updates, and I run all services as containers anyway.

WeAreAllOne, (edited )

OpenSuse tumbleweed + kde plasma for a peace of mind 👍

csfirecracker,

There are dozens of us! Dozens!

WeAreAllOne,

Indeed there are my dude!

milkjug,

I am amongst you scholars and noblemen.

mvirts,

Nixos for me! But my dark secret is that I also have an Ubuntu partition those things that I can’t get working.

llothar,

PopOS on gaming PC Fedora Silverblue on daily PC Ubuntu Server LTS for small servers Ubuntu Desktop LTS for digital signage

blotz,
@blotz@lemmy.world avatar

What’s fedora like to use? I dont see it mentioned as much as Debian or Arch.

thayer, (edited )

I’ve been running Fedora Silverblue on nearly all of my PCs for about a year now and overall it’s been great.

  • Automatic and unobtrusive updates for the core OS and user apps (everything happens in the background without interaction; flatpak updates are applied immediately, and OS updates are applied at next boot)
  • I can choose to apply many core updates immediately, but rarely do
  • Atomic OS updates means that everything must be installed successfully or none of the OS updates are applied, which prevents a partially updated system
  • Being an image-based distro, I can and do easily rebase to Fedora’s test/beta/remix releases, and just as easily rollback, or run both stable and beta releases side by side for testing purposes
  • Being image-based means there’s no chance of orphaned packages or library files being left behind after an update, resulting in a cleaner system over time
  • In the event that anything does go sideways after a system update (hasn’t happened yet), I can easily rollback to the previous version at boot

Some elements not unique to Silverblue but part of its common workflow:

  • Distrobox/toolbox allow you to run any other distro as a container, and then use that distro’s apps as if they were native to your host system; this includes systemd services, locally installed RPMs, debs, etc.; I use distrobox to keep most of my dev workflow within my preferred Archlinux environment
  • Flatpaks are the FOSS community’s answer to Ubuntu’s Snaps, providing universal 1-click installation of sandboxed user apps (mostly GUI based); Firefox, Steam, VLC, and thousands of other apps are available to users, all without the need for root access

My only complaints about Silverblue are more to do with how Flatpaks work right now, such as:

  • Drag & drop doesn’t work between apps, at least not for the apps I’ve attempted to use; for example, dragging a pic into a chat window for sharing; instead, I have to browse to and select the image from within the chat app
  • Firefox won’t open a link clicked within Thunderbird unless the browser is already open, otherwise it just opens a blank tab
  • Many flatpak apps are maintained by unofficial volunteers, and this isn’t always clear on Flathub; I view this as a security risk and would prefer to see a flag or warning of some kind when a flatpak is not maintained by the official upstream developer

That said, I’m confident that these issues will be addressed over time. The platform has already come a long way these past couple of years and now that the KDE and GNOME teams are collaborating for it, things will only get better.

Like I said though, overall Silverblue has been a really great user experience, and as a nearly 20-year Linux veteran it has really changed the way I view computing.

jack, (edited )

Do you have to watch a loading screen while system updates are applied like on regular Fedora or is it in the background?

Many flatpak apps are maintained by unofficial volunteers, and this isn’t always clear on Flathub; I view this as a security risk and would prefer to see a flag or warning of some kind when a flatpak is not maintained by the official upstream developer

On flathub.org there’s a blue checkmark for apps maintained by the devs

thayer, (edited )

Do you have to watch a loading screen while system updates are applied like on regular Fedora or is it in the background?

The image is downloaded and staged in the background of the active session. Upon reboot, the session seamlessly defaults to the staged image. For flatpaks, the updates happen immediately and without the need for a reboot.

On flathub.org there’s a blue checkmark for apps maintained by the devs

Aha, that must be one of the newer features implemented from the beta portal they’d been working on. I’m glad to hear it, and overall I hope to see more official upstream devs come on board with the platform (Signal, I’m looking at you).

jack,

The image is downloaded and staged in the background of the active session. Upon reboot, the session seamlessly defaults to the staged image. For flatpaks, the updates happen immediately and without the need for a reboot.

That’s great to hear. Maybe I’ll give Silverblue a try

thayer,

Sounds good. I don’t think the automatic background updates are enabled by default, at least they weren’t when I last installed it. To enable:

  1. Edit /etc/rpm-ostreed.conf and set AutomaticUpdatePolicy=stage
  2. Reload system service: rpm-ostree reload
  3. Enable the timer daemon: systemctl enable rpm-ostreed-automatic.timer --now

Also, consider disabling GNOME Software’s management of flatpaks with the following:


<span style="color:#323232;">rpm-ostree override remove gnome-software-rpm-ostree
</span>

The flatpaks will continue to be updated by the backend system, but you’ll no longer have to deal with the sluggish frontend UI to keep things up to date.

jack,

I will keep that in mind, thank you

callyral,
@callyral@pawb.social avatar

void linux (glibc) + swayfx + waybar + foot terminal + nushell

davemeech,

I’m about ready to hop back in and daily drive Linux again after the nightmare that was attempting debian w/KDE plasma and Wayland. I have a Nvidia GPU on my laptop and for some reason I did not have luck at all after moderate success daily driving opensuse tumbleweed and kubuntu for a while.

I’m admittedly looking to onboard myself to the gnome workflow and leave the comfort of the windows style desktop environment experience. Gnome seems a bit more polished and stable than KDE plasma but it’s interface isn’t intuitive to me yet.

Ideally I’ll be using Debian or Arch when the time comes for me to dive back into desktop Linux.

Chewy7324, (edited )

KDE fixed a lot of Wayland bugs over the last months and especially with the upcoming launch of Plasma 6.0, so I’d give it a try again now or in half a year.

Nvidia also constantly fixes the problems with their Wayland support so it’s only getting better. Debian doesn’t have recent enough packages to have a good KDE Wayland experience.

Gnome Wayland doesn’t support features like vrr/adaptive sync or tearing, so it isn’t a good gaming experience. Otherwise it’s great.

davemeech,

This is good information.

Yeah I imagine the struggles I had with Debian had something to do with enabling proprietary drivers and firmware and leveraging those. Before getting those drivers, the default nouveau drivers were awful, the performance was comically bad.

I’m also not a Linux power user though, so for sure any or all of the above could be meatware issues.

flubba86,

Nobara these days. It’s based on Fedora 38.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #