For the uninitiated, as someone who's looking to move from Windows to Linux and Ubuntu is probably my first choice, can you share what's not to like about this?
Snaps are technically foss but the server thst hosts them are proprietary to Ubuntu, when flatpak is perfectly reasonable. It’s a bit of a pattern of things they do, finding solutions to things they weren’t really problems (cough netplan cough)
That's fair and Microsoft fired their entire update testing team and then pushed multiple updates that bricked Windows installs. And that was just Windows 10.
I'm not defending canonical decisions, but definably when they started working on this there was no other alternative available for them to collaborate at the time
Also a great option. I like their tiling window manager and the other gnome extensions they've done. I'm also generally excited about the work they're doing with Cosmic as a new DE.
We know. I've just grown accustomed how Ubuntu is set up. Its defaults for many packages seem a little more configured "out of the box" compared to the same offerings like from Debian. I seem to recall installing LAMP stuff from both Debian and CentOS having a similar base config (basically just using the defaults from php, apache, mysql, etc), while the Ubuntu versions had some things already pre-configured that made it easier to get a multi-domain site up and running quicker.
A fresh Ubuntu install, followed by a snapd purge and rolling back of its networking is usually easier for me than going with something like CentOS or Debian and manually configuring each and ever package with it.
Then again, I've been using Ansible for a while, so my setups for CentOS and Debian have been getting easier and easier, so it's possible that I may eventually drop Ubuntu if they end up changing their OS so much that I can no longer purge their junk.
Snaps are a way to build applications so that they can run on any platform with one build method. It makes it easier for developers to publish their apps across multiple different Linux distro without having to worry about dependency issues.
Snaps have been very poorly received by the community, one of the largest complaints is that a snap program with take 5-10 seconds to start, where as the same program without snap will start instantly.
Ubuntu devs have been working for years to optimize them, but it's a complex problem and while they've made some improvements, it's slow going. While this has been going on, Ubuntu is slowly doubling down more and more on snaps, such as replacing default apps with their snap counterparts.
On the other hand, other methods like flatpak exist, and are generally more liked by the community.
This has led to a lot of Ubuntu users feeling unheard as their feedback is ignored.
When I click the Firefox icon, I expect Firefox to open. Like, right away.
When Ubuntu switched it to a snap, there was a noticeable load time. I'd click the icon and wait. In the background the OS was mounting a snap as a virtual volume or something, and loading the sandboxed app from that. It turned my modern computer with SSD into an old computer with a HDD. Firefox gets frequent updates, so the snap would be updated frequently, requiring a remount/reload every update.
Ubuntu tried this with many stock apps (like Calculator), but eventually rolled things back since so many people complained about the obvious performance issues.
I'm talking about literally waiting 10X the time for something to load as a snap than it did compared to a "regular" app.
The more apps you have as snaps, the more things have to be mounted/attached and slowly loaded. This also use to clutter up the output when listing mounted devices.
The Micropolis (GPL SimCity) snap loads with read-only permissions. i.e., you cannot save.
... show more
Performance and functionality.
When I click the Firefox icon, I expect Firefox to open. Like, right away.
When Ubuntu switched it to a snap, there was a noticeable load time. I'd click the icon and wait. In the background the OS was mounting a snap as a virtual volume or something, and loading the sandboxed app from that. It turned my modern computer with SSD into an old computer with a HDD. Firefox gets frequent updates, so the snap would be updated frequently, requiring a remount/reload every update.
Ubuntu tried this with many stock apps (like Calculator), but eventually rolled things back since so many people complained about the obvious performance issues.
I'm talking about literally waiting 10X the time for something to load as a snap than it did compared to a "regular" app.
The more apps you have as snaps, the more things have to be mounted/attached and slowly loaded. This also use to clutter up the output when listing mounted devices.
The Micropolis (GPL SimCity) snap loads with read-only permissions. i.e., you cannot save. There are no permission controls for write access (its snap permissions are only for audio). Basically, the snap was configured wrong and you can never save your game.
I had purged snapd from my system and added repos to get "normal" versions of software, but eventually some other package change would happen and snapd would get included with routine updates.
I understand the benefits of something like Snaps and Flatpaks - but you cannot deny that there are negatives. I thought Linux was about choice. I've been administering a bunch of Ubuntu systems at work for well over a decade, and I don't like what the platform has been becoming.
Also, instead of going with an established solution (flatpak), Ubuntu decided to create a whole new problem (snap) and basically contributes to a splitting of the community. Which do you support? Which gets more developer focus to fix and improve things?
You don't have to take my word for any of this. A quick Google search will yield many similar complaints.
You can't really control when the updates of snaps are rolled out.
For "regular" software, I have an "apt update" type of script that I can run when I choose to update everything on my system. On some systems, I have this in a weekly crontab. On other systems, there is no scheduled run. On those systems, it's important to keep many apps as-is - so several packages are also locked, as well ("apt-mark hold").
With snap, you basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something. Broken package updated? Well, you can manually roll back that one. Broken update pushed again during the next forced update window? Just roll it back again! (and repeat, every day)
These are the words direct from a snap developer on why you cannot lock an app: "
... show more
Oh! I forgot another one! Updates.
You can't really control when the updates of snaps are rolled out.
For "regular" software, I have an "apt update" type of script that I can run when I choose to update everything on my system. On some systems, I have this in a weekly crontab. On other systems, there is no scheduled run. On those systems, it's important to keep many apps as-is - so several packages are also locked, as well ("apt-mark hold").
With snap, you basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something. Broken package updated? Well, you can manually roll back that one. Broken update pushed again during the next forced update window? Just roll it back again! (and repeat, every day)
Yes, I understand that, but I also know it's really important to not update some stuff, and I know that broken snaps sometimes get pushed.
Basically, the snap developers have talked down to the users. THEY know better of what WE actually want and need, not us dumb users that actually administer things for a living.
You basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something.
This is incorrect:
snap refresh --hold=forever
In general, I'd advise you to do a bit of research beforehand when giving advice...
The --hold feature was introduced with snapd v2.58 which was released as recently as Dec 1, so less than 9 months ago. So I would consider this a relatively new feature.
Furthermore, as best as I can tell from the documentation, there isn't even a way to configurably hold updates in general or for a specific package like can be done with apt-preferences; refresh.hold only allows 90 days out.
I think it is a perfectly valid criticism that the snap developers didn't implement this feature at all until well into the life of the product and then, even then, done begrudgingly at best evidenced by the minimal implementation.
Now, I feel like I did my research, but feel free to let me know if there's something I can do better or if you have any other general life advice for me.
You get a lot of recommendations for Mint here, but I'd like to toss in a recommendation for Pop!_OS. Also based on Ubuntu without all the crap. I would say the biggest difference between pop and mint is the UI, as Mint comes standard with cinnamon and pop with Gnome (soon cosmic) as their DE's.
Just take a look at those two and choose one of them, they are both great distros, and absolutely the two I would recommend to just about anyone. Easy to use and very straightforward for new people trying out Linux.
Firefox is one of the worst snaps. It pops up an annoying notification everyday reminding you to restarted it. Then came the crashing. It got to a point where I couldn't keep my browser running more than a few minutes at a time.
I wanted to like snaps, and I'm not overall negative on Ubuntu, but keeping the web browser functional is minimum requirement. The Firefox PPA is much more reliable.
Follow-up: The icing on the cake was a release or so ago when apt started queueing the snap package's installation instead. Very clever, but also a confusing user experience. It took a few iterations before I understood the snap was getting installed instead of the deb.
Same reason but different vibe with Kali for me. I'm sure it's good for its intended purpose, but I get the feeling that there are many who install it in an attempt at being a kewl h4x0r. I used used Parrotsec for work for a while, and it's a lot less flamboyant about it.
ZorinOS, had lots of problems with it right out of the box that weren't present on any other mainstream distros I tried on the same hardware.
I didn′t like the look and feel either. For a distro that has a paid version, I would expect a very polished a premium feeling experience, but I didn't get that compared to all the mainstream free distros.
It was ultimately a dissapointing experience all around.
That's my daily driver. I used the lite version on my old computer and Core on my new desktop. I understand it may have problems on other hardware but for me it looks and feels as good as the promotional screenshots.
Huh, this is the opposite of my experience. I've used a handful of distros over the years (including fedora and ubuntu) but Zorin was the most stable and user friendly by far out of the box. I also think their Gnome theme is pretty sleek.
Fair. Though I will say (more for others who may see this in the future), that Arch's new installer is great and definitely reduces the load on new users. That said, it's never going to be explicitly designed for people who have no Linux experience.
Honestly… I don’t get this. It’s a bit more work than other distros but I think that Linux users often get to a point in their Linux journey where customizing a system with defaults is more difficult than just starting from a blank slate.
Customizing all-in-one distros is a shitty uphill battle that isn't worth the trouble, so I get how Arch is worth the work there. But recommending a kit car when people are asking for a commuter just bugs me.
And also, I have work to do... I don't like wasting my time tinkering with config files trying to get the optimum settings. I just want an OS that helps me do my work and gets out of the way.
All the edgelord kids boasting about using Arch are also a big turn off.
I don't like anything Debian based. The package manager always sits at the core of the experience, and it's just a horrible experience. With a bit of manual intervention, you can upgrade an Arch install from 10 years ago. I've never managed to update any Debian based distribution from the previous release. That aside, a lot of what I do relies on newest packages, and having something that's 5 years out of date just isn't for me
Fwiw, I’ve had great results with upgrading Debian derivatives. A machine in my closet has been upgraded from version 8 -> 12 without any major issue. Usually, upgrade problems come from custom or third party software in my experience.
I have literally never had any upgrade issues on debian that wasn’t something mentioned in release notes(been using it since debian 7). I am guessing you did a lot of things they tell you specifically not to do on this page:
Honestly, given the ways shit broke, you'd think that. One of the cases was on a practically fresh install with a few flatpaks, and it was updated exactly as the distro specified it
I've had the opposite experience. Updating my apt sources.list and running dist-upgrade always worked for me on Debian (though most of the time I just run unstable which is rolling) but on Arch it seems like if I don't upgrade regularly sometimes I'll get hit with signature key errors because the key database is outdated and then have to go run some other command to update the keys before a pacman -Syu will work. I love both distros, but there's no better way to make your users not give a shit about security than making said security interrupt their workflow. Most of the time I just disable the key check in pacman.conf so that the damn thing will upgrade successfully.
Ubuntu. Package organization is annoying, versions are out of date, managing multiple versions isn't consistent, and distro upgrades always have unintended consequences. Often ones that aren't easy to figure out. Their reputation for being beginner friendly should have died around a decade ago.
Anything other than Debian or RedHat/CentOS/Fedora. Why? Every other distro bring nothing to the table. For a desktop Debian+flatpak will get you the latest apps and for servers Debian will be stable as a Linux can be. RedHat has its particular use cases.
Ubuntu: broke my LTS 20 by upgrading to LTS 22, pushes snaps and other ridiculous things over the years while offering relatively little value these days
Manjaro: it starts as arch but more user friendly (by being preconfigured), until it inevitably breaks (being arch) and you end up with a regular arch that you don't know how is configured
Elementary os: it's too elementary os
All those con distros that are just a bunch of reskinned free stuff ask you money for that. Like zorin os
I've had nothing but problems with Ubuntu. There's always some random crash that I don't know what it is but I get a pop up. Sometimes you think you're installing from apt but it secretly is running snap commands.
The OS should never hide things from me. I'm the user and I'm root.
If I wanted an operating system to be sneaky and do things behind my back I'll go to Windows.
A question that begs for a hot take. I love it! Manjaro has always made zero sense to me. The power of Arch is in its rolling release cycle and your ability to customize it from the ground up. Both of which you lose when you downloads someone mix of Arch. It always seemed like a flavor for people who want to run Arch but just don't have the ability to read the documentation to actually run it.
Was going to comment similar. it has all thinks thought about and tweaked so it runa great and functions like it should. Maybe they didn't enjoy system rollbacks and GUI admin?
EndeaverOS. On two systems it installed but lots of error popup windows right from desktop launch. just seemed Janky compared to plain Arch or any other popular distro.
Oh I did. Permissions, things it couldn't find, other errorS...From default install. No thanks, no time to fix stuff that other distros had clean installs with.
Yep, hardware can make a difference, so I recognize that (I have one machine that will not install any deb based distro, some notify of the bug. some ignore it and do an install but cannot boot due to hardware bug. RPM based distros acknowledge the issue amd work around it) But permission issues and missing files from default install are just not something I have time to deal with.
Anything that includes more software than necessary for the system I want. If I need Steam, I'm gonna install it myself.
That's why I don't run one of those many downstream distros that mainly change appearances or improve little things like GUI driver managers etc. For some people that's the reason to use those distros, I might just to look how they achieve the particular feature (e.g. skin, config).
But in general there aren't really distros I don't like, but many which I prefer. Debian, Fedora, Arch, NixOS are all great, especially the more community run distros.
Using arch but honestly. I don't "like" any of them. Every distro I've ever used has required more setup and maintenance than I would have liked.
I really just want a system that doesn't bork itself on updates and let's me install whatever software I want. You would think that wouldn't be so impossible to find.
I tried debian stable a week or two ago. Had about 4 different showstopper bugs in 3 or so days. It doesn't seem to help much from my limited experience.
Yes. I had both actually. Hardware and debian specific bugs, on a clean install from the live iso with barely any packages installed from apt and like 10 flatpaks. I'm a bit exhausted rn to find all the links. But let me find at least the worst one for ya.
nixos solves this problem by allowing you to boot the last working system state prior to updates. and as a bonus you can manage all of your computers from a single config in a git repo. bit of a learning curve but it takes most of the annoyance out of linux for me.
nixos solves this problem by allowing you to boot the last working system state prior to updates
I kinda don't want that. I want a system that doesn't break in the first place...
My experience with nix was very short lived. It mostly consisted of me wondering how to install something and people telling me to package it myself for a day of two til I gave up.
OpenSUSE, mostly because they differ too much from other distros, often even without any (obvious) advantages.
For example a lot of file paths (config files and such) are different, and when being used to other distros (or just following a guide from the internet) it takes longer to find it (I know there is Yast but I'm not a huge fan of that tool either)
The only one that really pissed me off was a distro called biglinux. It's arch based and very popular in Brazil. It's actually very stable. Everything works great. It's got some nice features.
Butttt, it uses latte dock or panel (kde). They have built in presets for how to arrange the panels and what not. It's nice, however, I was trying to move some panels around from the base options and broke kde. I wasn't doing anything more than changing GUI settings and the whole desktop broke. I seriously don't understand.
Ubuntu. Snaps are a buggy mess. I know you can remove them but I like sane defaults. Snap drives me insane. Mint, PopOS, Debian are better choices for a stable distro.
edit: I also don't like Fedora and CentOS. The installers tend to be very buggy for me.
When I learned that snap has a hardcoded requirement for a snap directory polluting your home directory, and that the devs answer is basically to shrug their shoulders, that was enough to turn me into an anti-snap zealot.
Manjaro because it is a bait and switch trap. Seems really polished and user friendly. You will find out eventually it is a system destroying time-bomb and a poorly managed project.
Ubuntu because snaps.
The rest are all pros and cons that are different strokes for different folks.
I don't like Canonical and Red Hat, so I wouldn't use their distros out of principle. On top of that, I don't like Snaps, and Ubuntu's customizations done to GNOME.
From Fedora, I don't like Calamares. The rest is great.
Manjaro doesn't play nice with either upstream nor downstream and has GTK apps that don't follow GNOME's design guidelines, this last point also applies to Endeavor OS.
Vanilla OS is unusable for me, AB Root is hard, and I can't follow any online guides, tutorials or scripts. But their UX/UI is drool worthy. Blend OS has Waydroid out of the box but it's immutability is hard for me.
Debian is awesome but I don't like it for my work / gaming rig. Old kernel and packages. Best ever for servers.
All Ubuntu derivatives are old for me, so no. But I liked Zorin the best.
Deepin, I'm afraid of Chinese gov backdoors. Most probably paranoia.
I settled on Crystal Linux (arch based), has the nicest UI but they don't provide a GUI for package management, and they have handled their repos irresponsibly. It's more of a hobby distro, but a beautiful one.
Ubuntu. I can't stand the way Canonical always decides they know better than everyone else so they reinvent the wheel, only to abandon it two years later. Diversity is good but the history of Ubuntu is littered with garbage that was forced on users and then abandoned.
Well, Ubuntu. I've been skeptical of it from the beginning, but I did use it on and off in the 00's. Canonical has since gone out of their way to make sure I won't install their shit on my computers.
Recent developments have also somewhat soured me on Fedora.
I used Ubuntu for years, but the forcing of snap really killed it for me.
Ubuntu used to be synonymous with stability and compatibility. It was always a little bloated and slower than a bunch of others. But that was the price for stability....
It is probably still stable but compatibility has taken a back seat. This is what really annoyed me enough to switch.
I'm on Mint now, it is really nice. Flatpak is much better than Snap, my only real issue is the MASSIVE size of flatpak downloads.
The first time I tried ubuntu I did not install it because it felt like half of the screen space was used up by the sidebar, top bar and window decoration so yeah.
That little detail put me off of installing linux for like a year or so because I did not knowthat you can easily change stuff like that
I get why they do that, but I don't like the [letter]ubuntus because it gives users the wrong idea of what entails a distro. It leads to them confusing distros with DEs. To me, distos are more about the community and release cycle with some major technical differences like package managers. Yes, having different default settings and programs play a role in this as well, so you could be justified in saying MX Linux isn't the same as Debian Stable, but I don't think the [letter]ubuntus deviate that much from just installing the corresponding DE on Ubuntu.
I don’t like Mint because it’s just Ubuntu with even more stuff added.
Mint removes snaps and card games and replaces some GNOME utility apps like image viewer, video player, store etc. with its own apps. Mint also comes with additional apps like Hypnotix, Transmission, Hexchat, Timeshift but worst case they need additional disk space. Like 500 MiB maximum in a 10+ GiB install. I wouldn't consider these apps "bloat".
I actually like Gentoo for the same reason you hate it. But I was a FreeBSD guy for around 10 years before migrating to linux, and I probably some long lasting damage still lingering from that era.
I miss /usr/ports. I could spend days just exploring its contents.
I miss an /etc structure that wasn't a complete mess.
I miss UFS and its soft updates.
I miss the stability of fBSD 3 and 4.
I miss the ease of which you tweaked, compiled, and installed a new kernel.
And just because of the hilarious legacy that was obsolete 20 years beforw I started with it, I miss the concept of font-servers.
The main reason for my migration was the bigger userbase of linux where it was easier to find people who has resolved whatever issue I was having, plus nvidia drivers. Plus I've only needed to use fBSD once professionally.
Well, I like gentoo for it's top notch security and I see why you'd use it for extremely security sensitive applications, but people that use it as a desktop are nuts.
I'm not saying anyone is wrong for shying away from Gentoo, but using a comprehensive desktop environment, systemd, and gentoo-kernel gives a very non-fiddly experience.
Combine that with running updates overnight or honestly just running them in the background while you work, and it's not nearly as bad as its reputation.
Still very much a commitment vs other distros, but not as bonkers as it can seem.
Yast. I love zypper and opi but yast is super weird. Like if you want to do things that you can do with yast, you probably know how to do it on terminal.
Ubuntu. Pretty sure you already have an idea why. Lol.
OpenSUSE. I've always had issues trying to use it, from zypper to updates to bootloops. It's also sluggish compared to other distros (yes, same DEs usually) on my laptop. I've tried at least 3x trying to get why a lot of people love it. It's just not for me.
I've never tried Manjaro yet, but coming from Arch and EOS I don't think I ever will.
You could look into endeavour OS. It's arch-based, but closer to plain arch than manjaro. It should let you choose which kernel version to use. Another option might be garuda linux. It's a arch-based gaming-focused distro. So it should be flexible as well, but it did break frequently on my system back when I tried it out. Otherwise Alma Linux (Red Hat based) might be running older kernel versions as well.
I was thinking of switching from Ubuntu to Fedora because of the praise it got for being more up to date and having great default settings as a desktop distro.
What kind of problems did you run into? Can you give examples? I'd like to know before making the switch.
Basically, on Fedora you are a guinea pig for whatever new tech Red Hat (now IBM) is considering rolling out. It is a well polished distro and I have set it up on several people's computers, but they will be among the first to just foist a whole new replacement subsystem on their users. Can be interesting if you like experimental shit (and what comes to Fedora tends to stick around [i.e. PulseAudio, systemd], unlike a lot of the shit Canonical has tried to introduce [i.e. Upstart, Mir]). Can be a major headache if you are trying to use something which requires iptables and they have jumped into nftables with both feet (for instance).
One of the problems, somebody else said lol they have some ideas and updates to new versions that work better for corporate area but for desktop users it gets slower and too bloated for a normal desktop user (or at least for me, was my experience), if for you, the problems that I say below is not a big deal for you when you try Fedora, you can use it, if it doesn't affect you Somebody would say that Ubuntu is a lot corporate, but if you remove snaps is really okay, on my experience... and there is Debian in anycase lmao
I had more problems with systemd on Fedora than other distros, despite on Ubuntu mostly you will have this issue with snaps only, this was mostly issues here, maybe for you would be different (I tried to install last month but systemd was crashing at boot and returned to my regular debian setup)
I had the kernel issue, on ubuntu it's a bit better to handle previous versions, sometimes an update doesn't work well, bad performance and you don't have so many options of rollback like Ubuntu (Debian too gives more options); and the praise, it's normal bec
... show more
One of the problems, somebody else said lol they have some ideas and updates to new versions that work better for corporate area but for desktop users it gets slower and too bloated for a normal desktop user (or at least for me, was my experience), if for you, the problems that I say below is not a big deal for you when you try Fedora, you can use it, if it doesn't affect you Somebody would say that Ubuntu is a lot corporate, but if you remove snaps is really okay, on my experience... and there is Debian in anycase lmao
I had more problems with systemd on Fedora than other distros, despite on Ubuntu mostly you will have this issue with snaps only, this was mostly issues here, maybe for you would be different (I tried to install last month but systemd was crashing at boot and returned to my regular debian setup)
I had the kernel issue, on ubuntu it's a bit better to handle previous versions, sometimes an update doesn't work well, bad performance and you don't have so many options of rollback like Ubuntu (Debian too gives more options); and the praise, it's normal because it works well for specific users mostly pure gnome users that works well on any version and don't have issues from like I said before and don't really care losing a bit of performance if we have more "features" that others don't really use so much
Just their approach aren't as good as Alma or CentOS as upstream. It's just my personal opinion...
I just don't like the CIQ narrative and Oracle that keep pushing Red Hat to corner...
Red Hat being dick because most of downstream being dick, especially CIQ/Rocky.. they steal about 30% of Red Hat contract, while offer cheaper package (quite a lot cheaper, and they don't even work on SIG like AlmaLinux Does), but using RHEL code, and just rebrand it as the best RHEL compatible, Rocky Linux.
OL is worst... Overprice Oracle DB, provide free OL, fork from Red Hat, and slap much higher cost until your company can't pay... well at least OL is honest than CIQ...
People need to see from Red Hat perspective regarding their dick move on exercising their GPLv2, and the upstream code still in git.centos.org. It depends now on downstream for repackage it. So it's still open source... and you can still have Rocky, Alma, OL, just you need to maintain the build pipeline...
And Rocky is broken on Old Thinkpad with 7 row keyboard. Alma, RHEL, and
... show more
Rocky and OL...
Just their approach aren't as good as Alma or CentOS as upstream. It's just my personal opinion...
I just don't like the CIQ narrative and Oracle that keep pushing Red Hat to corner...
Red Hat being dick because most of downstream being dick, especially CIQ/Rocky.. they steal about 30% of Red Hat contract, while offer cheaper package (quite a lot cheaper, and they don't even work on SIG like AlmaLinux Does), but using RHEL code, and just rebrand it as the best RHEL compatible, Rocky Linux.
OL is worst... Overprice Oracle DB, provide free OL, fork from Red Hat, and slap much higher cost until your company can't pay... well at least OL is honest than CIQ...
People need to see from Red Hat perspective regarding their dick move on exercising their GPLv2, and the upstream code still in git.centos.org. It depends now on downstream for repackage it. So it's still open source... and you can still have Rocky, Alma, OL, just you need to maintain the build pipeline...
And Rocky is broken on Old Thinkpad with 7 row keyboard. Alma, RHEL, and Fedora isn't.
I still can't find the cause, but end up using Fedora on most Thinkpad I have.
Other than that Is Ubuntu... It's... simpler to use, but when you deploy to production or Enterprise env... mostly sucks when they push broken update, and we need to rollback, it's not as simple as dnf history undo... it's also personal opinion, YMMV.
I'm agree with this point of view.. CIQ narrative have too much conflict of interest. In my place, most corp are happy with CentOS Stream being able to be the upstream test before landed on RHEL. At least now they don't need to long to put on Fedora to be landed on 3 years cycle like old times...
I spent the last 10 mins reading all the comments and I think we managed to shit on all the distros available. That's the Linux community I love, good job people ❤
Haven't seen Santoku or Kali or several other special use-case distros (E: or Hannah Montana Linux hahahaha). But, yes, this is exactly the community I love and that extreme hate/love for specific distros is the reason I tried Linux in the first place (and the reason I stayed) hahaha
I use debian 12 on my work laptop. I agree with your points but I still use it because I want the fundamental system to be stable, and then any software I want to be more up-to-date I build from source (tmux, alacritty, neovim) or download separately (vscode/slack/joplin).
I used to use ubuntu because it worked so well with my hardware ootb, but I got tired of snap.
base arch that isnt a distro from it the forums are elitist tot he point you should never bother the install instructions (before the installer they added only reluctantly) need a phd to understand its running on the worst parts of the KISS principle, its not simple to use, or simple to get around, it simply refuses to add any bells and whistles to make it easier to use
use endeavouros, arco, archlabs, reborn or any number of arch based distros, that way you get the aur, the good part of it
Every distribution offers different things. I like debian sid for the simplicity and general software availability, but APT is something i still consider a bit clunky. I like arch because of its barebones philosophy - arch wiki helped me a lot learn about linux. I like gentoo - the wiki is awesome and portage is a great package manager. It was the first time I saw how the linux kernel gets compiled. It makes you appreciate all the work the devs do. I now read the title and you ask for the opposite. But someone might find these bad, so i will post it as-is
Gentoo is the best distro when you want to get deeper understanding. If I had to give advice on the path of getting to know deeper the Linux environment I'd say: Debian or Fedora -> Arch -> Gentoo -> lfs
If I had time I'd try NixOS and FreeBSD as a main workstation.
to be honest, i agree with you. Although you can learn the same things through debian or ubuntu for example, their wikis are in no-way comparable to arch+gentoo. Having tried LFS, I think it is a great experience but definitely not something i could daily-drive. FreeBSD is something I have not tried; nixOS as well. I have used OpenBSD but it feels a bit slow compared to linux - at least as a desktop OS.
Just the Oracle Red Hat clone, because, well, Oracle. Also those distros that disappear spontaneously because they were mainly maintained by one person only.
CentOS. We were stuck on an old version at work. The OS is already designed to use old packages for security/stability, so imagine how outdated they are on an old version. It was a nightmare getting new software running on it. That coupled with the other news surrounding CentOS and RHEL, I'm not touching those anymore w a 10 foot pole. I wish it just crumbles and Debian takes over. I have had amazing success with like 20 years on Debian and it just gets better and better.
Not sure you can really blame an OS that is out of support and that you should have upgraded to the new version years prior. I used CentOS in an enterprise environment for close to 10 years and really had no problems, except when we tried to shoehorn new software onto old versions it had no business being on instead of just upgrading.
I remember the upgrade from CentOS 6 to 7. It changed a bunch of stuff including making systemd the default init system. I'm assuming your company just wanted to avoid doing that work? But at the same time most other distros were switching to systemd so you would have had to do that work regardless.
Simply because its so old, that anytime I try to find a solution to a problem, I'm wading through 15 years of shit, 99% of which isnt relevant anymore due to age/depreciation.
What makes this weirder is that while all older distros have this problem, none of them come anywhere close to being as bad. This is probably partly because of Ubuntu's start as a noob-friendlier distro, but I don't think that completely explains it.
I'm not a programmer or a sysadmin, My linux experience is entirely contained to the past 5-6ish years I've used it to avoid using Windows 10.
Every single problem I've had, no matter how ultimately minor it was, has been a enormous fuckin ordeal to figure out and solve, in large part due to the 15+ years of ancient, non-relevant knowledge.
So I'm probably gonna end up switching distros soon, since i'm tired of troubleshooting and still have weird, minor shit happening.. Just frustrated a bout doing it because I finally got steamtinkerlauncher working properly, which was an ordeal in and of itself.
And its gotten to the point I even hate talking about the issues I have, cause someone inevitable swoops in and be like "Well, just run (command) -help" to figure out what to do, and I'm all like.. okay, fucking great. That doesnt help because I dont know whats fucking wrong. Cant use -help if I dont know what command i need to fix this weird problem that no internet searches are showing me any kind of solution or eve
... show more
Being noob friendly is why I chose it.
I'm not a programmer or a sysadmin, My linux experience is entirely contained to the past 5-6ish years I've used it to avoid using Windows 10.
Every single problem I've had, no matter how ultimately minor it was, has been a enormous fuckin ordeal to figure out and solve, in large part due to the 15+ years of ancient, non-relevant knowledge.
So I'm probably gonna end up switching distros soon, since i'm tired of troubleshooting and still have weird, minor shit happening.. Just frustrated a bout doing it because I finally got steamtinkerlauncher working properly, which was an ordeal in and of itself.
And its gotten to the point I even hate talking about the issues I have, cause someone inevitable swoops in and be like "Well, just run (command) -help" to figure out what to do, and I'm all like.. okay, fucking great. That doesnt help because I dont know whats fucking wrong. Cant use -help if I dont know what command i need to fix this weird problem that no internet searches are showing me any kind of solution or even a hint for.
edit Sorry, apparently my annoyance boiled over into a rant.
I feel you. I really do. User friendliness is what got me to try out Ubuntu in the first place. My Open Source OS journey has been long and weird, but we have that in common.
If you're looking for an OS with good documentation that's going to make your Steam gaming easier, I can suggest Nobara. It's easy to install, and while it's own documentation is a little sparse (it's less than a year or so old), you can use Fedora documentation 99% of the time. And as a bonus, steamtinkerlaunch is a one click install on Nobara. I think. I did my install for my gaming rig like 8 months ago, so don't quote me.
More importantly, though, is that Nobara has a friendly discord filled with helpful folks, including Glorious Eggroll himself - the guy who made Nobara, and a contributor to many Open Source projects and maintainer for Proton-GE which, if you use Steam on Linux, you might have heard of.
As a bonus, the Fedora community is helpful too, as evidenced by me 😀.
I was considering Linux mint, since its something new, but still on a familiar debian base and and familiarity with things like ppas which make getting software easier than compiling it.
but I'll read up more on Nobara. Just concerned that I'll be back to day 1 know nothing switching bases.
I'm a long time Debian user, and I switched to Fedora when 38 was released because I wanted to try something new and shiny (well, Gnome 44 mostly).
It was kind of disappointing. With Debian, I had to work to get it perfectly functional on my laptop. Fedora just... worked happily out of the box. Almost nothing to tweak.
I don't know the nature of your problems and solutions, but be assured that the knowledge you gained will still be useful. Nowadays most distros are more similar than they are different. I successfully used Arch Wiki and Arch Forums on Debian issues, because even if they are on the opposite ends of the spectrum, their building blocks are basically the same.
It's not that bad, really. Nobara is Fedora based, and has access to their large package base. Nobara's custom update tools are also excellent.
Fedora doesn't have PPAs, but it does have COPR, which is kinda like halfway between PPAs and Arch's AUR. Lots of packages. I hardly ever compile anything from source these days.
I agree, I used Ubuntu for years, then switched to Mint/Cinnamon for a few years but finally after 1 or 2 years hated it. I'm on MX since 2016 or something and still love it.
Ubuntu - It was my first distro and I loved it for many years after 6.06. However, it slowly shifted from a very community focused distro ("Linux for human beings" was the original slogan) to a very corporate distro with lots of in-house bullshit, CLAs, and partially-closed projects that seems to focus on profit and business over actual human beings. I correlate this move to around the time when it became purple rather than brown. Snap sucks, Mir sucks, Unity sucks, integrating Amazon and music store paid bullshit sucks. Just no. Move to Debian.
Manjaro - It's Arch, but with incompetence!
Red Hat - Do you enjoy paying licensing fees for a Linux distro that very likely violates the open source licenses it uses? RHEL is for you! Just remember not to share the code! Sharing is most certainly NOT caring!
How does Manjaro add incompetence? I've not used either for a while, buy Manjaro never failed me, while arch did manage to make my system nuke itself a couple times just running pacman -Syyu. Granted, this was a long time ago, but it's the only distro to so this to me ever.
The project maintainers repeatedly forget to renew their certificates, causing package upgrades to fail.
The project maintainers, in multiple past instances, have misconfigured their package manager resulting in essentially a DDoS of the AUR.
The packages are out of date vs. the upstream Arch ones, which often causes AUR packages intended for upstream Arch to break on Manjaro. Yet they consider the AUR a supported resource.
Project has had problems with mismanagement of funds in the past.
Despite all this, they seem to heavily focus on marketing, merch, and trying to sell preinstalled systems. Manjaro is in it for profit, not to make an awesome distro.
did they ever start backporting security patches? I know that was a major issue in the early days that really soured me on the competence of the project. you cannot take a rolling release distro, bless some package versions as "stable" and call it a day.
it's a reddit imported hate-train because they didn't renew certificates twice in twenty years and a bug in pamac cause the aur to be ddosed for a few hours total, to tell you how much of an empty bandwagon it is, few years back, manjaro tried to push a closed source office suite in their base installers and none of the clowns parroting anti-manjaro mantras ever mention it, they didn't think about adding it to the agreed list of accusations in the early days so their copy pasted opinions don't feature it.
If that were true then none of this would be news. The CentOS Stream code is available to the public on git, but not the RHEL code. If the RHEL code was available to the public the outrage would have no reason to exist.
Even if paying customers have access to the RHEL code via git, they are forbidden from redistributing it (which is allowed by the FOSS licenses that code is under) or else the customers lose their license. This does not qualify as the code being available in my opinion, and in the opinion of the vast majority of the FOSS community.
Saying everything is fine and dandy in the RHEL world is FUD.
"they put ads in the terminal" isn't really accurate.
Their "ubuntu-advantage-tools" adds information to one of their other products to the output of apt. You can easily get rid of that by uninstalling/replacing "ubuntu-advantage-tools". It's definitely not like they are selling ad space in your terminal to third parties.
For me, it's Ubuntu as well. Canonical continuously integrates stuff to make the whole distribution more complex and hard to maintain. Without going into much detail, Ubuntu always tries to do things where there is a good standardized way different. Why the heck do we need yet another containerized GUI application environment (I'm looking at you, Snap!); Why do you develop lxd, when there is systemd-nspawn, docker and podman?!
Search for "how to install Firefox in Arch". Snapstore page which asks you to first install snap from AUR, and then install Firefox through Snap is the second entry, I kid you not!
And they have same pages for Fedora erc.
This predatory behavior is to try and get any potential new Linux users to use their crapstore instead of their distro's package is disgusting and malicious.
No one can dictate what tickles your fancy and ticks your boxes bud. If you're into debian, that's cool by me. Not my jam personally, but wtf does my opinion matter?
I'm noy going to say I dislike it, but I don't see the point in a source based distro like Gentoo anymore.
I learned a lot from using Gentoo when I was just getting into Linux 20 years ago, but now looking back on it, why would I want to juggle with everyones build systems and compiler flags? Especially now hardware is so homogenous.
gentoo manages compile options globally. This is not only for optimization. It can be used to enable certain features of a program only available via compile options.
freedom between rolling release, stable release, or a mixture of the two. You don't have to opt for one or the other. And you can only make some programs rolling and others stable. Gentoo is the only distro I know that lets you do this without issues
can use any version of a program you want. That's the benefit of the build system. Since you're compiling, you link against the versions you want. No more compatibility issues because you didn't use the specific version your distro has.
super easy to install programs not in the repos and still have them managed by portage. Ebuilds are easy to write, and you don't have compatibility issues if you configure your deps right
super easy patch management. Just drop it the right place and you're done.
You can pry gentoo from my cold dead hands. The ability to do things like mix LTS and git HEAD packages at will is yuuge, as well as the dynamic dependency graph based on enabled features. Some newer distros like Nix and Guix come close, and even offer the ability to skip compilation via their package caches, but they have a number of pain points in my personal experience.
I agree. Nix and Guix follow a very unorthodox approach to managing a unix-like system, and while they make it work for most things, there's always those few issues that linger around.
I really like their approach. But Gentoo's approach is much more "just works" and tries to be unorthodox only where it is necessary or highly beneficial.
Are your systems the same architecture and similar profiles? If so, then yes. It's just a matter of enabling it and running the quickpkg command.
Otherwise, it's a bit harder. You'll be using cross compiler (if different architecture) and a chroot. You'll have to setup the host to compile for the target systems whenever you do updates. The initial compile will take a while since it'll compile basically everything.
I don't actually have a problem with it in general or its users. Wiki is helpful for almost everyone, regardless of distro (except maybe Nix and some immutables, where some things can be a bit different).
It's actually a tremendously important distro, and it, Debian, and Gentoo are the distros I know that if they disappear, Linux is either dead or very close to it.
Still, I find Arch to be... I don't know. I think this is actually about to be a very unpopular opinion, but I don't like Pacman at all, and that's probably the source of my issues with it. Its syntax annoys me and I use the terminal for package management so I'd have to be using it all the time.
I think maybe I'm just too used to APT. The same way Arch users find Pacman intuitive, that's how I feel about APT. I can use DNF and Zypper fine, but I'll still prefer APT to them as well. It just feels like "home", if that makes sense. (Nala and aptitude are both nice frontends to it as well.)
I also don't like having to rely on AUR for third party packages. That a
... show more
I don't particularly like Arch.
I don't actually have a problem with it in general or its users. Wiki is helpful for almost everyone, regardless of distro (except maybe Nix and some immutables, where some things can be a bit different).
It's actually a tremendously important distro, and it, Debian, and Gentoo are the distros I know that if they disappear, Linux is either dead or very close to it.
Still, I find Arch to be... I don't know. I think this is actually about to be a very unpopular opinion, but I don't like Pacman at all, and that's probably the source of my issues with it. Its syntax annoys me and I use the terminal for package management so I'd have to be using it all the time.
I think maybe I'm just too used to APT. The same way Arch users find Pacman intuitive, that's how I feel about APT. I can use DNF and Zypper fine, but I'll still prefer APT to them as well. It just feels like "home", if that makes sense. (Nala and aptitude are both nice frontends to it as well.)
I also don't like having to rely on AUR for third party packages. That actually goes for every distro. Do not like third party packages or repos. Sometimes it's necessary, but I keep it to absolute minimum and find Debian has most of what I need. If not, Flatpak. If not Flatpak, source.
Another reason is that I think I prefer regular releases to rolling. I can go rolling if I need to, but I like just having something that doesn't surprise me with a shit ton of updates every day. Well, not surprise me as it's expected, but too many can be quite overwhelming sometimes.
Just personal preference, I guess. Nothing at all wrong with rolling, it's fantastic for a lot of purposes, just not mine.
Absolutely understandable, personally I prefer the AUR since I don't ever need to download and compile the source code anymore, since everything I need got an AUR package.
I also had bad experiences with apt, mostly that their release are too slow/I get stuck on an old release (my raspberry pi's python version is still 3.7, which caused problems since I was using a python 3.8 library). That's probably on me for not knowing how to upgrade my release, but I switched to Arch before learning how to fix this
For the pacman flags, I simply use yay, the AUR wrapper instead, yay do a full system upgrade, and yay python will show me a list of packages that have similar names to install. Still not as clear as apt, but at least there's no weird flag letters to remember for most use cases
Recently, whenever I run apt update/upgrade, I get the following message in the terminal:
Try Ubuntu Pro beta with a free personal subscription on up to 5 machines.
Learn more at https://ubuntu.com...
Been running Ubuntu 22.04 for the last several months and have yet to see anything resembling an ad. I guess it prompts me why there's system updates every fe days to a week or so. But I'd hardly call that an 'ad'.
I don’t like Mint, because it looks ugly and dated. (But it is good that there is this distribution for all the boomers out there). I don’t like arch, because what is the point, if you can use Fedora instead. I don’t like Ubuntu, but the hate against it is much worse than the distribution itself.
Fedora and Arch are very different. That's like saying openSUSE and Fedora are the same, even that's not as extreme as your claim because they at least use the same package format.
I can find faults in any of them, but mostly hate working with Redhat/CentOS/Fedora. Strongly prefer Debian over Ubuntu, and I strongly prefer Gentoo over Arch. SUSE is an unknown, not sure about that one.
I have a bit of a fear of SLES, purely due to Puredisk using them as their base back in the day (before they were swallowed by Symantec/Veritas/Broadcom/whatever). The amount of time I spent in YaST2 and losing data, again and again, made me genuinely never want to investigate any issues.
In highschool, I got a desktop from a yard sale (Pentium I) and got an HDD from goodwill, all for $10, just to install FreeBSD. It was awesome. I think I still have the desktop somewhere in storage.
This thread has basically devolved into "Ubuntu hate circlejerk party", as expected. I guess I just hate the distro I've spent the majority of my time on Linux using getting constantly dunked on and am a bit sad watching its inevitable death by snap. (Insert Thanos meme here)
Ubuntu had so many years as the "default" that people have some old perfect version of ubuntu that they liked better. Some early version from the gnome2 days, or else people who loved unity.
For my part, the last time I tried it, there were snap and apt versions of so many apps, that when you had an issue it was hard to troubleshoot because there would be two sets of solves. That was enough to get me to bail. I wonder if that's still an issue.
Probably to some degree... But on any other distro, the same is almost certainly true today too. Only it's between... rpm/aur/deb/etc and Flatpaks instead of snap.
I've been using Ubuntu professionally and as a daily driver for more than a decade now. I've tried the other major ones but Ubuntu is just no fuss. I can stand up a fresh system in 20 minutes and there is an enormous support base. I just don't have time to be a Linux hipster these days.
The only thing I can see which might win me over one day is Nix.
Yeah. Part of me is annoyed by snaps. But, tbh, having tried fedora and opensuse over the last few years, I don't quite see how they're so much worse than freaking Flatpaks. And at least they come gods damned fully enabled.
Well, scrolling through every comment, it looks like very few people hate Fedora. I've always been using Debian and Debian based distros but recently moved to Fedora, and I'm not surprised people like it.
Linux From Scratch is a series of (online) books that walk you through building up your own linux system from the ground up, from compiling the kernel to all the individual systems that turn the kernel into a functional OS.
It's meant to be an educational tool to help people learn about what goes into making a Linux distribution and give you better knowledge of how to build software from source. Some people turn these systems into their own distributions or personal (I guess gentoo-like?) Linux installs
No longer using Ubuntu at all because they force snaps down your throat. While I do like snaps on the server environment, (I think a lot of the haters out there don't see how nice they are on servers), I prefer to use Debian and then to just install snapd on my terms.
This is gonna be an unpopular opinion, but Linux mint. It's great if you're just getting into Linux, it's absolutely terrible when you know what you're doing in Linux. The old package base and kernel just kills me sometimes. I get they want a stable base and use the lts versions of Ubuntu, but my goodness it's always so far behind it's not even worth using if you're on AMD. Thankfully they've realized this after so many years and are releasing an EDGE iso with updated packages and kernel and LMDE is getting a version upgrade.
Not really an unpopular opinion. My main desktop runs mint, and we're well aware of that being an issue. But it's a sacrifice I'm willing to make as long as it works. I haven't had enough issues to look for replacement yet. ZorinOS looks interesting, though.
I love Zorin, probably for more superficial reasons than most. I like a clean UI and Zorin provides that by default, no fiddling. I get that people like customisability and ricing and all that, and if I could design my OS as easily as I could write CSS then I probably would, but I've yet to find something that lets me do that. And even if I do find it, Zorin still looks good and just works, which is most of what I care about.
I tried it years ago after years and years of Ubuntu. I installed Mint Cinnamon, it was the shit at the time, #1 distro and all. I wanted to like it but was never able to. After less than 2 years I switched to MX/Xfce and still use it, best distro ever.
How is MX? What do you like over other distros? I see it at the top of the distrowatch list all the time but I've never really found anything special or stand out with the distro.
I think reality lies somewhere in the middle. Yes you have to read and yes you have to configure things but the docs are all on the wiki. There’s a point where this is easier than figuring out how to undo the defaults on, say, Ubuntu and do your own thing without official documentation on it.
I have mixed feelings about Mir and Unity. Having competition is a good thing. If we only had gnome, Linux would be far less interesting. But at the same time, they could have spent the effort trying to improve Wayland and Gnome, and they would have made a significant difference.
But snaps being forced upon me, they can fuck right off. I don't need my browser in a semifunctional container, when it worked perfectly before. And i hate that they made mount barely unusable.
SUSE because of Yast and the (german) company’s rumored?stance on antisemitism
I was really surprised to read about the antisemitism allegation. That's a very serious accusation. I've looked into it and it seems that these claims are controversial. First thing to mention is that the accuser said himself that this was about the company SUSE, and not the distribution openSUSE.
The article claims there are emails and other employees' statements as proof, but provides none. The article is also over a year old, so why hasn't this led to any public statements from SUSE or any legal or other actions? Antisemitism is a serious offense in Germany.
Discussions on reddit and hacker news all state that the writer has gone off the rails. When
... show more
SUSE because of Yast and the (german) company’s rumored?stance on antisemitism
I was really surprised to read about the antisemitism allegation. That's a very serious accusation. I've looked into it and it seems that these claims are controversial. First thing to mention is that the accuser said himself that this was about the company SUSE, and not the distribution openSUSE.
The article claims there are emails and other employees' statements as proof, but provides none. The article is also over a year old, so why hasn't this led to any public statements from SUSE or any legal or other actions? Antisemitism is a serious offense in Germany.
Discussions on reddit and hacker news all state that the writer has gone off the rails. When being called out on reddit for deadnaming a trans woman, he plays dumb. I don't think he's dumb. It seems to me like he's transphobic and acting like a troll about it in good old American conservative fashion.
For me, this seriously calls into question any claims he makes about social justice stuff, even if it concerns himself. He apparently views other people's social justice as something to play with, so my gut feeling is that it would be no concern to him to lie or bend the truth about stuff like this in order to achieve something. It's all a game to him in the political arena, not serious life issues.
If I'm wrong, all he has to do is provide the proof he claims there is, even if only anonymized.
Same here. I have not heard anything after the initial accusations. The company I am working for is using SLES as a main OS and is switching to another OS without any explanation. So I have no idea if the claims are true or the switch has anything to do with anything.
It just goes to show how an accusation like this sticks to a company's reputation. The reason for your company switching could be totally unrelated, yet your mind still jumps to this. Have you asked why they're switching?
The accusation by Bryan is out there, its detailed and looks profounded - there is no response from SUSE anywhere and this seems to follow the described pattern in the accusation of not talking about it. So as of now the public opinion is that the accusation was not withdrawn and is still standing. Not talking about it won't make it go away for anyone.
If the allegation is just from Bryan Lunduke I'd take it with a pinch of salt. The guy is known for espousing some out-there views so it needs independent corroboration.
Yeah, I've not been able to find any allegations by anyone else, except for his vague mentions. There was also a Jewish person who had worked at SUSE who commented in one thread that they felt nothing less than welcomed.
I much prefer the AUR and native system packages to flatpak. It's the big advantage Arch has over other distros, just how much software is natively available due to the AUR. There are a few cases where flatpak works better but generally I prefer all my apps to share one set of up to date dependencies.
Maybe so. For me it was that even Sid was too outdated for me (e.g. with native Linux games and some software development), and to try and Frankenstein it into what I wanted was effort and instability I didn't want, especially when some Ubuntu-derivatives were much better suited for my personal-use situation.
I get you. I've heard some good things about LMDE, but I don't know how much bloat Mint adds, last time I used Mint was ages ago, LMDE didn't exist back then. I wonder how updated they keep it.
Not enough to make me think about it, it's not like I'm running a server or fighting for storage space. But if the thought of Flatpaks is enough to frighten, then it could be a problem.
Any 10 or more year support distro because they increase the range of versions that stuff has to work with by 5 extra years and any knowledge I gain about those ancient versions will never be useful again. They also delay a lot of new features in protocols, file formats,... where a large majority of clients needs support before the next phase of introducing a feature can be started.
Sorry mate. I love them all! All free software, especially GPL-based but still have high appreciation for the BSDs as well. Even Red Hat that has messed everything up recently, has a soft spot in my heart, with Fedora being the first distro I really enjoyed Linux in 2003 (very first Fedora Core). However, IBM/RedHat make a real effort to become the one and only distro that I may list here.
This! I used Ubuntu Touch as my daily driver for 1 1/2 years. The OS itself was anything but perfect but the real problem was definetly the app ecosystem. WayDroid(an android "emulator") optimization is probably the way to go for linux on mobile
Yeah there's no way a viable Linux phone could be made without the ability to run Android apps.
I think we're probably at least a few years away from being able to daily drive Linux on modern phones with functioning things like NFC payments and a decent native app collection. It's definitely coming but it has far less momentum than even the Linux desktop does.
Holy shit, I installed it on my Lenovo tablet laptop, and everything works out the box... Even the gyroscope! I couldn't believe it. It's the first arch based I've tried and I think I'm hooked.
To note, I think I tried like 8 other distros before finding endeavor.
Dude, this 100%. The touch screen was janky on Windows, and non existent in all Linux distros I tried. Endeavor worked perfectly without any set up. I couldn't believe it.
Gentoo. I just found it a pain, from spending forever figuring why nothing would work only to realise I hadn't enabled some kernel module for my SSD to updates taking forever and completely annihilating my battery if on battery power, it just felt like more work than it was worth.
For beginners, and rolling distribution. A beginner should start with something that doesn't break while you don't understand if it's your or the shiny new program that broke the system. But then, I have been using Debian for more that 20 years. For me it's a tool, not a game.
Debian. APT sucks, the installer looks like straight out of 1999 and the packages are just wayyy too old. Also apt-autoremove deleted half of my system the 1st time I tried debian...
Debian is my hometown because back in, I guess 2014?, I had a computer that just sucked. It was like 1GB RAM, I think a single core CPU. Debian was like the only distro that actually installed. Ubuntu, Mint, etc. didn't even finish the installation
I'm not sure if I have bad luck but every time I've tried Ubuntu I've had stability issues. Constant crashes and things I've never run into in other distros.
It makes it hard for me to recommend it to new users.
I somewhat agree with the Mac thing, but the same could be said for KDE or Cinnamon and Windows. Don't try to act like they didn't take the Windows UX and run with it lol. But of course if you called their DEs an attempted Windows clone they wouldn't like it either.
The ability to OPTIONALLY pay for apps right from the software centre is a good thing. The money goes to the developers and FOSS has serious problems in terms of actually funding developers. Flathub is looking to implement similar functionality.
You can install elementary apps on other distros just fine... They're available as flatpaks.
Blatant transphobia. Classic.
They aren't restricting freedom at all lol, and even if they were, nobody's forcing you to use Elementary.
Out of all the distros that I've tried, probably Manjaro. The distro itself is ok, I don't like how kind of bloated the default installation is, but it's not too bad.
Sure, do you go and read the source code for Firefox for every update tho? I used to be a big fan of FF back in the day, it's my daily browser on my phone but I just really like Vivaldi for desktop 🤷♂️
I really don't get why they want to push snaps so much. Flatpak does basically the same thing but better and is already used by more people. Their efforts would be better spent improving that. It's also weird that the server side of snaps is proprietary, I can't help but think that they may have intentions with that, that go against what the users want.
Arch and any arch based distro. It's overused, deb is better and the absolute chads will always be distros like NixOS or Guix System. There is no use for an unstable, beginner-unfriendly, distro where you constantly encounter dependency hell.
Of course I'm just being edgy, every Linux Distro is good for the sole fact of it not being Windows.
IDK, when it comes to gaming I find it much easier to install all the weird community patches via AUR vs other distros. I'm on PopOS right now, but if I wanted to reinstall I'd go with Manjaro.
It seems to be the best choice if you want the benefits of Arch but not have to install it manually, which I think is a needlessly difficult process. I wish they had a more bare bones version through. And I know about Arch's autoinstall script. I've had bad luck with it.
Wouldn't recommend Manjaro, if you install anything from the AUR, there's a good chance your system will just refuse to boot after an update someday (speaking from personal experince btw). I'd go with EndeavourOS instead, which is also arch based and makes the install super easy.
I accept a certain level of volatility with my Linux experience. And I've not had any issues with AUR packages yet. I've been using a few Manjaro laptops for a while. But, that doesn't mean that it can't happen.
I really like Manjaro's rolling releases. For the first few years I was all like "wow Linux I'm a hacker now, time to install Zany Zebra" but now I just want it to keep working and stay up to date.
I can see arch or others being great for learning the inner workings of a distro or even more advanced inner workings or something great for tinkererers. But for those that see the OS as a tool to do things, yeah, I don’t see a value in it. But not everyone has the same priorities.
From memory it has a different layout in /etc, /use, and /opt that kept tripping me up. Simple things seemed harder. I do a fair amount in older versions of Java that caused problems. It's been a while though, so things have likely changed.
I was using Manjaro until the day my install started giving me problems.with dependencies and duplicated packages (?), so I went with Fedora and it's been smooth so far.
Mint. I just don't get it. It's Ubuntu but "different"? I heard a lot of people have issues with it. But also a lot of people love it and always recommend it.
To be fair I never used it and it's probably fine/great but I just have a weird unfounded hate for it
It’s Ubuntu, but includes proprietary drivers by default if detected. Also the menu is very similar to windows.
It’s got a slightly different store and update app, which also allows you select automatic updates or not etc. it’s a bit friendlier than Ubuntu tbh.
At the same time it can be wonky in its own right. For example I put it on my kids laptop. And rfkill kept disabling the wifi based on a bios setting allowing the wifi to be disabled if a nic was connected and during wake-up from s3 sleep the system would briefly falsely detect a nic and kill wifi.
Disabling the setting in bios was all that was needed. But searching the issue, even for me, led to a LOT of bad advice and threads on their forums.
It is community-run and works around ubuntu's questionable commercial moves (not including snap and maintaining their own debs for Firefox and Chromium) while developing their own software that I believe are generally more user-friendly than their equivalents in Ubuntu and other distros (the cinnamon desktop, the software manager and the updater, the welcome panel, system reports...)
For me it's Ubuntu. Whenever I tried it it was buggy and crashing. It kinda feels like Windows of GNU+Linux.
About Manjaro, I like it. I kinda feel sad seeing Manjaro get so much hate. The only thing I disliked was the accidental DDoS of AUR. But so far it's been working relatively well for me. I use Manjaro with Plasma.
And my favorite is Linux Mint. It just works, and it does so reliably. Also the Linux Mint community is really nice.
As such, I donated to Manjaro, Arch, and Linux Mint. Not much, but at least something.
Manjaro because in the few months I've used it, it happened twice that my system didn't boot anymore after I updated it. The second time I didn't reinstall but installed EndeavourOS instead. Been using that for like 2 years and never had that issue again.
I've never had a good experience with an arch based distro. I understand that's kind of the goal, and it's great if you want to use your computer to set up arch, but I want to use my computer for other things.
I’ve used arch for the past 10 years or so as my primary OS, and it only took 7 or 8 of those years to get the OS set up.
/s in all seriousness, I kind of get what you’re saying. But I don’t think that having a bad experience is the goal at all though. I think the goal is to provide an OS that lets users decide on exactly what collection of packages they want on their system, and to provide packages that are up to date and unmodified from their upstream.
Setting up your system additively comes with a cost, though. It’s way less convenient than just installing something that someone else has configured.
To me personally, I think the one-time upfront cost of setting up arch is less burdensome than dealing with configuration files that have been moved to non-default locations (transmission-daemon on Debian-based distros is one example), packages being seriously out of date and thus missing new features and bug fixes (neovim), and dealing with cleaning up packages if you prefer to use non-default software and don’t want a ton of clutter.
... show more
I’ve used arch for the past 10 years or so as my primary OS, and it only took 7 or 8 of those years to get the OS set up.
/s in all seriousness, I kind of get what you’re saying. But I don’t think that having a bad experience is the goal at all though. I think the goal is to provide an OS that lets users decide on exactly what collection of packages they want on their system, and to provide packages that are up to date and unmodified from their upstream.
Setting up your system additively comes with a cost, though. It’s way less convenient than just installing something that someone else has configured.
To me personally, I think the one-time upfront cost of setting up arch is less burdensome than dealing with configuration files that have been moved to non-default locations (transmission-daemon on Debian-based distros is one example), packages being seriously out of date and thus missing new features and bug fixes (neovim), and dealing with cleaning up packages if you prefer to use non-default software and don’t want a ton of clutter.
Definitely valid to prefer a preconfigured system, I just think it’s a misrepresentation to say that the point of arch is to be difficult, or that configuration takes a ton of time for users of arch. Maybe learning to use arch takes longer, but learning to use arch is just learning to use Linux, so it’s hard for me to see that as a bad thing. And it doesn’t take that long to learn, I was more productive in arch after a couple days than I’ve ever been on *buntu, Debian or Mint.
Fuck Ubuntu. Buggy as shit updates, forced snaps, always had problems whenever I was forced to use it, which I've never had again when I switched to Debian.
Debian, as its so MANUAL. Upgrading by manually updating x times and then literally changing the repos manually in the sources list? Wtf? Without any documentation or automation??
QubesOS, as it probably doesnt run on any real hardware. Didnt get beyond a blackscreen, and also AMD consumer GPUs dont support accelerated VMs making it useless.
Ubuntu because its annoying, but unsnap fixes a lot and its actually okay, still outdated Kernel als a bit weird.
KDE Neon because I cant tolerate its not a workstation distro but want it to be one
Linux Mint. Its old, and always had weird crashes for me. Its kinda nice and easy, kinda weird and complicated to do certain things. Some packages dont run as its not Ubuntu. Would always choose any KDE Distro that is newer.
Android. Google doesnt invest anything in AOSP it seems, GrapheneOS is the only really well made Distro.
Androids security model is a joke as every phone is bloated with malware that has full access over everything.
Banking apps need Google, map apps need Google.
There is no split screen in AOSP since forever.
No tools on the lockscreen. I am not talking about crazy ios like tools that are basically a seperate OS, its still a lockscreen. But camera and torch?
So many restrictions. RootlessJamesDSP is a good example of crazy workarounds that still dont work in the end. No FOSS appstore with autoupdates is also a pain.
Does GrapheneOS have microg or similar now? The last time I used it, it didn't have it, and some apps (Signal, I'm looking at you) had a constant notification. I went to CalyxOS, which I like fine, but it's more for the masses (gives up a little privacy for convenience) than GrapheneOS is.
Calyx is not hardened at all like Graphene. MicroG is supposed to be insecure, I miss UnifiedNLP though.
GrapheneOS has sandboxed Google Play apps, which are said to support all things. So they have the regular apps but with a compatibility layer so they work as normal apps like they should.
I dont use it though, and there is no Openstreetmap redirect or UnifiedNLP
That's a good addition to the ecosystem. I don't know if I want an official Play Services implementation on my phone, though. Even one without root access. I know microg isn't perfect, but Google has been removed as much as functionally possible from it. I may just deal with the persistent notification, once I upgrade my phone (on 4xl atm), because I really liked everything else about GrapheneOS and want to compare it to CalyxOS properly, not after only 2 weeks on Graphene. How do you like it? Have you noticed that you're missing anything important?
it has something called sandboxed google play services. they claim its more secure and private than microg. also in my experience notifications and location is more reliable with it than microg. also you can disable the constant notification for apps like signal and it still works afaik.
Their sandboxed implementation allows access to the entire profile. They even suggest creating a profile for those apps that require the Google play services. Microg at least removes Google as much as functionally possible in order to limit the data google receives. You lose some functionality, but not enough to cause any issues for me, even not with banking apps.
As far as the persistent notification for Signal: I can disable it, but won't receive notifications of new messages until I open the app; or I can hide it, but then won't receive any popup notifications at all (technically, they do come up, but they're hidden). Haven't found a way to hide the persistent notification and still receive popup notifications of new messages.
I think what GrapheneOS is doing with Google play services is amazing and, depending on your needs, may be better than microg. It's just not there yet for me. Additionally, google can suddenly decide that using Google play services like this is against their ToS and submit a cease and desist order against them, and GrapheneOS's implementation
... show more
Their sandboxed implementation allows access to the entire profile. They even suggest creating a profile for those apps that require the Google play services. Microg at least removes Google as much as functionally possible in order to limit the data google receives. You lose some functionality, but not enough to cause any issues for me, even not with banking apps.
As far as the persistent notification for Signal: I can disable it, but won't receive notifications of new messages until I open the app; or I can hide it, but then won't receive any popup notifications at all (technically, they do come up, but they're hidden). Haven't found a way to hide the persistent notification and still receive popup notifications of new messages.
I think what GrapheneOS is doing with Google play services is amazing and, depending on your needs, may be better than microg. It's just not there yet for me. Additionally, google can suddenly decide that using Google play services like this is against their ToS and submit a cease and desist order against them, and GrapheneOS's implementation becomes illegal to distribute.
Ohhh you assure me? Well that's good. I guess I and everyone else will just convert to Christianity because you've assured us.
You just keep worshipping your sky daddy and I'll continue being a normal person.
Your god is a cowardly piece of shit. If he was real I'd spit in his face for being such a piece of shit. But he obviously isn't, so unfortunately I'll never get that chance.
And the whole dying for our sins crap, give me a break. That's another story that proves the fictional god character to be a total piece of shit.
When I want to forgive someone, I just forgive them. I don't demand human sacrifices to appease me. But hey, I'm a bigger, kinder, more compassionate, more emotionally stable person than your sky daddy.
BitSound
in reply to vettnerk • • •like this
0xb, sdoorex, _thisdot, GroundbreakingSalad7, Scotty_Trees, kim (she/her), linuxoveruser, ksp, Fonzie!, makeasnek, MetalJewSolid, andruid, PseudoSpock and NeoZet like this.
PorkSoda
in reply to BitSound • • •For the uninitiated, as someone who's looking to move from Windows to Linux and Ubuntu is probably my first choice, can you share what's not to like about this?
Edit - insightful answers. Thank you
like this
sdoorex, _thisdot, kim (she/her), linuxoveruser, MetalJewSolid, themarty27 and RuBisCO like this.
Freeman
in reply to PorkSoda • • •like this
acxyzzy, GroundbreakingSalad7, kim (she/her), linuxoveruser, makeasnek, MetalJewSolid, themarty27, agaia and NeoZet like this.
DryTomatoes
in reply to Freeman • • •like this
GroundbreakingSalad7, VisualNovelist, MetalJewSolid, themarty27, Gurfaild and NeoZet like this.
MrPoopyButthole
in reply to DryTomatoes • • •like this
GroundbreakingSalad7, Scotty_Trees, linuxoveruser and NeoZet like this.
InfiniteStruggle
in reply to MrPoopyButthole • • •like this
Scotty_Trees and NeoZet like this.
frazorth
in reply to DryTomatoes • • •like this
NeoZet likes this.
DryTomatoes
in reply to frazorth • • •WldFyre doesn't like this.
brenno
in reply to Freeman • • •like this
sdoorex likes this.
Freeman
in reply to brenno • • •So it would have been that much easier for Ubuntu to be first to market and open source the snap server software…
But they didn’t. And alternative solutions had to be created.
like this
MetalJewSolid and themarty27 like this.
brenno
in reply to Freeman • • •like this
sdoorex likes this.
vettnerk
in reply to PorkSoda • • •One word: snapd
If you like the idea of ubuntu, but wish to avoid ubuntu, you might want to check out Linux Mint.
like this
invno1 likes this.
s08nlql9
in reply to vettnerk • • •like this
themarty27 likes this.
BitSound
in reply to s08nlql9 • • •like this
themarty27 likes this.
init
in reply to BitSound • • •like this
BitSound likes this.
iopq
in reply to s08nlql9 • • •Podo_Danderfluff
in reply to vettnerk • • •Download - Zorin OS
ZorinElw
in reply to vettnerk • • •BitingChaos
in reply to Elw • • •We know. I've just grown accustomed how Ubuntu is set up. Its defaults for many packages seem a little more configured "out of the box" compared to the same offerings like from Debian. I seem to recall installing LAMP stuff from both Debian and CentOS having a similar base config (basically just using the defaults from php, apache, mysql, etc), while the Ubuntu versions had some things already pre-configured that made it easier to get a multi-domain site up and running quicker.
A fresh Ubuntu install, followed by a snapd purge and rolling back of its networking is usually easier for me than going with something like CentOS or Debian and manually configuring each and ever package with it.
Then again, I've been using Ansible for a while, so my setups for CentOS and Debian have been getting easier and easier, so it's possible that I may eventually drop Ubuntu if they end up changing their OS so much that I can no longer purge their junk.
carzian
in reply to PorkSoda • • •For context:
Snaps are a way to build applications so that they can run on any platform with one build method. It makes it easier for developers to publish their apps across multiple different Linux distro without having to worry about dependency issues.
Snaps have been very poorly received by the community, one of the largest complaints is that a snap program with take 5-10 seconds to start, where as the same program without snap will start instantly.
Ubuntu devs have been working for years to optimize them, but it's a complex problem and while they've made some improvements, it's slow going. While this has been going on, Ubuntu is slowly doubling down more and more on snaps, such as replacing default apps with their snap counterparts.
On the other hand, other methods like flatpak exist, and are generally more liked by the community.
This has led to a lot of Ubuntu users feeling unheard as their feedback is ignored.
like this
sdoorex, invno1 and MetalJewSolid like this.
BitingChaos
in reply to PorkSoda • • •Performance and functionality.
When I click the Firefox icon, I expect Firefox to open. Like, right away.
When Ubuntu switched it to a snap, there was a noticeable load time. I'd click the icon and wait. In the background the OS was mounting a snap as a virtual volume or something, and loading the sandboxed app from that. It turned my modern computer with SSD into an old computer with a HDD. Firefox gets frequent updates, so the snap would be updated frequently, requiring a remount/reload every update.
Ubuntu tried this with many stock apps (like Calculator), but eventually rolled things back since so many people complained about the obvious performance issues.
I'm talking about literally waiting 10X the time for something to load as a snap than it did compared to a "regular" app.
The more apps you have as snaps, the more things have to be mounted/attached and slowly loaded. This also use to clutter up the output when listing mounted devices.
The Micropolis (GPL SimCity) snap loads with read-only permissions. i.e., you cannot save.
... show morePerformance and functionality.
When I click the Firefox icon, I expect Firefox to open. Like, right away.
When Ubuntu switched it to a snap, there was a noticeable load time. I'd click the icon and wait. In the background the OS was mounting a snap as a virtual volume or something, and loading the sandboxed app from that. It turned my modern computer with SSD into an old computer with a HDD. Firefox gets frequent updates, so the snap would be updated frequently, requiring a remount/reload every update.
Ubuntu tried this with many stock apps (like Calculator), but eventually rolled things back since so many people complained about the obvious performance issues.
I'm talking about literally waiting 10X the time for something to load as a snap than it did compared to a "regular" app.
The more apps you have as snaps, the more things have to be mounted/attached and slowly loaded. This also use to clutter up the output when listing mounted devices.
The Micropolis (GPL SimCity) snap loads with read-only permissions. i.e., you cannot save. There are no permission controls for write access (its snap permissions are only for audio).
Basically, the snap was configured wrong and you can never save your game.
I had purged snapd from my system and added repos to get "normal" versions of software, but eventually some other package change would happen and snapd would get included with routine updates.
I understand the benefits of something like Snaps and Flatpaks - but you cannot deny that there are negatives. I thought Linux was about choice. I've been administering a bunch of Ubuntu systems at work for well over a decade, and I don't like what the platform has been becoming.
Also, instead of going with an established solution (flatpak), Ubuntu decided to create a whole new problem (snap) and basically contributes to a splitting of the community. Which do you support? Which gets more developer focus to fix and improve things?
You don't have to take my word for any of this. A quick Google search will yield many similar complaints.
like this
_thisdot, cheer and Gurfaild like this.
NightOwl
in reply to BitingChaos • • •BitingChaos
in reply to NightOwl • • •Oh! I forgot another one! Updates.
You can't really control when the updates of snaps are rolled out.
For "regular" software, I have an "apt update" type of script that I can run when I choose to update everything on my system. On some systems, I have this in a weekly crontab. On other systems, there is no scheduled run. On those systems, it's important to keep many apps as-is - so several packages are also locked, as well ("apt-mark hold").
With snap, you basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something. Broken package updated? Well, you can manually roll back that one. Broken update pushed again during the next forced update window? Just roll it back again! (and repeat, every day)
These are the words direct from a snap developer on why you cannot lock an app: "
... show moreOh! I forgot another one! Updates.
You can't really control when the updates of snaps are rolled out.
For "regular" software, I have an "apt update" type of script that I can run when I choose to update everything on my system. On some systems, I have this in a weekly crontab. On other systems, there is no scheduled run. On those systems, it's important to keep many apps as-is - so several packages are also locked, as well ("apt-mark hold").
With snap, you basically have no control. It updates as many times as it wants, when it wants. You can try to adjust some timers to change the window when forced updates are rolled out, but can never tell it to NOT update something. Broken package updated? Well, you can manually roll back that one. Broken update pushed again during the next forced update window? Just roll it back again! (and repeat, every day)
These are the words direct from a snap developer on why you cannot lock an app: "You need to keep your software up to date."
Yes, I understand that, but I also know it's really important to not update some stuff, and I know that broken snaps sometimes get pushed.
Basically, the snap developers have talked down to the users. THEY know better of what WE actually want and need, not us dumb users that actually administer things for a living.
Reddit - Dive into anything
www.reddit.comlike this
invno1, BitSound, themarty27 and Gurfaild like this.
mustkana
in reply to BitingChaos • • •This is incorrect:
snap refresh --hold=forever
In general, I'd advise you to do a bit of research beforehand when giving advice...
Edit: Downvotes for factual information? Really?
don't like this
BitSound doesn't like this.
Piranha Phish
in reply to mustkana • • •The
--hold
feature was introduced with snapd v2.58 which was released as recently as Dec 1, so less than 9 months ago. So I would consider this a relatively new feature.Furthermore, as best as I can tell from the documentation, there isn't even a way to configurably hold updates in general or for a specific package like can be done with apt-preferences;
refresh.hold
only allows 90 days out.I think it is a perfectly valid criticism that the snap developers didn't implement this feature at all until well into the life of the product and then, even then, done begrudgingly at best evidenced by the minimal implementation.
Now, I feel like I did my research, but feel free to let me know if there's something I can do better or if you have any other general life advice for me.
like this
invno1, BitSound, themarty27, mustkana and Gurfaild like this.
HERRAX
in reply to PorkSoda • • •You get a lot of recommendations for Mint here, but I'd like to toss in a recommendation for Pop!_OS. Also based on Ubuntu without all the crap. I would say the biggest difference between pop and mint is the UI, as Mint comes standard with cinnamon and pop with Gnome (soon cosmic) as their DE's.
Just take a look at those two and choose one of them, they are both great distros, and absolutely the two I would recommend to just about anyone. Easy to use and very straightforward for new people trying out Linux.
ikidd
in reply to BitSound • • •My reaction when I find out Ubuntu is only going to use Snaps : linuxmemes
old.lemmy.worldAbouBenAdhem
in reply to BitSound • • •cloudy1999
in reply to AbouBenAdhem • • •Firefox is one of the worst snaps. It pops up an annoying notification everyday reminding you to restarted it. Then came the crashing. It got to a point where I couldn't keep my browser running more than a few minutes at a time.
I wanted to like snaps, and I'm not overall negative on Ubuntu, but keeping the web browser functional is minimum requirement. The Firefox PPA is much more reliable.
like this
themarty27 and Gurfaild like this.
cloudy1999
in reply to cloudy1999 • • •Stillhart
in reply to vettnerk • • •like this
Scotty_Trees, kim (she/her), FortifiedAttack [any], linuxoveruser and Fonzie! like this.
vettnerk
in reply to Stillhart • • •like this
linuxoveruser and Gurfaild like this.
atlasraven31
in reply to Stillhart • • •like this
Fonzie! likes this.
CloverSi
in reply to Stillhart • • •Lettuce eat lettuce
in reply to vettnerk • • •ZorinOS, had lots of problems with it right out of the box that weren't present on any other mainstream distros I tried on the same hardware.
I didn′t like the look and feel either. For a distro that has a paid version, I would expect a very polished a premium feeling experience, but I didn't get that compared to all the mainstream free distros.
It was ultimately a dissapointing experience all around.
atlasraven31
in reply to Lettuce eat lettuce • • •Lettuce eat lettuce
in reply to atlasraven31 • • •simple
in reply to Lettuce eat lettuce • • •Lettuce eat lettuce
in reply to simple • • •nik282000
in reply to vettnerk • • •like this
leozqi, sdoorex, Owl [he/him], Scotty_Trees, linuxoveruser and Fonzie! like this.
forgotmylastusername
in reply to nik282000 • • •like this
leozqi, sdoorex, Owl [he/him], Scotty_Trees and abclop99 like this.
zagaberoo
in reply to forgotmylastusername • • •Binary speed is really the least reason to use Gentoo.
There are a lot of thorny issues in package distribution that source builds completely sidestep.
Install-it-yourself plus source updates are a lot to ask, but if you can get the hang of it the benefits are pretty sweet.
const_void
in reply to nik282000 • • •Octorine
in reply to const_void • • •like this
sdoorex, valkyrie and Gurfaild like this.
gian
in reply to const_void • • •circuitfarmer
in reply to nik282000 • • •So what you're actually saying is: you don't like Arch because you don't want to take the time to learn how to use Arch.
(Which is fine)
like this
JebanuusPisusII and abclop99 like this.
nik282000
in reply to circuitfarmer • • •like this
sdoorex likes this.
circuitfarmer
in reply to nik282000 • • •like this
ass_troll likes this.
JebanuusPisusII
in reply to circuitfarmer • • •Elw
in reply to nik282000 • • •like this
abclop99 likes this.
nik282000
in reply to Elw • • •tibi
in reply to nik282000 • • •And also, I have work to do... I don't like wasting my time tinkering with config files trying to get the optimum settings. I just want an OS that helps me do my work and gets out of the way.
All the edgelord kids boasting about using Arch are also a big turn off.
demystify
Unknown parent • • •dinckel
in reply to vettnerk • • •don't like this
Mrrt doesn't like this.
atlasraven31
in reply to dinckel • • •nbailey
in reply to dinckel • • •waitmarks
in reply to dinckel • • •I have literally never had any upgrade issues on debian that wasn’t something mentioned in release notes(been using it since debian 7). I am guessing you did a lot of things they tell you specifically not to do on this page:
wiki.debian.org/DontBreakDebia…
DontBreakDebian - Debian Wiki
wiki.debian.orglike this
Mrrt and sdoorex like this.
dinckel
in reply to waitmarks • • •CalcProgrammer1
in reply to dinckel • • •SomeBoyo
in reply to vettnerk • • •like this
sdoorex, siph, GroundbreakingSalad7, Scotty_Trees, kim (she/her), thenextfrontier, linuxoveruser, ksp, Fonzie! and Lynxroh like this.
AlmightySnoo 🐢🇮🇱🇺🇦
in reply to vettnerk • • •maeries
in reply to AlmightySnoo 🐢🇮🇱🇺🇦 • • •SinningStromgald
in reply to demystify • • •huskypenguin
Unknown parent • • •Shikadi
in reply to vettnerk • • •like this
abclop99 likes this.
TCB13
in reply to vettnerk • • •like this
sdoorex likes this.
sturlabragason
in reply to TCB13 • • •like this
sdoorex likes this.
iopq
in reply to TCB13 • • •iopq
in reply to vettnerk • • •like this
linuxoveruser likes this.
sovietknuckles [they/them]
Unknown parent • • •apt install firefox
, I expect a deb, not a snaplike this
FortifiedAttack [any] likes this.
edinbruh
in reply to vettnerk • • •Ubuntu: it's not bad, I just don't like canonical
Manjaro: it starts as arch but more user friendly (by being preconfigured), until it inevitably breaks (being arch) and you end up with a regular arch that you don't know how is configured
Elementary os: it's too elementary os
All those con distros that are just a bunch of reskinned free stuff ask you money for that. Like zorin os
LeFantome
in reply to edinbruh • • •arthurpizza
in reply to vettnerk • • •I've had nothing but problems with Ubuntu. There's always some random crash that I don't know what it is but I get a pop up. Sometimes you think you're installing from apt but it secretly is running snap commands.
The OS should never hide things from me. I'm the user and I'm root.
If I wanted an operating system to be sneaky and do things behind my back I'll go to Windows.
like this
sdoorex, invno1 and linuxoveruser like this.
CoolYori [she/her]
in reply to vettnerk • • •ken27238
Unknown parent • • •Or so the Germans would have us believe.
RIP norm Macdonald.
BCsven
in reply to SinningStromgald • • •BCsven
in reply to vettnerk • • •NorthWestWind
in reply to BCsven • • •BCsven
in reply to NorthWestWind • • •methodicalaspect
in reply to NorthWestWind • • •LeFantome
in reply to BCsven • • •BCsven
in reply to LeFantome • • •sveske_juice
in reply to BCsven • • •BCsven
in reply to sveske_juice • • •some_guy
in reply to vettnerk • • •like this
FortifiedAttack [any] likes this.
cygnus
Unknown parent • • •PorkSoda
Unknown parent • • •like this
themarty27 likes this.
fictitiousexistence
in reply to vettnerk • • •RebeccaBlackOS
Because I can only use it on Friday Friday!
like this
build_a_bear_group [he/him, comrade/them] likes this.
happyhippo
in reply to vettnerk • • •Well look at that, no one seems to mention opensuse/Tumbleweed.
Great sign 👍🏻
Fedora also unscathed.
Two of my favorites, if not my absolute favorites.
Agility0971
in reply to happyhippo • • •like this
Mrrt likes this.
deadbeef79000
in reply to vettnerk • • •Anything even tangential to Red Hat.
RPM's are hot garbage when it comes to packaging formats.
Having said that, I use Fedora at work and Ubuntu at home.
like this
FortifiedAttack [any] likes this.
SootySootySoot [any]
in reply to deadbeef79000 • • •deadbeef79000
in reply to SootySootySoot [any] • • •Issues with building RPM's. There's no specification for what an RPM is (unlike say deb).
Well the specification is "whatever rpmbuild version x.y.z does" and whatever other tangential packages happen to be installed on the build system.
Try building an RPM for CentOS 6 on a RockyLinux 8 system, or building for both of those on Fedora.
You can do it, but it's real ball ache, and you have to jump through a lot of hoops.
Compare to building a deb for any version of Debian/Ubuntu on Fedora/RHEL it's a doddle and predictable.
Chewy
in reply to vettnerk • • •Anything that includes more software than necessary for the system I want. If I need Steam, I'm gonna install it myself.
That's why I don't run one of those many downstream distros that mainly change appearances or improve little things like GUI driver managers etc. For some people that's the reason to use those distros, I might just to look how they achieve the particular feature (e.g. skin, config).
But in general there aren't really distros I don't like, but many which I prefer. Debian, Fedora, Arch, NixOS are all great, especially the more community run distros.
like this
0xb and abclop99 like this.
shapis
in reply to vettnerk • • •Using arch but honestly. I don't "like" any of them. Every distro I've ever used has required more setup and maintenance than I would have liked.
I really just want a system that doesn't bork itself on updates and let's me install whatever software I want. You would think that wouldn't be so impossible to find.
DryTomatoes
in reply to shapis • • •shapis
in reply to DryTomatoes • • •DryTomatoes
in reply to shapis • • •shapis
in reply to DryTomatoes • • •Yes. I had both actually. Hardware and debian specific bugs, on a clean install from the live iso with barely any packages installed from apt and like 10 flatpaks. I'm a bit exhausted rn to find all the links. But let me find at least the worst one for ya.
This was the most egregious one. essentially. On a fresh install updating was broken. Yeah. It was that bad.
In addition to that there was the amd ftpm stutter. Which isn't necessarily debians fault. But it's still bad.
And I was having screen flickers. Not sure why. I was tired enough of it bugging out that I just gave up on the stable dream and went back to arch.
Debian Bookworm (12.0): dependency issues prevent kernel upgrade (raspi-firmware issue) - Debian User Forums
forums.debian.netsilent_water [she/her]
in reply to shapis • • •shapis
in reply to silent_water [she/her] • • •I kinda don't want that. I want a system that doesn't break in the first place...
My experience with nix was very short lived. It mostly consisted of me wondering how to install something and people telling me to package it myself for a day of two til I gave up.
silent_water [she/her]
in reply to shapis • • •updates invariably break things, whatever we do. the safety net of being able to roll back makes taking updates a lot more palatable.
yeah, like I said it has a learning curve so it's not for everyone but it's been a lifesaver for me so I thought I'd point it out.
shapis
in reply to silent_water [she/her] • • •Indeed. Maybe I'll give it another try if/when arch botches itself again.
The idea of a reproducible system is honestly great.
UntouchedWagons
in reply to huskypenguin • • •silent_squirrel
in reply to vettnerk • • •OpenSUSE, mostly because they differ too much from other distros, often even without any (obvious) advantages.
For example a lot of file paths (config files and such) are different, and when being used to other distros (or just following a guide from the internet) it takes longer to find it (I know there is Yast but I'm not a huge fan of that tool either)
Also, Manjaro
arcrust
in reply to vettnerk • • •The only one that really pissed me off was a distro called biglinux. It's arch based and very popular in Brazil. It's actually very stable. Everything works great. It's got some nice features.
Butttt, it uses latte dock or panel (kde). They have built in presets for how to arrange the panels and what not. It's nice, however, I was trying to move some panels around from the base options and broke kde. I wasn't doing anything more than changing GUI settings and the whole desktop broke. I seriously don't understand.
like this
abclop99 likes this.
hitagi
in reply to vettnerk • • •Ubuntu. Snaps are a buggy mess. I know you can remove them but I like sane defaults. Snap drives me insane. Mint, PopOS, Debian are better choices for a stable distro.
edit: I also don't like Fedora and CentOS. The installers tend to be very buggy for me.
zagaberoo
in reply to hitagi • • •snap
directory polluting your home directory, and that the devs answer is basically to shrug their shoulders, that was enough to turn me into an anti-snap zealot.hitagi likes this.
neo (he/him)
in reply to vettnerk • • •RogerWilco
in reply to SinningStromgald • • •Like sudo requiring you to use the root password?
Isn't one of the principal reasons sudo exists is so you DONT need to know or use the root password to perform root-level tasks?
It's an idiotic choice on OpenSUSE's part IMO.
LeFantome
in reply to vettnerk • • •Manjaro because it is a bait and switch trap. Seems really polished and user friendly. You will find out eventually it is a system destroying time-bomb and a poorly managed project.
Ubuntu because snaps.
The rest are all pros and cons that are different strokes for different folks.
like this
FortifiedAttack [any], linuxoveruser, abclop99 and Gurfaild like this.
moonsnotreal
in reply to LeFantome • • •like this
FortifiedAttack [any] likes this.
halo5
in reply to vettnerk • • •like this
Mrrt and sdoorex like this.
warmaster
in reply to vettnerk • • •I don't like Canonical and Red Hat, so I wouldn't use their distros out of principle. On top of that, I don't like Snaps, and Ubuntu's customizations done to GNOME.
From Fedora, I don't like Calamares. The rest is great.
Manjaro doesn't play nice with either upstream nor downstream and has GTK apps that don't follow GNOME's design guidelines, this last point also applies to Endeavor OS.
Vanilla OS is unusable for me, AB Root is hard, and I can't follow any online guides, tutorials or scripts. But their UX/UI is drool worthy. Blend OS has Waydroid out of the box but it's immutability is hard for me.
Debian is awesome but I don't like it for my work / gaming rig. Old kernel and packages. Best ever for servers.
All Ubuntu derivatives are old for me, so no. But I liked Zorin the best.
Deepin, I'm afraid of Chinese gov backdoors. Most probably paranoia.
I settled on Crystal Linux (arch based), has the nicest UI but they don't provide a GUI for package management, and they have handled their repos irresponsibly. It's more of a hobby distro, but a beautiful one.
MrPoopyButthole
in reply to RogerWilco • • •const_void
in reply to vettnerk • • •RandomLegend [He/Him]
in reply to const_void • • •like this
Mrrt likes this.
vhstape
in reply to const_void • • •ReK_
in reply to vettnerk • • •like this
sdoorex, linuxoveruser, abclop99 and Gurfaild like this.
maor
in reply to ReK_ • • •like this
sdoorex likes this.
banazir
in reply to vettnerk • • •Well, Ubuntu. I've been skeptical of it from the beginning, but I did use it on and off in the 00's. Canonical has since gone out of their way to make sure I won't install their shit on my computers.
Recent developments have also somewhat soured me on Fedora.
like this
FortifiedAttack [any] likes this.
absGeekNZ
in reply to vettnerk • • •I used Ubuntu for years, but the forcing of snap really killed it for me.
Ubuntu used to be synonymous with stability and compatibility. It was always a little bloated and slower than a bunch of others. But that was the price for stability....
It is probably still stable but compatibility has taken a back seat. This is what really annoyed me enough to switch.
I'm on Mint now, it is really nice. Flatpak is much better than Snap, my only real issue is the MASSIVE size of flatpak downloads.
like this
FortifiedAttack [any] and linuxoveruser like this.
gian
in reply to RogerWilco • • •As far as I remember, sudo ask for the user password, not the root one.
It is "su -c [some_command]" that ask for the root password.
somegeek
in reply to vettnerk • • •It's violating many rules of freedom, and just isn't good. Their DE spins aren't good, snaps aren't good
like this
sdoorex likes this.
ichbinjasokreativ
in reply to somegeek • • •It's just not quite as libre as some people want.
garam
in reply to ichbinjasokreativ • • •yum13241
in reply to garam • • •monotrox
in reply to somegeek • • •The first time I tried ubuntu I did not install it because it felt like half of the screen space was used up by the sidebar, top bar and window decoration so yeah.
That little detail put me off of installing linux for like a year or so because I did not knowthat you can easily change stuff like that
AssortedBiscuits [they/them]
in reply to somegeek • • •FortifiedAttack [any] likes this.
mrvictory1
Unknown parent • • •Mint removes snaps and card games and replaces some GNOME utility apps like image viewer, video player, store etc. with its own apps. Mint also comes with additional apps like Hypnotix, Transmission, Hexchat, Timeshift but worst case they need additional disk space. Like 500 MiB maximum in a 10+ GiB install. I wouldn't consider these apps "bloat".
mister_monster
in reply to vettnerk • • •Ubuntu, because of their shenanigans with ads in the OS, forcing snap and just generally demonstrating disdain for their userbase.
Manjaro for their office suite debacle, and general instability.
RHEL for their recent attempts to subvert GPL.
Debian because packages are never, ever, ever up to date.
Gentoo because any sane person would get sick of compiling.
like this
leozqi, floofloof, linuxoveruser and Catasaur like this.
don't like this
Mrrt doesn't like this.
vettnerk
in reply to mister_monster • • •like this
zagaberoo likes this.
pedro
in reply to vettnerk • • •vettnerk
in reply to pedro • • •I miss /usr/ports. I could spend days just exploring its contents.
I miss an /etc structure that wasn't a complete mess.
I miss UFS and its soft updates.
I miss the stability of fBSD 3 and 4.
I miss the ease of which you tweaked, compiled, and installed a new kernel.
And just because of the hilarious legacy that was obsolete 20 years beforw I started with it, I miss the concept of font-servers.
The main reason for my migration was the bigger userbase of linux where it was easier to find people who has resolved whatever issue I was having, plus nvidia drivers. Plus I've only needed to use fBSD once professionally.
pedro
in reply to vettnerk • • •claymore
in reply to pedro • • •pedro likes this.
mister_monster
in reply to vettnerk • • •like this
zagaberoo likes this.
zagaberoo
in reply to mister_monster • • •I'm not saying anyone is wrong for shying away from Gentoo, but using a comprehensive desktop environment, systemd, and
gentoo-kernel
gives a very non-fiddly experience.Combine that with running updates overnight or honestly just running them in the background while you work, and it's not nearly as bad as its reputation.
Still very much a commitment vs other distros, but not as bonkers as it can seem.
mister_monster likes this.
Zucca
in reply to mister_monster • • •But...
Experimental binary package host - Gentoo Wiki
wiki.gentoo.orgTalkingCat-
in reply to Zucca • • •Reliant1087
Unknown parent • • •CheshireSnake
in reply to vettnerk • • •Ubuntu. Pretty sure you already have an idea why. Lol.
OpenSUSE. I've always had issues trying to use it, from zypper to updates to bootloops. It's also sluggish compared to other distros (yes, same DEs usually) on my laptop. I've tried at least 3x trying to get why a lot of people love it. It's just not for me.
I've never tried Manjaro yet, but coming from Arch and EOS I don't think I ever will.
yum13241
in reply to CheshireSnake • • •Yeah, don't even touch Manjaro OR Ubuntu with a 100 foot pole.
openSUSE Tumbleweed is what I'd use if Arch stopped existing, TBH.
uzay
Unknown parent • • •Another option might be garuda linux. It's a arch-based gaming-focused distro. So it should be flexible as well, but it did break frequently on my system back when I tried it out.
Otherwise Alma Linux (Red Hat based) might be running older kernel versions as well.
Kristof12
in reply to vettnerk • • •Fedora, mostly because of the decisions they make are mostly for corporate areas;
The kernel selection they make, packages and etc;
Sometimes need to deal with kernels they select that don't work well with my hardware
like this
abclop99 likes this.
don't like this
Scotty_Trees doesn't like this.
Cyborganism
in reply to Kristof12 • • •I was thinking of switching from Ubuntu to Fedora because of the praise it got for being more up to date and having great default settings as a desktop distro.
What kind of problems did you run into? Can you give examples? I'd like to know before making the switch.
Kristof12 likes this.
PorkrollPosadist [he/him, they/them]
in reply to Cyborganism • • •like this
Kristof12 likes this.
Kristof12
in reply to Cyborganism • • •One of the problems, somebody else said lol they have some ideas and updates to new versions that work better for corporate area but for desktop users it gets slower and too bloated for a normal desktop user (or at least for me, was my experience), if for you, the problems that I say below is not a big deal for you when you try Fedora, you can use it, if it doesn't affect you
Somebody would say that Ubuntu is a lot corporate, but if you remove snaps is really okay, on my experience... and there is Debian in anycase lmao
I had more problems with systemd on Fedora than other distros, despite on Ubuntu mostly you will have this issue with snaps only, this was mostly issues here, maybe for you would be different (I tried to install last month but systemd was crashing at boot and returned to my regular debian setup)
I had the kernel issue, on ubuntu it's a bit better to handle previous versions, sometimes an update doesn't work well, bad performance and you don't have so many options of rollback like Ubuntu (Debian too gives more options); and the praise, it's normal bec
... show moreOne of the problems, somebody else said lol they have some ideas and updates to new versions that work better for corporate area but for desktop users it gets slower and too bloated for a normal desktop user (or at least for me, was my experience), if for you, the problems that I say below is not a big deal for you when you try Fedora, you can use it, if it doesn't affect you
Somebody would say that Ubuntu is a lot corporate, but if you remove snaps is really okay, on my experience... and there is Debian in anycase lmao
I had more problems with systemd on Fedora than other distros, despite on Ubuntu mostly you will have this issue with snaps only, this was mostly issues here, maybe for you would be different (I tried to install last month but systemd was crashing at boot and returned to my regular debian setup)
I had the kernel issue, on ubuntu it's a bit better to handle previous versions, sometimes an update doesn't work well, bad performance and you don't have so many options of rollback like Ubuntu (Debian too gives more options); and the praise, it's normal because it works well for specific users mostly pure gnome users that works well on any version and don't have issues from like I said before and don't really care losing a bit of performance if we have more "features" that others don't really use so much
Cyborganism likes this.
Scotty_Trees doesn't like this.
garam
in reply to vettnerk • • •Rocky and OL...
Just their approach aren't as good as Alma or CentOS as upstream. It's just my personal opinion...
I just don't like the CIQ narrative and Oracle that keep pushing Red Hat to corner...
Red Hat being dick because most of downstream being dick, especially CIQ/Rocky.. they steal about 30% of Red Hat contract, while offer cheaper package (quite a lot cheaper, and they don't even work on SIG like AlmaLinux Does), but using RHEL code, and just rebrand it as the best RHEL compatible, Rocky Linux.
OL is worst... Overprice Oracle DB, provide free OL, fork from Red Hat, and slap much higher cost until your company can't pay... well at least OL is honest than CIQ...
People need to see from Red Hat perspective regarding their dick move on exercising their GPLv2, and the upstream code still in git.centos.org. It depends now on downstream for repackage it. So it's still open source... and you can still have Rocky, Alma, OL, just you need to maintain the build pipeline...
And Rocky is broken on Old Thinkpad with 7 row keyboard. Alma, RHEL, and
... show moreRocky and OL...
Just their approach aren't as good as Alma or CentOS as upstream. It's just my personal opinion...
I just don't like the CIQ narrative and Oracle that keep pushing Red Hat to corner...
Red Hat being dick because most of downstream being dick, especially CIQ/Rocky.. they steal about 30% of Red Hat contract, while offer cheaper package (quite a lot cheaper, and they don't even work on SIG like AlmaLinux Does), but using RHEL code, and just rebrand it as the best RHEL compatible, Rocky Linux.
OL is worst... Overprice Oracle DB, provide free OL, fork from Red Hat, and slap much higher cost until your company can't pay... well at least OL is honest than CIQ...
People need to see from Red Hat perspective regarding their dick move on exercising their GPLv2, and the upstream code still in git.centos.org. It depends now on downstream for repackage it. So it's still open source... and you can still have Rocky, Alma, OL, just you need to maintain the build pipeline...
And Rocky is broken on Old Thinkpad with 7 row keyboard. Alma, RHEL, and Fedora isn't.
I still can't find the cause, but end up using Fedora on most Thinkpad I have.
Other than that Is Ubuntu... It's... simpler to use, but when you deploy to production or Enterprise env... mostly sucks when they push broken update, and we need to rollback, it's not as simple as dnf history undo... it's also personal opinion, YMMV.
letbelight
in reply to garam • • •pH3ra
in reply to vettnerk • • •That's the Linux community I love, good job people ❤
like this
frippa, leozqi, sergiu, perdido, Limeade, Scotty_Trees, FortifiedAttack [any], GetAwayWithThis, dditty, SomeBoyo, 𝕸𝖔𝖘𝖘, runlikellama, makeasnek, themarty27, andruid, PseudoSpock and GregorTacTac like this.
don't like this
SomeBoyo and Fonzie! don't like this.
setVeryLoud(true);
in reply to pH3ra • • •No one gets left behind
Akuna Matata or some shit
like this
frunch, 𝕸𝖔𝖘𝖘, Fonzie! and andruid like this.
Papamousse
in reply to pH3ra • • •like this
DarthOpa likes this.
𝕸𝖔𝖘𝖘
in reply to pH3ra • • •like this
andruid and abclop99 like this.
frazorth
in reply to vettnerk • • •islinuxaboutchoice.com/
[Edit] Sorry I've just picked up Sync and the UI has apparently confused me. I was trying to respond to this comment.
lemmy.world/comment/2287892
But I guess I messed up.
Is Linux About Choice?
www.islinuxaboutchoice.comdon't like this
Jeremy Soller 🦀 doesn't like this.
darcy
in reply to frazorth • • •qaz
in reply to darcy • • •darcy
in reply to qaz • • •qaz likes this.
RogerWilco
in reply to MrPoopyButthole • • •jack
Unknown parent • • •Oscar
Unknown parent • • •I use debian 12 on my work laptop. I agree with your points but I still use it because I want the fundamental system to be stable, and then any software I want to be more up-to-date I build from source (tmux, alacritty, neovim) or download separately (vscode/slack/joplin).
I used to use ubuntu because it worked so well with my hardware ootb, but I got tired of snap.
darcy
in reply to vettnerk • • •Mandy
in reply to vettnerk • • •base arch that isnt a distro from it
the forums are elitist tot he point you should never bother
the install instructions (before the installer they added only reluctantly) need a phd to understand
its running on the worst parts of the KISS principle, its not simple to use, or simple to get around, it simply refuses to add any bells and whistles to make it easier to use
use endeavouros, arco, archlabs, reborn or any number of arch based distros, that way you get the aur, the good part of it
ursakhiin
Unknown parent • • •like this
Gurfaild likes this.
jimakososx
in reply to vettnerk • • •I like gentoo - the wiki is awesome and portage is a great package manager. It was the first time I saw how the linux kernel gets compiled. It makes you appreciate all the work the devs do.
I now read the title and you ask for the opposite. But someone might find these bad, so i will post it as-is
like this
FortifiedAttack [any] likes this.
pedro
in reply to jimakososx • • •Gentoo is the best distro when you want to get deeper understanding. If I had to give advice on the path of getting to know deeper the Linux environment I'd say: Debian or Fedora -> Arch -> Gentoo -> lfs
If I had time I'd try NixOS and FreeBSD as a main workstation.
zagaberoo likes this.
jimakososx
in reply to pedro • • •FreeBSD is something I have not tried; nixOS as well. I have used OpenBSD but it feels a bit slow compared to linux - at least as a desktop OS.
pedro likes this.
setVeryLoud(true);
in reply to ursakhiin • • •selokichtli
in reply to vettnerk • • •like this
Spastickyle, FortifiedAttack [any] and abclop99 like this.
Jo Miran
in reply to selokichtli • • •like this
FortifiedAttack [any] likes this.
Pixel
in reply to vettnerk • • •cobra89
in reply to Pixel • • •Not sure you can really blame an OS that is out of support and that you should have upgraded to the new version years prior. I used CentOS in an enterprise environment for close to 10 years and really had no problems, except when we tried to shoehorn new software onto old versions it had no business being on instead of just upgrading.
I remember the upgrade from CentOS 6 to 7. It changed a bunch of stuff including making systemd the default init system. I'm assuming your company just wanted to avoid doing that work? But at the same time most other distros were switching to systemd so you would have had to do that work regardless.
Dubious_Fart
in reply to vettnerk • • •I am growing to dislike Ubuntu.
Simply because its so old, that anytime I try to find a solution to a problem, I'm wading through 15 years of shit, 99% of which isnt relevant anymore due to age/depreciation.
like this
abrasiveteapot, floofloof, FortifiedAttack [any], Hika, dditty and abclop99 like this.
s20
in reply to Dubious_Fart • • •Dubious_Fart
in reply to s20 • • •Being noob friendly is why I chose it.
I'm not a programmer or a sysadmin, My linux experience is entirely contained to the past 5-6ish years I've used it to avoid using Windows 10.
Every single problem I've had, no matter how ultimately minor it was, has been a enormous fuckin ordeal to figure out and solve, in large part due to the 15+ years of ancient, non-relevant knowledge.
So I'm probably gonna end up switching distros soon, since i'm tired of troubleshooting and still have weird, minor shit happening.. Just frustrated a bout doing it because I finally got steamtinkerlauncher working properly, which was an ordeal in and of itself.
And its gotten to the point I even hate talking about the issues I have, cause someone inevitable swoops in and be like "Well, just run (command) -help" to figure out what to do, and I'm all like.. okay, fucking great. That doesnt help because I dont know whats fucking wrong. Cant use -help if I dont know what command i need to fix this weird problem that no internet searches are showing me any kind of solution or eve
... show moreBeing noob friendly is why I chose it.
I'm not a programmer or a sysadmin, My linux experience is entirely contained to the past 5-6ish years I've used it to avoid using Windows 10.
Every single problem I've had, no matter how ultimately minor it was, has been a enormous fuckin ordeal to figure out and solve, in large part due to the 15+ years of ancient, non-relevant knowledge.
So I'm probably gonna end up switching distros soon, since i'm tired of troubleshooting and still have weird, minor shit happening.. Just frustrated a bout doing it because I finally got steamtinkerlauncher working properly, which was an ordeal in and of itself.
And its gotten to the point I even hate talking about the issues I have, cause someone inevitable swoops in and be like "Well, just run (command) -help" to figure out what to do, and I'm all like.. okay, fucking great. That doesnt help because I dont know whats fucking wrong. Cant use -help if I dont know what command i need to fix this weird problem that no internet searches are showing me any kind of solution or even a hint for.
edit
Sorry, apparently my annoyance boiled over into a rant.
like this
alfobo and andruid like this.
s20
in reply to Dubious_Fart • • •I feel you. I really do. User friendliness is what got me to try out Ubuntu in the first place. My Open Source OS journey has been long and weird, but we have that in common.
If you're looking for an OS with good documentation that's going to make your Steam gaming easier, I can suggest Nobara. It's easy to install, and while it's own documentation is a little sparse (it's less than a year or so old), you can use Fedora documentation 99% of the time. And as a bonus, steamtinkerlaunch is a one click install on Nobara. I think. I did my install for my gaming rig like 8 months ago, so don't quote me.
More importantly, though, is that Nobara has a friendly discord filled with helpful folks, including Glorious Eggroll himself - the guy who made Nobara, and a contributor to many Open Source projects and maintainer for Proton-GE which, if you use Steam on Linux, you might have heard of.
As a bonus, the Fedora community is helpful too, as evidenced by me 😀.
Dubious_Fart
in reply to s20 • • •I was considering Linux mint, since its something new, but still on a familiar debian base and and familiarity with things like ppas which make getting software easier than compiling it.
but I'll read up more on Nobara. Just concerned that I'll be back to day 1 know nothing switching bases.
WFH
in reply to Dubious_Fart • • •I'm a long time Debian user, and I switched to Fedora when 38 was released because I wanted to try something new and shiny (well, Gnome 44 mostly).
It was kind of disappointing. With Debian, I had to work to get it perfectly functional on my laptop. Fedora just... worked happily out of the box. Almost nothing to tweak.
I don't know the nature of your problems and solutions, but be assured that the knowledge you gained will still be useful. Nowadays most distros are more similar than they are different. I successfully used Arch Wiki and Arch Forums on Debian issues, because even if they are on the opposite ends of the spectrum, their building blocks are basically the same.
s20
in reply to Dubious_Fart • • •It's not that bad, really. Nobara is Fedora based, and has access to their large package base. Nobara's custom update tools are also excellent.
Fedora doesn't have PPAs, but it does have COPR, which is kinda like halfway between PPAs and Arch's AUR. Lots of packages. I hardly ever compile anything from source these days.
Dubious_Fart
in reply to s20 • • •Okay okay, stop twisting my arm! :p
I'll back up my files and switch to Nobara as soon as I beat the game I'm playing, since I dont want to risk having that get borked again
Papamousse
in reply to Dubious_Fart • • •butter
Unknown parent • • •Debian is great for my server.
I use MX, based on Debian, for my laptop so I only have to remember 1 update command.
My laptop is ancient, and I'm not getting any more out of it than I'm getting with MX
boatswain
in reply to ursakhiin • • •like this
Gurfaild likes this.
CalcProgrammer1
in reply to vettnerk • • •Ubuntu - It was my first distro and I loved it for many years after 6.06. However, it slowly shifted from a very community focused distro ("Linux for human beings" was the original slogan) to a very corporate distro with lots of in-house bullshit, CLAs, and partially-closed projects that seems to focus on profit and business over actual human beings. I correlate this move to around the time when it became purple rather than brown. Snap sucks, Mir sucks, Unity sucks, integrating Amazon and music store paid bullshit sucks. Just no. Move to Debian.
Manjaro - It's Arch, but with incompetence!
Red Hat - Do you enjoy paying licensing fees for a Linux distro that very likely violates the open source licenses it uses? RHEL is for you! Just remember not to share the code! Sharing is most certainly NOT caring!
like this
kurosawaa, AProfessional, abrasiveteapot, boo one, Owl [he/him], dditty, invno1, linuxoveruser, Fonzie!, makeasnek, themarty27 and JebanuusPisusII like this.
wim
in reply to CalcProgrammer1 • • •pacman -Syyu
. Granted, this was a long time ago, but it's the only distro to so this to me ever.like this
explodicle likes this.
JebanuusPisusII doesn't like this.
CalcProgrammer1
in reply to wim • • •The project maintainers repeatedly forget to renew their certificates, causing package upgrades to fail.
The project maintainers, in multiple past instances, have misconfigured their package manager resulting in essentially a DDoS of the AUR.
The packages are out of date vs. the upstream Arch ones, which often causes AUR packages intended for upstream Arch to break on Manjaro. Yet they consider the AUR a supported resource.
Project has had problems with mismanagement of funds in the past.
Despite all this, they seem to heavily focus on marketing, merch, and trying to sell preinstalled systems. Manjaro is in it for profit, not to make an awesome distro.
like this
mcmodknower, AProfessional, abrasiveteapot, boo one, invno1, Hika, themarty27, abclop99, JebanuusPisusII and Gurfaild like this.
silent_water [she/her]
in reply to CalcProgrammer1 • • •boo one likes this.
20gramsWrench
in reply to wim • • •like this
explodicle likes this.
don't like this
alfobo, AProfessional, owiseedoubleyou, JebanuusPisusII and Gurfaild don't like this.
gnumdk
in reply to CalcProgrammer1 • • •don't like this
natsume_shokogami, ggiesen, abrasiveteapot, legume_fan, JackbyDev, JebanuusPisusII and Gurfaild don't like this.
CalcProgrammer1
in reply to gnumdk • • •If that were true then none of this would be news. The CentOS Stream code is available to the public on git, but not the RHEL code. If the RHEL code was available to the public the outrage would have no reason to exist.
Even if paying customers have access to the RHEL code via git, they are forbidden from redistributing it (which is allowed by the FOSS licenses that code is under) or else the customers lose their license. This does not qualify as the code being available in my opinion, and in the opinion of the vast majority of the FOSS community.
Saying everything is fine and dandy in the RHEL world is FUD.
like this
natsume_shokogami, abrasiveteapot, Morphit, Catasaur, JebanuusPisusII and Gurfaild like this.
kate
in reply to vettnerk • • •like this
kurosawaa, abrasiveteapot, floofloof, legume_fan, perdido, explodicle, Morphit, dditty, invno1, linuxoveruser, jack, makeasnek, deadstarsshinebright, Catasaur, JebanuusPisusII and Gurfaild like this.
Cyborganism
in reply to kate • • •like this
Bianca_0089 likes this.
mrvictory1
in reply to Cyborganism • • •omgubuntu.co.uk/2022/10/ubuntu…
The advertised product is literally free under certain conditions so I don't consider this offending.
Ubuntu’s New Terminal ‘Ad’ is Angering Users
Joey Sneddon (OMG! Ubuntu!)like this
sdoorex, Jakeroxs and dditty like this.
cmeerw
in reply to kate • • •"they put ads in the terminal" isn't really accurate.
Their "ubuntu-advantage-tools" adds information to one of their other products to the output of apt. You can easily get rid of that by uninstalling/replacing "ubuntu-advantage-tools". It's definitely not like they are selling ad space in your terminal to third parties.
like this
kurosawaa, sdoorex, Jakeroxs and dditty like this.
don't like this
kate and abrasiveteapot don't like this.
kate
in reply to cmeerw • • •like this
abrasiveteapot, Morphit, JebanuusPisusII and linuxoveruser like this.
Jakeroxs doesn't like this.
cholesterol
in reply to kate • • •like this
kate, abrasiveteapot, legume_fan, perdido and invno1 like this.
schaeferpp
in reply to vettnerk • • •lxd
, when there issystemd-nspawn
,docker
andpodman
?!like this
abrasiveteapot, floofloof and FortifiedAttack [any] like this.
HR_Pufnstuf
in reply to schaeferpp • • •BearPear
Unknown parent • • •bankimu
Unknown parent • • •Search for "how to install Firefox in Arch".
Snapstore page which asks you to first install snap from AUR, and then install Firefox through Snap is the second entry, I kid you not!
And they have same pages for Fedora erc.
This predatory behavior is to try and get any potential new Linux users to use their crapstore instead of their distro's package is disgusting and malicious.
like this
Limeade, linuxoveruser and Gurfaild like this.
Sturgist
in reply to BearPear • • •spectre [he/him]
in reply to vettnerk • • •Arch
(I use Arch btw)
like this
MouseWithBeer and build_a_bear_group [he/him, comrade/them] like this.
wim
in reply to vettnerk • • •I'm noy going to say I dislike it, but I don't see the point in a source based distro like Gentoo anymore.
I learned a lot from using Gentoo when I was just getting into Linux 20 years ago, but now looking back on it, why would I want to juggle with everyones build systems and compiler flags? Especially now hardware is so homogenous.
Cyclohexane
in reply to wim • • •That's no longer the point of Gentoo either.
like this
zagaberoo likes this.
PorkrollPosadist [he/him, they/them]
in reply to Cyclohexane • • •like this
Cyclohexane and FortifiedAttack [any] like this.
Cyclohexane
in reply to PorkrollPosadist [he/him, they/them] • • •I agree. Nix and Guix follow a very unorthodox approach to managing a unix-like system, and while they make it work for most things, there's always those few issues that linger around.
I really like their approach. But Gentoo's approach is much more "just works" and tries to be unorthodox only where it is necessary or highly beneficial.
FortifiedAttack [any] likes this.
Cyborganism
in reply to vettnerk • • •Gentoo.
Ain't nobody got time for dat!
Zucca
in reply to Cyborganism • • •😢
Although...
Experimental binary package host - Gentoo Wiki
wiki.gentoo.orgCyclohexane
in reply to Zucca • • •like this
zagaberoo and Zucca like this.
zagaberoo
in reply to Cyclohexane • • •-march=native
benefits lol.abclop99 likes this.
Cyclohexane
in reply to zagaberoo • • •zagaberoo
in reply to Cyclohexane • • •Cyclohexane
in reply to zagaberoo • • •Are your systems the same architecture and similar profiles? If so, then yes. It's just a matter of enabling it and running the quickpkg command.
Otherwise, it's a bit harder. You'll be using cross compiler (if different architecture) and a chroot. You'll have to setup the host to compile for the target systems whenever you do updates. The initial compile will take a while since it'll compile basically everything.
zagaberoo
in reply to Cyclohexane • • •Cyclohexane
in reply to zagaberoo • • •zagaberoo likes this.
zagaberoo
in reply to Cyborganism • • •Having Gentoo update overnight is no big deal. Even better, just leave a core or two free and let updates run while you use the machine anyway!
That being said, Gentoo is definitely a time commitment and I completely understand that it's a particular taste.
Building from source does provide a lot of advantages though, and I don't mean faster binaries.
Zucca likes this.
comicallycluttered
in reply to vettnerk • • •I don't particularly like Arch.
I don't actually have a problem with it in general or its users. Wiki is helpful for almost everyone, regardless of distro (except maybe Nix and some immutables, where some things can be a bit different).
It's actually a tremendously important distro, and it, Debian, and Gentoo are the distros I know that if they disappear, Linux is either dead or very close to it.
Still, I find Arch to be... I don't know. I think this is actually about to be a very unpopular opinion, but I don't like Pacman at all, and that's probably the source of my issues with it. Its syntax annoys me and I use the terminal for package management so I'd have to be using it all the time.
I think maybe I'm just too used to APT. The same way Arch users find Pacman intuitive, that's how I feel about APT. I can use DNF and Zypper fine, but I'll still prefer APT to them as well. It just feels like "home", if that makes sense. (Nala and aptitude are both nice frontends to it as well.)
I also don't like having to rely on AUR for third party packages. That a
... show moreI don't particularly like Arch.
I don't actually have a problem with it in general or its users. Wiki is helpful for almost everyone, regardless of distro (except maybe Nix and some immutables, where some things can be a bit different).
It's actually a tremendously important distro, and it, Debian, and Gentoo are the distros I know that if they disappear, Linux is either dead or very close to it.
Still, I find Arch to be... I don't know. I think this is actually about to be a very unpopular opinion, but I don't like Pacman at all, and that's probably the source of my issues with it. Its syntax annoys me and I use the terminal for package management so I'd have to be using it all the time.
I think maybe I'm just too used to APT. The same way Arch users find Pacman intuitive, that's how I feel about APT. I can use DNF and Zypper fine, but I'll still prefer APT to them as well. It just feels like "home", if that makes sense. (Nala and aptitude are both nice frontends to it as well.)
I also don't like having to rely on AUR for third party packages. That actually goes for every distro. Do not like third party packages or repos. Sometimes it's necessary, but I keep it to absolute minimum and find Debian has most of what I need. If not, Flatpak. If not Flatpak, source.
Another reason is that I think I prefer regular releases to rolling. I can go rolling if I need to, but I like just having something that doesn't surprise me with a shit ton of updates every day. Well, not surprise me as it's expected, but too many can be quite overwhelming sometimes.
Just personal preference, I guess. Nothing at all wrong with rolling, it's fantastic for a lot of purposes, just not mine.
like this
sdoorex likes this.
oldfart
in reply to comicallycluttered • • •Noooo. You find -Syyu less intuitive than "upgrade"? How dare you.
I agree with all yoyr points. Arch has its place but is not for me.
like this
frippa likes this.
yum13241
in reply to oldfart • • •y
unless you just installed the system or you feel like it's not picking up on updates.oldfart
in reply to yum13241 • • •kugiyasan
in reply to comicallycluttered • • •Absolutely understandable, personally I prefer the AUR since I don't ever need to download and compile the source code anymore, since everything I need got an AUR package.
I also had bad experiences with apt, mostly that their release are too slow/I get stuck on an old release (my raspberry pi's python version is still 3.7, which caused problems since I was using a python 3.8 library). That's probably on me for not knowing how to upgrade my release, but I switched to Arch before learning how to fix this
For the pacman flags, I simply use yay, the AUR wrapper instead,
yay
do a full system upgrade, andyay python
will show me a list of packages that have similar names to install. Still not as clear as apt, but at least there's no weird flag letters to remember for most use casescomicallycluttered
in reply to kugiyasan • • •Ah, yes... Good ol' library mismatches. Definitely not a point in Debian's favor.
Well, at least for Stable. In Sid, different ^(Toy)^ story.
kugiyasan likes this.
kugiyasan
in reply to comicallycluttered • • •Mkengine
in reply to comicallycluttered • • •Twig
in reply to comicallycluttered • • •frippa likes this.
1984
in reply to vettnerk • • •like this
AProfessional, dditty, Wulpo and JebanuusPisusII like this.
sfera
in reply to 1984 • • •like this
sdoorex likes this.
1984
in reply to sfera • • •Really? It's even in the apt update command when you update your system.
Stuff like this: askubuntu.com/questions/143451…
How to get rid of Ubuntu Pro advertisement when updating apt?
Ask Ubuntulike this
kurosawaa likes this.
sfera
in reply to 1984 • • •Volian Linux / nala · GitLab
GitLabtaj
in reply to 1984 • • •sdoorex likes this.
user8e8f87e
in reply to vettnerk • • •I don’t like arch, because what is the point, if you can use Fedora instead.
I don’t like Ubuntu, but the hate against it is much worse than the distribution itself.
yum13241
in reply to user8e8f87e • • •user8e8f87e
in reply to yum13241 • • •I want a distribution with recent packages = Arch | Fedora
I want a stable and polished distribution = Fedora
I don’t care for the AUR as is not needed anymore in times of flatpak and distrobox.
whynot doesn't like this.
yum13241
in reply to user8e8f87e • • •I don't want to use a separate package manager with dumb douche.fuck.shit names, that's a problem for programs like crispy doom for example.
Native packages ftw
Zucca
in reply to user8e8f87e • • •Hutch
in reply to vettnerk • • •I can find faults in any of them, but mostly hate working with Redhat/CentOS/Fedora. Strongly prefer Debian over Ubuntu, and I strongly prefer Gentoo over Arch. SUSE is an unknown, not sure about that one.
I have a fondness for BSD, if that matters.
like this
legume_fan, sdoorex, dditty and andruid like this.
don't like this
AProfessional doesn't like this.
allywilson
in reply to Hutch • • •I have a bit of a fear of SLES, purely due to Puredisk using them as their base back in the day (before they were swallowed by Symantec/Veritas/Broadcom/whatever). The amount of time I spent in YaST2 and losing data, again and again, made me genuinely never want to investigate any issues.
like this
t0m5k1 likes this.
Hutch
in reply to allywilson • • •Dumeinst
in reply to Hutch • • •Hutch likes this.
s20
in reply to Hutch • • •like this
Hutch and 𝕸𝖔𝖘𝖘 like this.
𝕸𝖔𝖘𝖘
in reply to s20 • • •s20 likes this.
Grangle1
in reply to vettnerk • • •like this
kurosawaa, sdoorex and MangoKangaroo like this.
don't like this
AProfessional and abrasiveteapot don't like this.
beef_curds [she/her]
in reply to Grangle1 • • •I see more manjaro than ubuntu.
Ubuntu had so many years as the "default" that people have some old perfect version of ubuntu that they liked better. Some early version from the gnome2 days, or else people who loved unity.
For my part, the last time I tried it, there were snap and apt versions of so many apps, that when you had an issue it was hard to troubleshoot because there would be two sets of solves. That was enough to get me to bail. I wonder if that's still an issue.
like this
kurosawaa, abrasiveteapot, Jakeroxs and explodicle like this.
taj
in reply to beef_curds [she/her] • • •like this
Jakeroxs likes this.
socsa
in reply to Grangle1 • • •I've been using Ubuntu professionally and as a daily driver for more than a decade now. I've tried the other major ones but Ubuntu is just no fuss. I can stand up a fresh system in 20 minutes and there is an enormous support base. I just don't have time to be a Linux hipster these days.
The only thing I can see which might win me over one day is Nix.
like this
sdoorex and dditty like this.
Rumblestiltskin
in reply to socsa • • •like this
Jakeroxs, sdoorex and dditty like this.
taj
in reply to Rumblestiltskin • • •like this
Jakeroxs and dditty like this.
yum13241
in reply to vettnerk • • •Manjaro, for its incompetence.
I don't hate Gentoo, but will never use it. I hate compiling.
like this
AProfessional, abrasiveteapot, floofloof, perdido, Fisch, InternetCitizen2, linuxoveruser, abclop99, JebanuusPisusII, PseudoSpock and MangoKangaroo like this.
Cyclohexane
in reply to yum13241 • • •like this
rmicielski and legume_fan like this.
yum13241
in reply to Cyclohexane • • •like this
abclop99 likes this.
_I_
in reply to vettnerk • • •True Blue
in reply to _I_ • • •s20
in reply to True Blue • • •like this
perdido and dditty like this.
MrMiracles
in reply to s20 • • •Thank you. Forgot about that!
like this
perdido likes this.
jecxjo
in reply to _I_ • • •legion
in reply to vettnerk • • •like this
OldWorldOrder, mcmodknower, tajnymag, MouseWithBeer, kurosawaa, sdoorex, Mrrt, siph, abrasiveteapot, Dapado, thericcer, rmicielski, legume_fan, U de Recife, nik0, snake, fen, dditty, amphetaminisiert, MasterDebater, Scotty_Trees, KubeRoot, Fisch, baatliwala, JebanuusPisusII, JackbyDev, cout970, kim (she/her), DrWin, GetAwayWithThis, linuxoveruser, Pantherina, Starfighter, robber, SomeBoyo, 𝕸𝖔𝖘𝖘, themarty27, Kristof12, Catasaur, Ludrol, WolfhoundRO, coleblvck and WldFyre like this.
RandomVideos
in reply to legion • • •like this
leozqi, kurosawaa and fen like this.
merthyr1831
in reply to RandomVideos • • •Linux From Scratch is a series of (online) books that walk you through building up your own linux system from the ground up, from compiling the kernel to all the individual systems that turn the kernel into a functional OS.
It's meant to be an educational tool to help people learn about what goes into making a Linux distribution and give you better knowledge of how to build software from source. Some people turn these systems into their own distributions or personal (I guess gentoo-like?) Linux installs
Welcome to Linux From Scratch!
www.linuxfromscratch.orglike this
OldWorldOrder, kurosawaa, Titou, silica, snake, dditty, amphetaminisiert, KubeRoot, baatliwala, glasgitarrewelt and themarty27 like this.
jecxjo
in reply to RandomVideos • • •Not only can you make your own OS but you can use one of the package managers and build your own repo and do a whole ecosystem yourself.
I used LFS to build a distro for embedded systems I designed at work. Was a fun experience but way too much work.
like this
MouseWithBeer and dditty like this.
AProfessional doesn't like this.
Oliver Lowe
in reply to legion • • •root
user, right? There’s loads of their files on my system. I can’t edit any of them. Don’t know why they are so protective.like this
OldWorldOrder, Mrrt, abrasiveteapot, dditty, baatliwala, ShouldntHaveSaidThat and DrMango like this.
Gush
in reply to vettnerk • • •Manjaro got me unironically back to windows
update: thanks to archcraft i'm back on the linux train
like this
floofloof and ShouldntHaveSaidThat like this.
nomadjoanne
in reply to vettnerk • • •like this
abrasiveteapot and owiseedoubleyou like this.
xmanmonk
in reply to boatswain • • •Defaced
in reply to vettnerk • • •like this
hempster, Dapado, U de Recife, dditty, Sh3Rm4n, sdoorex, Fisch and linuxoveruser like this.
don't like this
Mrrt and abrasiveteapot don't like this.
vettnerk
in reply to Defaced • • •Not really an unpopular opinion. My main desktop runs mint, and we're well aware of that being an issue. But it's a sacrifice I'm willing to make as long as it works. I haven't had enough issues to look for replacement yet. ZorinOS looks interesting, though.
For servers and work I use other distros.
like this
kurosawaa likes this.
Defaced
in reply to vettnerk • • •abrasiveteapot doesn't like this.
Pyro
in reply to vettnerk • • •taj
in reply to Defaced • • •like this
kurosawaa and sibloure like this.
Magister
in reply to Defaced • • •I tried it years ago after years and years of Ubuntu. I installed Mint Cinnamon, it was the shit at the time, #1 distro and all. I wanted to like it but was never able to. After less than 2 years I switched to MX/Xfce and still use it, best distro ever.
But Mint is really bleh 🙁
Defaced
in reply to Magister • • •owiseedoubleyou likes this.
yiliu
in reply to Defaced • • •like this
frippa, kurosawaa, abrasiveteapot, sdoorex, dditty, owiseedoubleyou, invno1, Fisch, baatliwala, linuxoveruser and davefischer like this.
Elw
Unknown parent • • •tibi
Unknown parent • • •I have mixed feelings about Mir and Unity. Having competition is a good thing. If we only had gnome, Linux would be far less interesting. But at the same time, they could have spent the effort trying to improve Wayland and Gnome, and they would have made a significant difference.
But snaps being forced upon me, they can fuck right off. I don't need my browser in a semifunctional container, when it worked perfectly before. And i hate that they made mount barely unusable.
like this
Gurfaild likes this.
varnia
in reply to vettnerk • • •Ubuntu because of forced Snaps
SUSE because of Yast and the (german) company's rumored? stance on antisemitism (google banned Jewish holidays)
Fedora for it's update mechanism with the forced reboot
Arch as the necessary evil
like this
abrasiveteapot, floofloof, boo one and FortifiedAttack [any] like this.
don't like this
alounoz and abrasiveteapot don't like this.
Thymos
in reply to varnia • • •I was really surprised to read about the antisemitism allegation. That's a very serious accusation. I've looked into it and it seems that these claims are controversial. First thing to mention is that the accuser said himself that this was about the company SUSE, and not the distribution openSUSE.
The article claims there are emails and other employees' statements as proof, but provides none. The article is also over a year old, so why hasn't this led to any public statements from SUSE or any legal or other actions? Antisemitism is a serious offense in Germany.
Discussions on reddit and hacker news all state that the writer has gone off the rails. When
... show moreI was really surprised to read about the antisemitism allegation. That's a very serious accusation. I've looked into it and it seems that these claims are controversial. First thing to mention is that the accuser said himself that this was about the company SUSE, and not the distribution openSUSE.
The article claims there are emails and other employees' statements as proof, but provides none. The article is also over a year old, so why hasn't this led to any public statements from SUSE or any legal or other actions? Antisemitism is a serious offense in Germany.
Discussions on reddit and hacker news all state that the writer has gone off the rails. When being called out on reddit for deadnaming a trans woman, he plays dumb. I don't think he's dumb. It seems to me like he's transphobic and acting like a troll about it in good old American conservative fashion.
For me, this seriously calls into question any claims he makes about social justice stuff, even if it concerns himself. He apparently views other people's social justice as something to play with, so my gut feeling is that it would be no concern to him to lie or bend the truth about stuff like this in order to achieve something. It's all a game to him in the political arena, not serious life issues.
If I'm wrong, all he has to do is provide the proof he claims there is, even if only anonymized.
The time SUSE, the German Linux company, banned mentioning Jewish holidays.
Bryan Lunduke (The Lunduke Journal of Technology)like this
abrasiveteapot, floofloof, Jakeroxs and sapient [they/them] like this.
varnia
in reply to Thymos • • •like this
abrasiveteapot and Thymos like this.
Thymos
in reply to varnia • • •varnia
in reply to Thymos • • •So as of now the public opinion is that the accusation was not withdrawn and is still standing. Not talking about it won't make it go away for anyone.
floofloof
in reply to Thymos • • •like this
Thymos and sapient [they/them] like this.
Thymos
in reply to floofloof • • •floofloof likes this.
CalcProgrammer1
Unknown parent • • •Lolors17
in reply to vettnerk • • •like this
OldWorldOrder, tiny, tajnymag, Titou, abrasiveteapot, Dapado, pchem, dditty, snake, KubeRoot, Fisch, JebanuusPisusII, JackbyDev, linuxoveruser, Turious, Fuck Lemmy.World, Fonzie!, themarty27, Kristof12 and WolfhoundRO like this.
first_must_burn
in reply to Lolors17 • • •like this
sdoorex and beeng like this.
abrasiveteapot doesn't like this.
AProfessional
in reply to first_must_burn • • •Snap is vendor lock in. They don’t work on many distros, tooling pushes their platform, and they control the only store.
For desktop apps Flatpak is just technically better anyway so what’s the point.
like this
abrasiveteapot, dditty, invno1, KubeRoot, baatliwala, JebanuusPisusII, linuxoveruser, glasgitarrewelt and themarty27 like this.
𝕸𝖔𝖘𝖘
in reply to AProfessional • • •temptest [any]
in reply to vettnerk • • •Is ChromeOS a distro? (obvious reasons)
I can't really think of another one I don't like. I had a bad time on Debian but that is because my use case conflicted with it, not because it's bad.
VCTRN
in reply to temptest [any] • • •like this
FortifiedAttack [any] and temptest [any] like this.
temptest [any]
in reply to VCTRN • • •VCTRN likes this.
VCTRN
in reply to temptest [any] • • •temptest [any]
in reply to VCTRN • • •Not enough to make me think about it, it's not like I'm running a server or fighting for storage space. But if the thought of Flatpaks is enough to frighten, then it could be a problem.
taladar
in reply to vettnerk • • •TrivialBetaState
in reply to vettnerk • • •All free software, especially GPL-based but still have high appreciation for the BSDs as well.
Even Red Hat that has messed everything up recently, has a soft spot in my heart, with Fedora being the first distro I really enjoyed Linux in 2003 (very first Fedora Core). However, IBM/RedHat make a real effort to become the one and only distro that I may list here.
like this
rmicielski, nik0 and xohshoo like this.
YⓄ乙
in reply to vettnerk • • •like this
kurosawaa, Titou, OC_VORTEKS, unodostres, ___, abrasiveteapot, boo one, rmicielski, sdoorex, KubeRoot, JebanuusPisusII, linuxoveruser and andruid like this.
jecxjo
in reply to YⓄ乙 • • •like this
perdido, sdoorex, KubeRoot and JebanuusPisusII like this.
TheBiGuy
in reply to jecxjo • • •Waydroid | Android in a Linux container
waydro.idlike this
___, jecxjo, KubeRoot, Fisch and linuxoveruser like this.
coolin
in reply to TheBiGuy • • •Yeah there's no way a viable Linux phone could be made without the ability to run Android apps.
I think we're probably at least a few years away from being able to daily drive Linux on modern phones with functioning things like NFC payments and a decent native app collection. It's definitely coming but it has far less momentum than even the Linux desktop does.
TheBiGuy likes this.
Fisch
in reply to coolin • • •Fisch
in reply to jecxjo • • •jecxjo
in reply to Fisch • • •Fisch
in reply to jecxjo • • •jecxjo likes this.
Jacob Urlich 🌍
in reply to vettnerk • •Papamousse
in reply to vettnerk • • •Nobody said MX, because MX is the perfect distro! I'm using it since 2016 after years of Ubuntu and some Mint.
MX is the perfect distro. I'm using it with Xfce. Nobody hates it, it's a sign 😜
like this
panbroggi likes this.
boeman
in reply to vettnerk • • •I absolutely hated myself after installing Arch on one of my machines.
Then I discovered EndeavourOS... I still hate myself but at least my laptop works now.
like this
tiny, ___, 0x00cl, abrasiveteapot, sdoorex, pchem, dditty, Juki, Fisch, linuxoveruser, Kristof12 and PseudoSpock like this.
snake doesn't like this.
Jayb151
in reply to boeman • • •Holy shit, I installed it on my Lenovo tablet laptop, and everything works out the box... Even the gyroscope! I couldn't believe it. It's the first arch based I've tried and I think I'm hooked.
To note, I think I tried like 8 other distros before finding endeavor.
like this
abrasiveteapot, dditty, KubeRoot, JebanuusPisusII and linuxoveruser like this.
boeman
in reply to Jayb151 • • •like this
JebanuusPisusII likes this.
Jayb151
in reply to boeman • • •Powerbomb
in reply to vettnerk • • •Ubuntu brings a ton of awkward and shit memories from the course we had on it in secondary school.
Admittedly, Linux Mint is the only distro I have used in a personal capacity.
like this
kurosawaa, abrasiveteapot, snake, dditty, explodicle, baatliwala and FortifiedAttack [any] like this.
rawr
in reply to Powerbomb • • •NoGodsNoMasters [they/them, she/her]
in reply to vettnerk • • •like this
kurosawaa and explodicle like this.
liquidpaper
in reply to vettnerk • • •like this
frippa, kurosawaa and explodicle like this.
Presi300
in reply to vettnerk • • •like this
Simpletim, OldWorldOrder, tiny, AProfessional, hempster, ___, pchem, dditty, KubeRoot, pwarde, Pantherina and aleph like this.
don't like this
atkdef, craigevil, legume_fan and frippa don't like this.
TheBiGuy
in reply to Presi300 • • •Twig
in reply to Presi300 • • •like this
___, Gsus4, PedroG14, perdido, phatcabbage, frippa and baatliwala like this.
IuseArchbtw
in reply to Presi300 • • •like this
Armight, ___, Dapado, Gsus4, owiseedoubleyou and frippa like this.
Pantherina
in reply to Presi300 • • •I like the installer but the bundles that get automatically installed are such bloat.
Nala runs since Debian 12, and its the greatest pm interface I know.
But Debian stays outdated.
canadaduane likes this.
TheBiGuy
Unknown parent • • •What does their gender have to do with the distro? and Why would that be any of your business?
like this
Emily (she/her) likes this.
ntzm [he/him]
Unknown parent • • •conner5
in reply to vettnerk • • •like this
OldWorldOrder, tiny, atkdef, Titou, OC_VORTEKS, AProfessional, abrasiveteapot, Maxx, Gsus4, legume_fan, dditty, nik0, procrastinator, snake, explodicle, solarvector, Fisch, JebanuusPisusII, squarm, FortifiedAttack [any], Hika, linuxoveruser, Pantherina, ipsirc, Kristof12, conner5, abclop99 and PseudoSpock like this.
Meseta
in reply to conner5 • • •I'm not sure if I have bad luck but every time I've tried Ubuntu I've had stability issues. Constant crashes and things I've never run into in other distros.
It makes it hard for me to recommend it to new users.
like this
abrasiveteapot, Hika and ipsirc like this.
Titou
in reply to conner5 • • •abrasiveteapot likes this.
angrymouse
in reply to conner5 • • •like this
Fisch, baatliwala and linuxoveruser like this.
TheGrandNagus
Unknown parent • • •I somewhat agree with the Mac thing, but the same could be said for KDE or Cinnamon and Windows. Don't try to act like they didn't take the Windows UX and run with it lol. But of course if you called their DEs an attempted Windows clone they wouldn't like it either.
The ability to OPTIONALLY pay for apps right from the software centre is a good thing. The money goes to the developers and FOSS has serious problems in terms of actually funding developers. Flathub is looking to implement similar functionality.
You can install elementary apps on other distros just fine... They're available as flatpaks.
Blatant transphobia. Classic.
They aren't restricting freedom at all lol, and even if they were, nobody's forcing you to use Elementary.
owiseedoubleyou
in reply to vettnerk • • •Out of all the distros that I've tried, probably Manjaro. The distro itself is ok, I don't like how kind of bloated the default installation is, but it's not too bad.
However what really pisses me off,among their numerous other controversies, was when they replaced perfectly functional open source apps with proprietary ones...twice. Though the former has since been reversed.
[Testing Update] 2019-07-29 - Kernels, XFCE 4.14-pre3, Haskell
Manjaro Linux Forumlike this
tiny, 257m, OC_VORTEKS, Errorgance, ___, not_amm, pchem, boo one, perdido, procrastinator, KillerBerry, Vegan_Joe, solarvector, MartinXYZ, EddyBot, KubeRoot, Fisch, baatliwala, Kristof12 and abclop99 like this.
Jakeroxs
in reply to owiseedoubleyou • • •Fisch
in reply to Jakeroxs • • •like this
glasgitarrewelt, Kristof12 and owiseedoubleyou like this.
Jakeroxs
in reply to Fisch • • •don't like this
glasgitarrewelt, Kristof12, owiseedoubleyou and Fisch don't like this.
Jakeroxs
in reply to Jakeroxs • • •help.vivaldi.com/desktop/priva…
Just gonna throw this here too...
Is Vivaldi Open Source? | Vivaldi Browser Help
Vivaldi Browser HelpTheGrandNagus
Unknown parent • • •I'm not American either. I'm just not a salty, whiny little bigot who gets offended at pronouns.
Get a grip, snowflake.
Claidheamh likes this.
Swedneck doesn't like this.
Anafabula
in reply to vettnerk • • •North Korean Linux-based operating system
Contributors to Wikimedia projects (Wikimedia Foundation, Inc.)like this
MouseWithBeer, kurosawaa, neralys, OC_VORTEKS, ___, Bakarel, abrasiveteapot, SeaJ, KillerBerry, rmicielski, legume_fan, procrastinator, Vegan_Joe, explodicle, sdoorex, GroundbreakingSalad7, juliebean, jbxr97, NCR Ranger, JebanuusPisusII, makeasnek, calebm, Kristof12, andruid, abclop99 and WolfhoundRO like this.
don't like this
Maxx and frippa don't like this.
vettnerk
in reply to Anafabula • • •like this
kurosawaa, neralys, ___, Vegan_Joe and Kuori [she/her] like this.
JebanuusPisusII
in reply to Anafabula • • •That's just capitalist propaganda. There is no spyware! That's just innocent telemetry!
like this
Catasaur, WolfhoundRO and MangoKangaroo like this.
floofloof
in reply to vettnerk • • •Manjaro feels like a bit of a mess to me and always ends up with problems.
Ubuntu releases too many buggy updates and dumps their idiosyncratic tastes in software on everyone whether people like it or not.
like this
dditty, perdido, procrastinator, fen, FlyingCrow, Vegan_Joe, isbiltur, explodicle, MartinXYZ, EddyBot, Fisch, JebanuusPisusII, FortifiedAttack [any], Gur814, Kristof12, LeerZeigerAusnahme, andruid, abclop99, Catasaur and MangoKangaroo like this.
ClemaX doesn't like this.
Fisch
in reply to floofloof • • •like this
FortifiedAttack [any] and floofloof like this.
quantenzitrone
in reply to vettnerk • • •Arch and any arch based distro.
It's overused, deb is better and the absolute chads will always be distros like NixOS or Guix System. There is no use for an unstable, beginner-unfriendly, distro where you constantly encounter dependency hell.
Of course I'm just being edgy, every Linux Distro is good for the sole fact of it not being Windows.
like this
FlyingCrow, Vegan_Joe, wieli99, Gustavo0022, frippa, tex, Lalelul and Kristof12 like this.
don't like this
Sh3Rm4n, Saizaku, JebanuusPisusII and Booooozer don't like this.
vlad
in reply to quantenzitrone • • •IDK, when it comes to gaming I find it much easier to install all the weird community patches via AUR vs other distros. I'm on PopOS right now, but if I wanted to reinstall I'd go with Manjaro.
It seems to be the best choice if you want the benefits of Arch but not have to install it manually, which I think is a needlessly difficult process. I wish they had a more bare bones version through. And I know about Arch's autoinstall script. I've had bad luck with it.
like this
explodicle, Sh3Rm4n and abclop99 like this.
JebanuusPisusII doesn't like this.
Fisch
in reply to vlad • • •like this
abclop99 and JebanuusPisusII like this.
vlad
in reply to Fisch • • •explodicle
in reply to quantenzitrone • • •JebanuusPisusII doesn't like this.
Freeman
in reply to quantenzitrone • • •Hutch
Unknown parent • • •kent_eh
in reply to vettnerk • • •The one with the most elitist gatekeeping users.
like this
explodicle, besmtt, davefischer, Kristof12, andruid and SirKlingoftheDrains [he/him] like this.
ShunkW
in reply to kent_eh • • •like this
u/lukmly013 💾 (lemmy.sdf.org), iammike and Kristof12 like this.
drwankingstein
in reply to ShunkW • • •like this
KubeRoot, JebanuusPisusII, ramesdunc and Kristof12 like this.
Kangie doesn't like this.
davefischer
in reply to kent_eh • • •like this
Kristof12 and abclop99 like this.
desto
in reply to vettnerk • • •like this
owiseedoubleyou and EddyBot like this.
somenonewho
in reply to vettnerk • • •Mint. I just don't get it. It's Ubuntu but "different"? I heard a lot of people have issues with it. But also a lot of people love it and always recommend it.
To be fair I never used it and it's probably fine/great but I just have a weird unfounded hate for it
Kristof12 likes this.
Provider doesn't like this.
Freeman
in reply to somenonewho • • •It’s Ubuntu, but includes proprietary drivers by default if detected. Also the menu is very similar to windows.
It’s got a slightly different store and update app, which also allows you select automatic updates or not etc. it’s a bit friendlier than Ubuntu tbh.
At the same time it can be wonky in its own right. For example I put it on my kids laptop. And rfkill kept disabling the wifi based on a bios setting allowing the wifi to be disabled if a nic was connected and during wake-up from s3 sleep the system would briefly falsely detect a nic and kill wifi.
Disabling the setting in bios was all that was needed. But searching the issue, even for me, led to a LOT of bad advice and threads on their forums.
like this
Turbanshee, ipsirc and abclop99 like this.
decodehug647
in reply to somenonewho • • •drwankingstein
in reply to vettnerk • • •like this
Limeade, Fisch, Zagbad, Kevnyon, treierxyz, Kristof12 and JebanuusPisusII like this.
u/lukmly013 💾 (lemmy.sdf.org)
in reply to vettnerk • • •For me it's Ubuntu. Whenever I tried it it was buggy and crashing. It kinda feels like Windows of GNU+Linux.
About Manjaro, I like it. I kinda feel sad seeing Manjaro get so much hate. The only thing I disliked was the accidental DDoS of AUR. But so far it's been working relatively well for me. I use Manjaro with Plasma.
And my favorite is Linux Mint. It just works, and it does so reliably. Also the Linux Mint community is really nice.
As such, I donated to Manjaro, Arch, and Linux Mint. Not much, but at least something.
like this
MasterDebater, KubeRoot, squarm, cout970, FortifiedAttack [any], Turbanshee, glasgitarrewelt, count_duckula, Watcher, mathic, Bannanable, Kristof12 and andruid like this.
3v1n0 doesn't like this.
Fisch
in reply to vettnerk • • •like this
treierxyz and Kristof12 like this.
Omega_Jimes
in reply to vettnerk • • •I've never had a good experience with an arch based distro. I understand that's kind of the goal, and it's great if you want to use your computer to set up arch, but I want to use my computer for other things.
Endeavor, Arch, Manjaro et al.
like this
Provider, Kangie, binkboink, Odum, Kristof12 and andruid like this.
jemorgan
in reply to Omega_Jimes • • •I’ve used arch for the past 10 years or so as my primary OS, and it only took 7 or 8 of those years to get the OS set up.
/s in all seriousness, I kind of get what you’re saying. But I don’t think that having a bad experience is the goal at all though. I think the goal is to provide an OS that lets users decide on exactly what collection of packages they want on their system, and to provide packages that are up to date and unmodified from their upstream.
Setting up your system additively comes with a cost, though. It’s way less convenient than just installing something that someone else has configured.
To me personally, I think the one-time upfront cost of setting up arch is less burdensome than dealing with configuration files that have been moved to non-default locations (transmission-daemon on Debian-based distros is one example), packages being seriously out of date and thus missing new features and bug fixes (neovim), and dealing with cleaning up packages if you prefer to use non-default software and don’t want a ton of clutter.
... show moreI’ve used arch for the past 10 years or so as my primary OS, and it only took 7 or 8 of those years to get the OS set up.
/s in all seriousness, I kind of get what you’re saying. But I don’t think that having a bad experience is the goal at all though. I think the goal is to provide an OS that lets users decide on exactly what collection of packages they want on their system, and to provide packages that are up to date and unmodified from their upstream.
Setting up your system additively comes with a cost, though. It’s way less convenient than just installing something that someone else has configured.
To me personally, I think the one-time upfront cost of setting up arch is less burdensome than dealing with configuration files that have been moved to non-default locations (transmission-daemon on Debian-based distros is one example), packages being seriously out of date and thus missing new features and bug fixes (neovim), and dealing with cleaning up packages if you prefer to use non-default software and don’t want a ton of clutter.
Definitely valid to prefer a preconfigured system, I just think it’s a misrepresentation to say that the point of arch is to be difficult, or that configuration takes a ton of time for users of arch. Maybe learning to use arch takes longer, but learning to use arch is just learning to use Linux, so it’s hard for me to see that as a bad thing. And it doesn’t take that long to learn, I was more productive in arch after a couple days than I’ve ever been on *buntu, Debian or Mint.
like this
SansJose5000, xryx and aleph like this.
FortifiedAttack [any]
in reply to vettnerk • • •Fuck Ubuntu. Buggy as shit updates, forced snaps, always had problems whenever I was forced to use it, which I've never had again when I switched to Debian.
Debian >>>>>> Ubuntu
like this
alibloke, count_duckula, Watcher, Elephantpurple7603 and Kristof12 like this.
3v1n0 doesn't like this.
Pantherina
in reply to vettnerk • • •Debian, as its so MANUAL. Upgrading by manually updating x times and then literally changing the repos manually in the sources list? Wtf? Without any documentation or automation??
QubesOS, as it probably doesnt run on any real hardware. Didnt get beyond a blackscreen, and also AMD consumer GPUs dont support accelerated VMs making it useless.
Ubuntu because its annoying, but unsnap fixes a lot and its actually okay, still outdated Kernel als a bit weird.
KDE Neon because I cant tolerate its not a workstation distro but want it to be one
Linux Mint. Its old, and always had weird crashes for me. Its kinda nice and easy, kinda weird and complicated to do certain things. Some packages dont run as its not Ubuntu. Would always choose any KDE Distro that is newer.
like this
aleph and andruid like this.
ipsirc doesn't like this.
Pantherina
in reply to vettnerk • • •Android. Google doesnt invest anything in AOSP it seems, GrapheneOS is the only really well made Distro.
Androids security model is a joke as every phone is bloated with malware that has full access over everything.
Banking apps need Google, map apps need Google.
There is no split screen in AOSP since forever.
No tools on the lockscreen. I am not talking about crazy ios like tools that are basically a seperate OS, its still a lockscreen. But camera and torch?
So many restrictions. RootlessJamesDSP is a good example of crazy workarounds that still dont work in the end. No FOSS appstore with autoupdates is also a pain.
like this
iter_facio, 𝕸𝖔𝖘𝖘, Kristof12, atsfc, andruid and Catasaur like this.
𝕸𝖔𝖘𝖘
in reply to Pantherina • • •like this
andruid and abclop99 like this.
Zatujit
in reply to 𝕸𝖔𝖘𝖘 • • •like this
𝕸𝖔𝖘𝖘 and andruid like this.
Pantherina
in reply to Zatujit • • •Calyx is not hardened at all like Graphene. MicroG is supposed to be insecure, I miss UnifiedNLP though.
GrapheneOS has sandboxed Google Play apps, which are said to support all things. So they have the regular apps but with a compatibility layer so they work as normal apps like they should.
I dont use it though, and there is no Openstreetmap redirect or UnifiedNLP
𝕸𝖔𝖘𝖘
in reply to Zatujit • • •norapink
in reply to 𝕸𝖔𝖘𝖘 • • •𝕸𝖔𝖘𝖘 likes this.
𝕸𝖔𝖘𝖘
in reply to norapink • • •Their sandboxed implementation allows access to the entire profile. They even suggest creating a profile for those apps that require the Google play services. Microg at least removes Google as much as functionally possible in order to limit the data google receives. You lose some functionality, but not enough to cause any issues for me, even not with banking apps.
As far as the persistent notification for Signal: I can disable it, but won't receive notifications of new messages until I open the app; or I can hide it, but then won't receive any popup notifications at all (technically, they do come up, but they're hidden). Haven't found a way to hide the persistent notification and still receive popup notifications of new messages.
I think what GrapheneOS is doing with Google play services is amazing and, depending on your needs, may be better than microg. It's just not there yet for me. Additionally, google can suddenly decide that using Google play services like this is against their ToS and submit a cease and desist order against them, and GrapheneOS's implementation
... show moreTheir sandboxed implementation allows access to the entire profile. They even suggest creating a profile for those apps that require the Google play services. Microg at least removes Google as much as functionally possible in order to limit the data google receives. You lose some functionality, but not enough to cause any issues for me, even not with banking apps.
As far as the persistent notification for Signal: I can disable it, but won't receive notifications of new messages until I open the app; or I can hide it, but then won't receive any popup notifications at all (technically, they do come up, but they're hidden). Haven't found a way to hide the persistent notification and still receive popup notifications of new messages.
I think what GrapheneOS is doing with Google play services is amazing and, depending on your needs, may be better than microg. It's just not there yet for me. Additionally, google can suddenly decide that using Google play services like this is against their ToS and submit a cease and desist order against them, and GrapheneOS's implementation becomes illegal to distribute.
treierxyz
in reply to vettnerk • • •treierxyz
in reply to vettnerk • • •like this
abclop99, JebanuusPisusII and Kes like this.
TheGrandNagus
Unknown parent • • •Aww diddums, you poor wittle snowflake
The nasty lady huwt your wittle feewings 🥺🥺❄️
don't like this
Swedneck doesn't like this.
Zucca
Unknown parent • • •Gentleman Of All Trades
TheGrandNagus
Unknown parent • • •It's 100% all about your pwecious wittle fee fees.
God lmao
If God was real, which he isn't, I'd hate him anyway. A sexist, pro-slavery, violent, homophobic piece of shit.
I follow facts, not your mentally challenged imaginary friend.
Claidheamh likes this.
Swedneck doesn't like this.
TheGrandNagus
Unknown parent • • •Ohhh you assure me? Well that's good. I guess I and everyone else will just convert to Christianity because you've assured us.
You just keep worshipping your sky daddy and I'll continue being a normal person.
Your god is a cowardly piece of shit. If he was real I'd spit in his face for being such a piece of shit. But he obviously isn't, so unfortunately I'll never get that chance.
Swedneck doesn't like this.
TheGrandNagus
Unknown parent • • •Cowardly.
And the whole dying for our sins crap, give me a break. That's another story that proves the fictional god character to be a total piece of shit.
When I want to forgive someone, I just forgive them. I don't demand human sacrifices to appease me. But hey, I'm a bigger, kinder, more compassionate, more emotionally stable person than your sky daddy.
Claidheamh likes this.
Swedneck doesn't like this.