people_are_cute,
@people_are_cute@lemmy.sdf.org avatar

Literally all of them have shite color management and fractional scaling that blurs everything. It’s an eyesore.

I really, really want to use Linux for multimedia consumption but I can’t.

toastal, (edited )

Yet color management seems to have negative priority for Wayland while the Wayland push is strong at present. Shit or not, at least X11 has basic color management via ICC profiles; Wayland be like ¯_(ツ)_/¯

Metz,

KDE wayland has added ICC support in the KDE 6 beta. (and basic HDR).

toastal,

But that’s likely competing with the ongoing, multi-year spec for it

Hildegarde,

I have liked Ubuntu based distros until they release a major update. They are aimed at beginners and they work fine for that. If you use one to the end of support, the updater will say that your software is up to date because there are no new updates.

You have to check the website to find out you’ve reached the end of support, and to get instructions on how to update.

That is an awful user expierence for beginnners, and a great way to have users using vulnerable software without knowing about it.

I’ve switched to rolling releases for this exact reason.

tigerjerusalem,

Anything that’s not Ubuntu, because it’s the “mainstream Linux”, so guaranteed I’ll find anything I need there.

janabuggs,

I honestly don’t understand why recent Ubuntu releases are popular. However, I enjoyed it in the early 2000s. There was another popular release a few years ago that had zero hotkeys enabled and I have never felt more disgusted by a release in my life. I can’t even remember what it’s called, it traumatized me hahaha.

slacktoid,
@slacktoid@lemmy.ml avatar

Ubuntu. I just don’t like how they do things. I cant even maintain a repo for the machines i host without putting aside multiple terabytes of space. So to me they cant even make it reasonably easy for me to help them and be self reliant on their ecosystem.

savvywolf,
@savvywolf@pawb.social avatar

I’ve tried both LMDE and Debian itself, but I think I just ended up frustrated at the age of software in the repos and how much stuff relies on Ubuntu specific stuff.

Way back in the day I was an Ubuntu user, but then everyone simultaneously decided that gnome 2 was too old and that touch interfaces were the priority. So I now use Mint and Cinnamon.

Lobreeze,

Debian relies on Ubuntu?

savvywolf,
@savvywolf@pawb.social avatar

Wow, I worded that poorly. I meant that a lot of software not in the repos (usually proprietary apps) provide a .deb download tailered for Ubuntu rather than base Debian.

Lobreeze,

How so?

callyral,
@callyral@pawb.social avatar

Manjaro. Probably because I tried it with GNOME which isn’t for me either.

Father_Redbeard,
@Father_Redbeard@lemmy.ml avatar

Mint, Endeavor, Zorin, Ubuntu, probably more I’m forgetting. Landed on Pop!_OS and am mostly happy so far.

popproxx,

pop!_os That’s what I run for desktop I like flatpak better than snap and it has some other nice enhancement over Ubuntu. For my servers I still use Ubuntu.

blotz,
@blotz@lemmy.world avatar

NixOS.

Cool package manager but constantly breaking compatibility with none nix package managers really annoyed me. (Ghcup, mason, etc…)

Also how difficult they made compiling software from source. I could live with nix packages if I could also compile the programs I need from source.

Great server os. I don’t understand how people use it as a daily driver

choroalp,

Its not for everyone imho as a NixOS user

blotz,
@blotz@lemmy.world avatar

Wdym “not for everyone”

banazir, (edited )
@banazir@lemmy.ml avatar

The first time I installed Debian on my desktop I didn’t do my homework properly. This was a long time ago. It didn’t take long for me to realize just how out of date many packages were and that was a deal breaker. I have since used Debian successfully in different contexts, because I knew what to expect. I still wouldn’t install Debian stable on my desktop because I prefer to have a more up to date environment. Might try Debian sid one of these days though. But yeah, Debian, great distro, but you need to know what you’re getting in to.

conrad82,

I use debian now for the first time in years. But the new version just released, so we’ll see how long it lasts

neonred, (edited )

The great thing about Debian is; it has a gear-shifter.

Whether stable or sid, it’s still debian but you can go from “rock solid, reliable” to “most recent with several updates per day” in the same ecosystem and just by changing the repositories, apt-get update && apt-get dist-upgrade, done.

squid_slime,
@squid_slime@lemmy.world avatar

All but Arch. Find commands much easier to remember and me having dyslexia and ADHD my memory is shocking.

lemmyvore,

I put commands in a bash script, with a parameter for each one, and it lists them all if I don’t give a parameter. So for example it goes “arch upgrade” instead of having to remember “pacman -Syuu”.

squid_slime, (edited )
@squid_slime@lemmy.world avatar

i do similar too, also found ble.sh helps alot especially with navigating my system. i also expand on the bashrc by adding custom commands like


<span style="font-weight:bold;color:#795da3;">installed</span><span style="color:#323232;">() {
</span><span style="color:#323232;">    pacman -Qs </span><span style="color:#183691;">"$</span><span style="color:#323232;">1</span><span style="color:#183691;">" </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">awk -F/ </span><span style="color:#183691;">'/^local/ {print $2}' </span><span style="font-weight:bold;color:#a71d5d;">| </span><span style="color:#323232;">cut -d</span><span style="color:#183691;">' '</span><span style="color:#323232;"> -f 1
</span><span style="color:#323232;">}
</span>

its apt as i forget witch packages i have installed

gbin,

I use paru and the default is “paru” with no parameter for the upgrade. But I am on your team here: I have to Google every single time the -Q params for all the queries and I have been using arch for almost 2 decades now: “who owns this file?” “what are the deps of this package?” “Which packages are installed?” “Which packages I explicitly installed vs dependencies?” Not a single one of them is intuitive to query with the pacman command line for some reason.

Moondance,

Every single one of them until I hit arch. It just seemed to click and I enjoy the rolling release.

Kushia,
@Kushia@lemmy.ml avatar

Suse, every time I’ve tried it I’ve just been like yeah, nah after running into some weird issue.

daq,

Just curious what issues you ran into? Asking as a suse daily driver for about 20 years now, but promise not to proselytize.

Kushia,
@Kushia@lemmy.ml avatar

It’s been a while so I’m not entirely certain. I just know that they were unique to Suse and no other distro gave me the same problems.

01189998819991197253,
@01189998819991197253@infosec.pub avatar

Like SD cards suddenly being read only, then, as mysteriously as it started, they’re read/write again (sometimes while mid-operation)? Yeah. I have that.

mub,

EndeavourOS - I have tried Arch as well but EndeavourOS is just nicer out of the box. The AUR is awesome, and I generally find answers for any problem more easily than I did for any other distro.

TwinTusks,
@TwinTusks@bitforged.space avatar

I think you misread the topic.

mub,

There was another section, but it sounded bitter so I just posted the positive bit.

Para_lyzed, (edited )

Void Linux with musl. I wanted to try setting up a distro with Musl, but many things I use daily simply don’t work with it, and the hassle of troubleshooting everything was a bit too much. I went back to Fedora Workstation, and I’ll likely stay on it for my workstation (though I’ll switch to Fedora Kinoite when Fedora 40 releases). I also use Fedora Server for my personal server, since it’s very familiar to me, and there’s not a huge point in switching to CentOS anymore with the recent changes, so I’ll probably just stick to it.

owatnext,

but many things I use daily simply don’t work with it

Out of curiosity, what doesn’t work? And do you mean with musl or Void in general?

Para_lyzed,

I’m talking mostly about musl, but Void with glibc still requires more work than a “just works” distro. As such, I didn’t see a point in trying Void with glibc, because the biggest benefit I saw to switching was for musl. It’s great for some, but not for me, just as I wouldn’t use Gentoo. There were a lot of things that didn’t run, I don’t have a full list. I know for a fact that Steam (or any Steam games) wouldn’t run, I’m fairly confident that the OnlyOffice suite wouldn’t work, I believe that EasyEffects wouldn’t run which was a big problem, since I use that for system wide equalization, and for my microphone filters. I probably could have figured out how to set everything up with bare PipeWire, but it’s basically the same story for everything: it just requires way more work. My VPN (Mullvad) isn’t compiled for musl, nor was the Nextcloud client, and many things I use every day. Those are just the things I remember having issues with off the top of my head, and it may not have only been musl that was the problem, but it’s very likely it was.

callyral, (edited )
@callyral@pawb.social avatar

I use Void Linux glibc, I wouldn’t daily drive musl either, although there are ways to run glibc apps.

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