TLDR:
Windows 11 v24H2 and beyond will have Recall installed on every system. Attempting to remove Recall will now break some file explorer features such as tabs.

YT Video (5min)

Invidious Link

Original Github Issue

  • DJDarren@thelemmy.club
    link
    fedilink
    English
    arrow-up
    13
    ·
    10 hours ago

    I spent much of yesterday getting Debian to work on my old MacBook.

    In theory it’s relatively straightforward, but there are so many little niggles and roadblocks that it really sours the experience.

    I set up a user account upon install, as it asked me to, but when I tried to do something with sudo it just kept telling me that I wasn’t in the Sudoers group. Mine is the only account on the machine, why isn’t that set up by default? So I searched for a solution, which appears to have a bunch of different ways to do it, but none of them quite worked, or worked first time. The first few solutions involved using the terminal, but in the end it was easier to open the document in the file manager and edit it as a root user. Linux users are hard for using a terminal when they could just open a document in a text editor.

    In the end I got everything set up how I wanted, but it probably shouldn’t have taken a whole day of irritation.

    • nyan@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 hours ago

      Linux users are hard for using a terminal when they could just open a document in a text editor.

      The command line is always there and always has the same basic tools, assuming the system is bootable at all. You can’t guarantee that a given system has a working GUI—it may be broken, inaccessable, or never installed. Having some kind of TUI editor installed is usual on non-embedded systems, but you can’t guarantee which one or that it’s fit for purpose (coaching a newbie through a vi session isn’t something anyone wants to do). That means that the generic instructions that get passed around because they’re fit for most systems (regardless of distro or purpose) use the command line tools.

      So there is method to the madness, but if you’re coming from a “GUI or bust!” OS it can take a while to get used to.

    • rottingleaf@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      8 hours ago

      There was a checkmark for adding the user to that group, IIRC.

      Searching for a solution using Google is problematic, yes.