Top tip, if tired, replace the rm -f part of the command with something innocuous for a first run. Actually, is better to do this mistake once so that the two important lessons are learned… Backup (obviously, in your case it was backups, but the point still stands) and double check your command if it has potential for destruction 👍
Yeah I was gonna say Manjaro too. I used it for a while while I was heading towards Arch but wasn’t feeling fully confident to go full Arch as a daily driver yet, and it was nothing but trouble for me. I found that it tried to prevent me from breaking things, which is not necessarily bad, but it would also break things by itself and then this feature would prevent me from going in and fixing them.
I much prefer it when the OS just gets out of my way and lets me do what I want, even if it’s dumb lol
I’m using Manjaro daily for +5 years and had one or two package conflicts, never any boot problems. I don’t understand where all the Manjaro hate is coming from…
It’s the path of many of us here, now you will hate linux if you come from windows, give it a couple of months and you’ll ask yourself how the fuck you could be on windows till now.
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.
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.
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.
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 :)
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.
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 ;)
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.
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
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.
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
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
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.
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.
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.
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.
im honestly wondering why there are ai images in this article? they don’t contribute anything id prefer screenshots instead to actually see relevant stuff - like with the line about garuda’s ui. otherwise a pretty ok article
And as a desktop environment (which I think will influence your Linux experience far more than the distro pick) I’d pick KDE or Cinnamon or if you want to go old school XFCE (which is little easier on the resources) (all three stick to a more traditional desktop paradigm, so the switch from windows wont be as awkward)
luckily you can switch the DE pretty easy. you can just install them on your distro of choice and use them side by side if you’d like to try them out (generally speaking, you can choose which DE session you want to use on your login screen)
Yes but this a problem, you get very fragmented systems, tons of wasted space and resources (because your CPU/RAM will pay as well) and even worse you create a situation where developing Linux desktop apps isn’t just attractive to anyone.
Just to prove this point I’m sure you’ve noticed that the largest growth in Linux “desktop” apps (be it single developer apps or more “professional” stuff) was around the time Java desktop app became popular and then later on with Electron because at that point those packing solutions were dealing with the Linux DE mess (the constant updates and breaking of things) behind the scenes and the developers only had to add a very few checks into their code to handle all Linux systems.
What I’m saying is that by have all that DE choice and constant fuckery we’re making our lives worse in the sense that nobody same wants to develop to such platform thus getting less software and making Linux less of an alternative. Until we don’t get a single DE with a single solid and well designed theme, UI library, developer friendly frameworks and whatnot Linux won’t be getting any meaningful traction among regular people and professional developers.
GNOME and their large backing was a way to fix this mess and make all other DEs fade away but then their purist vision and CSS themes got in the way of optimizing the DE for the mass market and take over everything as they should have had.
The DE that will take Linux to succeed in the desktop doesn’t need themes, customization and all the personalization that would make it really hard to create. Hell it don’t need to be much, it can even be a simple 1:1 copy of the macOS desktop experience (and keep it updated) and it will likely become very popular in no time and send GNOME, KDE and others into oblivion.
Linux Mint is definitely the right choice here in my opinion. I installed it for my parent’s on their older laptop when they were having issues running windows. They were blown away by how fast it was and how they could do all of their usual tasks (i.e browsing, financing, basic games, etc.). It will be a great first experience for you!
CMUS! I’m surprised more people aren’t using this. It’s very cool, ultra lightweight, and easy to use. Maybe I just like stuff that runs in the console.
cmus is great, it checks all my boxes, and is much easier to work with than mpd imo. The only downside for me is that I can’t see any of the cover art :(
There is no great/simple linux music player with proper cover display. Eliza was so wonky when I tried it months ago, the most simple functions didn’t work properly (like sorting for release year etc.)
linux
Top
This magazine is from a federated server and may be incomplete. Browse more on the original instance.