• 1 Post
  • 44 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • Meanwhile my experience with automounting network drives with dolphin is

    Open Dolphin > Add Network Folder > Enter creds > Check automount box > done

    I haven’t had to use the terminal for anything in years. There’s some things I do in the terminal, but that’s because I like it better, not because there isn’t an intuitive way to do it.

    The reason guides tell people to use the terminal is because it’s the same across DEs, not because there aren’t DEs that make it more intuitive.

    Would I throw a random non techy friend on Linux? No, because it’s not what they’re used to. If they had no computer experience at all though I absolutely would.








  • Darorad@lemmy.worldtolinuxmemes@lemmy.worldnow I know why
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    1 month ago

    Its good for people who like the one very specific workflow they go for.

    My main problem with it is they cause problems for like every other DE. GTKs insistence on only supporting CSD makes any GTK app integrate so much worse on anything else. (Vice versa having no fallback ssd, so apps are just broken on gnome if the toolkit doesn’t support CSD)

    Or all the problems it’s caused with various Wayland protocols by refusing to compromise or saying nothing until it’s almost finalized then coming out against them.

    Like Valve explicitly calls out gnome as unsupported because they refused to implement DRM leasing for years.

    I don’t dislike gnome because of the software itself, opinionated projects are good, even when I have different opinions. I dislike gnome because I think it’s a net negative to the Linux ecosystem as a whole.













  • SteamOS is based on arch, but it has major differences. The steam deck’s update mechanism is completely different from normal arch Linux.

    Arch normally immediately updates to the latest version of every program. This is usually fine, but when a big bug is missed by the developers, it can cause problems.

    The steam deck updates a base image that includes all the programs installed by default, and by the time it releases a lot of them aren’t the absolute newest version. When valve updates SteamOS they definitely run a lot of tests on the base image to make sure it’s stable and won’t cause any issues.

    SteamOS is also an immutible distro, meaning the important parts are read only. This also means updates are done to everything at once, and if something goes wrong, it can fall back to a known good version.

    Not to say arch Linux is unstable (its been better for me than Ubuntu), but SteamOS is at a completely different level. It’s effectively a completely different distro if we’re talking about stability. I think what they’re hoping is this support would allow arch to build out testing infrastructure to catch more issues and prevent them from making it to users.