omgubuntu.co.uk

beta_tester, to linux in Fedora 39 Released with GNOME 45, Linux 6.5 + More

Everything in that article is GNOME related. Nothing is fedora 39 or linux 6.5 related

woelkchen,
@woelkchen@lemmy.world avatar

omgubuntu is blog spam anyways.

moon, to linux in Canonical's Steam Snap is Causing Headaches for Valve

Would be cool if they just straight up supported flatpaks. That’s been my main way of gaming for a couple years now, and it works great. The downside is that the folder structure is confusing so it makes things like modding pretty difficult.

superbirra,

or, you know, you can use your distro packages

moon,

or, you know, you could use a much better and consistent platform

Falcon,

Well, no, neither approach is better than the other, it’s apples and oranges.

There will always be a place for installing native applications. In the least analysis, the container itself should probably have some dependencies packaged for the target program.

The benefits of containerisation are obvious, but it’s been a lot of work and there are still edge cases to iron out.

FreeBSD has had jails since 2000. Linux, however, only got namespaces in 2008 and the first bubblewrap release on GitHub was 2016.

I’ve been using chroots and containers for development for about 2 years now and it’s been fantastic, however, I’m still grateful I don’t have to jump inside one every time I need to write a python script.

barsoap,

I’m still grateful I don’t have to jump inside one every time I need to write a python script.

Honestly, I’m on NixOS and it’s not a bother because it saves time down the line when your script would break during a system upgrade which it doesn’t on NixOS as without you telling it to, it will still use all the old dependencies. Also you already have a couple of flake.nix floating around you can just copy and adjust and direnv does the rest.

superbirra,

I use debian, I’m happy and definitely have no idea what you are talking about :)

TheGrandNagus, (edited )

Debian is one of the distros where flatpaks are most appropriate lol, it’s the best way to not have programs that are really old

Adding weird third party repositories that can cause all kinds of issues probably isn’t the best idea

superbirra,

tbf, flatpaks are problematic shit noobs tend to appreciate because reasons. That said, beside the fact steam ships its own chroot, I’m a happy sid user and I don’t even have this imaginary problem of things being ‘very old’ sooo … but I can confirm you shouldn’t add weird third party repos or shitty flatpaks :)

TheGrandNagus, (edited )

It’s not just noobs that appreciate flatpak. Flatpak is good all-round.

And the problem of Debian packages being old is very much not imaginary lol. Debian has only just moved beyond Gnome 3.38/Plasma 5.20/kernel version 5.10.

That’s ancient. And that’s not to mention the other software repos, which are often updated at an even slower pace.

Don’t assume that just because you want extremely outdated packages, everyone else must want the same.

superbirra, (edited )

you normally skip reading half of the comments you reply to, eh? :) ciao ciao from my debian system which does everything, including paying my rent and a bit more, w/o this shit ;)

TheGrandNagus,

I didn’t ignore anything.

And you don’t need to be so defensive. Nobody said Debian is bad or that you can’t use it to make money, just that it being severely outdated can be an issue, and it can. Flatpak helps, but it doesn’t completely fix it.

My comment wasn’t meant to hurt your feelings.

superbirra,

lol I’m not defensive at all hahahaha rest assured my opinions aren’t changed by such a stupid zealot conversation, also this fact you don’t entirely read comments you’re replying about contibute to the lulz. Don’t react too bad to the money thing, one day or another you could also start working in this industry but if I could choose I’d go w/ dog training (I’m speaking for me, I’d really go that way). Cheers my friend

TheGrandNagus, (edited )

I dunno, it sounds awfully defensive to me. It wasn’t meant to hurt you, it’s just a discussion about software packaging. There’s no personal attacks here.

I did read your comments, and despite trying to change the topic, create strawmen, and shout ad-hominems, it doesn’t change the fact that it’s reasonable to say Debian packages are often very, very old and outdated. Because they are.

That may not be an issue for you, but it is for many.

You shouldn’t let that make you upset, it doesn’t invalidate your use-case.

superbirra,

hahaha I swear to you that seeing you strain so hard to push your fallacies who knows where makes me laugh. Believe it or not, there remains a world of people out there laughing at those who use this garbage, and your social media woes will not, as usual, shift half an ounce of reality :) believe it or not, lemmy is not reality, outside those servers there is a real world :) but please, feel welcomed to keep supporting I don’t know what theory, you’re welcome, at least at this party :PP

TheGrandNagus,

Now you’re just talking absolute gobbledegook.

superbirra,

I don’t know man, the important thing is that you stay calm while I continue to mind my own business. Say hello to the computer vegans from me, and ofc stay hydrated :P and please, PLEASE, do not mumble 3h again your next response sweetie <3

stinerman,
@stinerman@midwest.social avatar

I don’t mind the old packages (I’m typing from Debian Stable right now). If that’s a bother for other people Debian Stable isn’t the way to go. Even I wouldn’t recommend Stable on a desktop/laptop unless that person knew what they were getting themselves into. I used to run Sid a while back, but didn’t want to have to deal with the mild breakage from time to time. Generally speaking it’s “stable enough” for most people, especially on a daily driver.

That being said, I have a few flatpaks running, but that’s mostly because they’re apps that aren’t packaged for Debian.

TheGrandNagus, (edited )

Yeah. And if it works for you, it’s good. I have a headless Debian home server running in my house right now.

I’m just saying it’s completely valid to not be into Debian because the packages are ancient, just as it’s also completely valid to not be into Arch because the packages are too bleeding edge.

stinerman,
@stinerman@midwest.social avatar

Agreed, but I think there are enough flavors of Debian to satisfy someone if they want newer packages without resorting to Flatpak/Snap/etc.

TheGrandNagus,

You say “resorting” like using flatpak is awful

moon,

It’s actually a massive issue on Debian

superbirra,

mmh, what? :)

moon,

?

superbirra,

👍🏾

OsrsNeedsF2P,

Steam’s runtime is already sandbox-ception. Flatpak might be more appealing to Valve than it seems.

superbirra,

I see no value in switching from current situation (in-repo deb pkg + steam autoupdates) to flat/snap/farts, which I don’t use at all…

OsrsNeedsF2P,

It’s not about you, it’s about what’s easier for Valve. If Valve is fine packaging, and getting bug reports, from all the different distributions, they’ll keep doing things as is. But as a Linux app developer myself, I exclusively publish to Flatpak because it guarantees everyone has the same system.

superbirra,

you’re at best uninformed about how the process actually works and what’s the role of a distro maintainer, a distro project, upstream authors. Not that every piece of software has enough value to be included in this process so maybe it will make sense to package your stuff by yourself.

mp3,
@mp3@lemmy.ca avatar

Maybe they’ll get there eventually, considering this is their method of choice for installing 3rd party apps on SteamOS 3.0.

Maoo, to linux in Amazon Building its Own Linux-Based OS to Replace Android
@Maoo@hexbear.net avatar

Surely this other monopoly will save us

roo,
@roo@lemmy.one avatar

It’s a new management objective.

NutWrench, to linux in Amazon Building its Own Linux-Based OS to Replace Android
@NutWrench@lemmy.ml avatar

I already tried an Amazon Fire tablet, Amazon. No thanks. I returned it. I don’t need a locked-down console that spies on me. Windows is well on its way to becoming that already.

spark947,

I tried to get one since it was 30 bucks, so I’m not too surprised this is how they operated. They are locking down jindles real hard too. Probably going to make a lot of ewaste.

azvasKvklenko, to linux in NVIDIA Linux Driver Adds Wayland Bug Fixes and Improvements

Don’t hold your breath just yet, it’s a step in the right direction but it’s far from being fully Wayland ready. I think the driver will only be fully ready some time after explicit sync protocol lands in Wayland (see gitlab.freedesktop.org/wayland/…/90)

Kushia, to linux in Amazon Building its Own Linux-Based OS to Replace Android
@Kushia@lemmy.ml avatar

The only thing I care about in this is if they will contribute anything back to the open source ecosystem, be it code or anything else.

wfh,

No chance. Amazon has a long history of using a ton of FOSS code on AWS and contributing fuck-all.

boaratio, to linux in Canonical's Steam Snap is Causing Headaches for Valve

Good. Snap is an abomination.

mariusafa, to linux in Canonical's Steam Snap is Causing Headaches for Valve

I feel the same. My entry distro was ubuntu, and every time I updated major version the whole installation exploded and i had to reinstall it from scratch.

Luckly for me now i use Debian and updating major release is smooth af. Already went through 3 major updates and 0 problems.

Just swap to Debian, Valve. And snap is engineered to waste your time, imo.

DumbAceDragon, (edited )
@DumbAceDragon@sh.itjust.works avatar

It’s canonical that maintains the snap.

Pwnmode,

This is not an issue of what Distro Valve chose to use (SteamOS used Debian now it uses Arch) but is on Canonical for how they package it. I have just been dipping my toes into Linux lately and have been using Manjaro and Nobara and they have been working great for gaming and every day use… Until I play a game like Finals and have to swap to windows.

DrJenkem, (edited )
@DrJenkem@lemmy.blugatch.tube avatar

As far as I know, SteamOS is already based on Debian. The dev is complaining about users trying to install steam on their own Ubuntu installs, not SteamOS.

EDIT: nvm, it used to be Debian, but the newer versions for steamdeck are based on Arch. Apparently they wanted rolling updates so that it would be easier to push out changes more frequently.

ike,

wait, doesn’t steam os use an arch-ish base?

mateomaui, to linux in Amazon Building its Own Linux-Based OS to Replace Android

Absolutely hell no.

guywithoutaname, to linux in Amazon Building its Own Linux-Based OS to Replace Android

Probably because it is stupid simple to escape their ecosystem just by sideloading apps. They want to lock you down with their own OS.

NaoPb, to linux in Amazon Building its Own Linux-Based OS to Replace Android

Nice try Amazon. I’m not falling for it.

cupcakezealot, to linux in Amazon Building its Own Linux-Based OS to Replace Android
@cupcakezealot@lemmy.blahaj.zone avatar

if it’s anything like amazon linux on ec2 i’ll pass

spark947,

What are your issues with it? Just curious - I’ve always found it to be an agreeable RHEL variant.

piracy_is_good_xdd,

note: you accidentally said the same thing twice

spark947,

Did it post twice? I think there is a bug somewhere between lemmy clients. I see it happen from time to time.

piracy_is_good_xdd,

probably, just wanted to inform you :)

spark947,

What are your issues with it? Just curious - I’ve always found it to be an agreeable RHEL variant.

thecookingsenpai, to linux in Canonical's Steam Snap is Causing Headaches for Valve
@thecookingsenpai@lemmy.world avatar

Tbh i never found an app that runs better on snap than on deb

Same goes for almost anything like snap

BitSound, to linux in Amazon Building its Own Linux-Based OS to Replace Android

I know it won’t happen, but it’d be nice if Linux switched to GPLv3. That would at least help somewhat here

Pantherina,

Why?

Audacity9961, (edited )

It is because of the tivo workaround to GPLv2. This was fixed in GPL v3.

en.m.wikipedia.org/wiki/Tivoization

Pantherina,

Damn that sucks. I think Linux is too “free as in free beer” but hey there is BSD

Audacity9961,

How would BSD help in this situation? I’m not sure I follow.

Pantherina,

Bsd is even less copyleft. Was meant as an even more “liberal” option

Audacity9961,

While I don’t mind BSDs, that would lead to even worse outcomes though in my view. Companies wouldn’t even have to release the source code, and they routinely don’t.

What we need is more copyleft to ensure companies contribute back to the communities they leach from, not less.

Pantherina,

Agree totally.

phoenixz,

Won’t ever happen, Linus is very much in favor of companies being able to use drm, when needed.

I kinda sorta agree because without it Linux wouldn’t be able to do anything requiring dr.m

Rustmilian,
@Rustmilian@lemmy.world avatar

The anti-tivoization clause in GPLv3 is what Linus is against specifically.

crmsnbleyd,
@crmsnbleyd@sopuli.xyz avatar

This is misleading, since regular desktop DRM would still obviously work, which is what the end user really cares about

phoenixz,

I haven’t looked into it for a while but iirc, certain DRM would require DRM kernel modules which is something that Linus explicitly wants to allow

xohshoo, to linux in Amazon Building its Own Linux-Based OS to Replace Android

The mixed blessing of GPLv2

optimal,
@optimal@lemmy.blahaj.zone avatar

blursing.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #