this post was submitted on 16 Nov 2023
6 points (68.8% liked)

Linux

7693 readers
18 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

I am trying out Fedora for multiple unrelated reasons (use RHEL at work, new config, it might be more optimized) and I noticed a number of concerning caveats, even in mind with the fact that I already use RHEL:

  1. Software support seems lacking. I have a growing number of software neither the repo, nor rpmfusion has. In any other case I would need to use copr for installing community maintained packages. However copr feels relatively abandoned and unreliable. That mainly comes down to packages being undiscriminately displayed without download stats or upvote status (unless you look them up one by one). Also a large part of packages are incompatible because they were made specifically for Fedora 38 with no 39 fixup in sight. Rpmfusion is weirdly empty, I expected it to have majority of the stuff I need so I dont inevitably have to rely on copr. I already had to download executables from upstream.
  2. Install Groups. They are not getting listed properly! It only lists the most basic meta groups. This is combined with the lack of actually being able to search for groups and you got yourself a lot of random groups you wont find unless you start looking it up online.
  3. Xorg wiki page. Ex fucking cuse me?! Did I mistype something, because I clearly remember trying to use one of the most popular and allegedly well put together distros. At this point why even have a wiki page?
  4. base-x group contains everything needed for running Xorg. I will actually eat my hat if you can tell me I can find that info without stackoverflow. Cant search for the group, nothing is documented about it.

I would agree with the sentiment that I could technically write the documentation and package all the things I need in copr, but Im having serious doubts if this "platform" developed by the same guys who dont document it is actually worth the hassle.

I guess the positive thing to say about it is that it performed better for gaming than my Arch install, and I had done zero optimisations on it yet.

you are viewing a single comment's thread
view the rest of the comments
[–] Bondrewd@lemmy.world 2 points 9 months ago (1 children)

Im ready for it not being as easily managable as Arch if I want to "customize".

I didnt mean to imply it has no Arch-like documentation, I said it has NO documentation. Even wayland is arguably missing basic documentation other than a todo page and a basic short explanation.

Let me put it in perspective: You install a basic desktop. Xorg wont get installed even for a "Windows managers" group where most of the WMs are xorg based. And then I have to find how to get all the xorg packages without all the functionality that was meant to provide the needed info.

Whatever defaults or saneness it has, I just find these inexcusable faults. Im having a really hard time understanding why it would be preferred like that and I can get no answers. Neither I do for similar issues when I try something like say OpenSUSE. I kind of want to find out whether Im actually wrong.

[–] Grimm665@lemmy.world 1 points 9 months ago* (last edited 9 months ago) (1 children)

I'll give you that, documentation compared to the Arch wiki is not as comprehensive; nothing's as comprehensive as the Arch wiki lol

I don't think I understand what you're trying to accomplish:

"Let me put it in perspective: You install a basic desktop"

If i'm installing a basic Fedora desktop, i'm going to their website, downloading the default ISO, and installing the default Gnome desktop. That has xorg and wayland and display drivers and all the things you need to get it running on pretty much any hardware. If i don't want Gnome i'll use an ISO with a different desktop, still get wayland and xorg with the default install.

If you're installing Fedora from the minimal install and then building the desktop (or window manager, maybe you use i3 or openbox) up from scratch like you would in Arch, you're going about it the wrong way. You can go this route but i'm not surprised you'd run into some issues there and have to solve for missing packages (as you would in Arch too, though the Arch Wiki is much more helpful with this type of install).

[–] Bondrewd@lemmy.world 1 points 9 months ago (1 children)

I'll give you that, documentation compared to the Arch wiki is not as comprehensive; nothing's as comprehensive as the Arch wiki lol

I linked the wiki page, that does not adhere to the meaning to documentation in any way shape or form.

If i'm installing a basic Fedora desktop, i'm going to their website, downloading the default ISO, and installing the default Gnome desktop. That has xorg and wayland and display drivers and all the things you need to get it running on pretty much any hardware. If i don't want Gnome i'll use an ISO with a different desktop, still get wayland and xorg with the default install.

I installed with the netinstall image and ticked the meta group meant to be made for a collection few Window Managers you want installed. It failed to install Xorg.

If you're installing Fedora from the minimal install and then building the desktop (or window manager, maybe you use i3 or openbox) up from scratch like you would in Arch, you're going about it the wrong way. You can go this route but i'm not surprised you'd run into some issues there and have to solve for missing packages (as you would in Arch too, though the Arch Wiki is much more helpful with this type of install).

I didnt want to build it up from scratch, I was only missing Xorg that I expected to be installed. I didnt even understand why it would not be installed for a Group containing X11 based WM.

Even if we argue that it should not be built from ground up, not having any way of knowing that base-x contains all the Xorg packages means that the distro lacks basic debugging capabilities if something does go haywire. But I wont go further into this because it would be ridiculous to debate this. It was a thing on every single distro 30 years ago!

[–] Grimm665@lemmy.world 1 points 9 months ago (1 children)

Trust me I'm more on your side than you think, what you described should indeed work as you expected. If I selected the Window Managers group during install and it specifically installed things that need Xorg, I'd be surprised if they weren't working on first boot because of missing Xorg. The Anaconda installer that Fedora uses has generally been very reliable for me, but I haven't installed Fedora in that specific way, I've always chosen a graphical desktop and then installed other window managers or DEs on top of it, or gone with a minimal server install for headless deployments with no GUI at all.

The fact that this was hard to troubleshoot is not a good look for Fedora either, even if this is a somewhat non-standard setup. It's bad UX that base-x is not documented or easy to find, though on the positive side, I've never needed to know that base-x contains all the Xorg packages because Fedora has, for me, seemed to manage this on its own without needing me to know this detail. One more implementation detail I don't have to deal with is a positive in my book, right up until you have to deal with it, then it's super frustrating.

[–] Bondrewd@lemmy.world 1 points 9 months ago* (last edited 9 months ago) (2 children)

I think Im starting to realize why these 10%> distros are where they are. Every time I go out to try something like OpenSUSE or Fedora it is always the same kind of issues. This 0 hour "what the hell, why cant I find a basic thing" questions that come up even well into being an advanced user.

The Debian and Arch sphere are well deserved to be having the largest share these days. I guess I made a mistake throwing off Debian every time just because I wanted something "cooler".

Thats it. That is indeed THE main issue (or ballpark of issues) of Fedora. Like it should actually be needed to get fixed to get somewhere.

[–] KISSmyOS@lemmy.world 1 points 9 months ago

Full agreement. I tried out Fedora and OpenSUSE, but the lack of documentation, lack of googlable answers and weird lack of some basic functionality drove me back to Debian every time.

Slackware is a notable exception: It has basically no up-to-date online documentation and googling your issues usually doesn't help cause hardly anyone uses it.
But it ships with easy-to-understand text files that are usually right in the directory where you want to configure things, written by the main developer himself. And if you ask a question on linuxquestions.org, chances are you may get your answer from one of the dev team members.

[–] mateomaui@reddthat.com 0 points 9 months ago

After reading this I feel like I made the right choice dual booting linux mint debian and garuda arch.