• HeyMrDeadMan@lemmy.world
    link
    fedilink
    arrow-up
    49
    ·
    11 months ago

    I’m really triggered by the idea that Linux makes running old software easy. The bane of my existence is finding an application that depends on libButts.5.1, but my distro ships with libButts.5.3, which isn’t backward compatible for some reason, and trying to install libButts.5.1 bricks the desktop environment for some reason.

    • eumesmo@lemmings.world
      link
      fedilink
      arrow-up
      14
      ·
      11 months ago

      I just searched for that lib, in an attempt to help you with the supposed problem. I won’t deny, you got me there.

        • Nefyedardu@kbin.social
          link
          fedilink
          arrow-up
          2
          ·
          11 months ago

          I mean not really, Appimage has been around since 2004, flatpak/docker for about a decade now. But at any rate I don’t see your point, the person I replied to said it’s hard to run old applications on Linux and I gave him solutions on how to do that. What does their age have to do with anything?

          • Kusimulkku@lemm.ee
            link
            fedilink
            arrow-up
            1
            arrow-down
            2
            ·
            11 months ago

            I don’t see your point, the person I replied to said it’s hard to run old applications on Linux and I gave him solutions on how to do that. What does their age have to do with anything?

            it’s hard to run old applications on Linux

            What does their age have to do with anything

            I’m not sure if you’re taking the piss but since those solutions are so recent, you won’t find old applications packaged with those solutions.

            • Nefyedardu@kbin.social
              link
              fedilink
              arrow-up
              4
              ·
              11 months ago

              They don’t need to be packaged at the time of creation anyway, they can be packaged right now. Distrobox makes this easy, like let’s say you need an application that only works on Ubuntu 18.04. It’s two commands:

              distrobox create --image ubuntu:18.04 ubuntu

              distrobox enter ubuntu -- sudo apt-get install _package_

              Then to export the package to your desktop you can even do

              distrobox enter ubuntu -- distrobox export --app _application_

              Boom, you have an Ubuntu 18.04 application on an OS of your choosing. You can theoretically do this with any distro, distrobox can use any OCI images from docker-hub, quay.io, or any registry of your choice.

              • Kusimulkku@lemm.ee
                link
                fedilink
                arrow-up
                2
                arrow-down
                1
                ·
                11 months ago

                I wouldn’t exactly call that easy, but compared to how it used to be, fair enough.

    • krey@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      ·
      11 months ago

      what you do is: you make a chroot environment that has libButts.5.1 , so it isn’t really part of your system. you run your old app inside of it, so you can do your buttstuff in a safe environment

    • Fades@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      11 months ago

      Most of the people who post these kinds of memes unironically, aren’t actual nix users

  • eee@lemm.ee
    link
    fedilink
    arrow-up
    31
    arrow-down
    7
    ·
    11 months ago

    Linux: “my users spend half their time troubleshooting”

    • Fixbeat@lemmy.ml
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      11 months ago

      I am a Windows guy, but I occasionally have to work with Linux. I spend a lot of time googling weird problems with cryptic solutions. That’s my experience trying to do anything technical with Linux. I can’t really remember the last time I had a problem in windows, but that’s not to say windows is perfect. It’s taken a hit in usability recently, which is weird since they’ve had decades to refine things. I recently installed pop os as a dual boot and it’s been pretty great with the ability to play games. I haven’t really had to do anything technical and I find myself using it more than I thought.

      • torpak@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        arrow-down
        2
        ·
        11 months ago

        At least most problems under Linux have solutions and if you are really desperate you have the option to fix it yourself in the source or pay someone to do it. Under windows, if microsoft doesn’t care about your problem, you either find a workaround or live with it.

        • Honytawk@lemmy.zip
          link
          fedilink
          arrow-up
          3
          arrow-down
          3
          ·
          edit-2
          11 months ago

          Because of the ginormous community, every problem has a solution in Windows.

          If it isn’t a Microsoft sanctioned solution, then multiple third party solutions exists that fix it.

          Windows has a hell of a lot more support than any Linux distribution does.

          • Nefyedardu@kbin.social
            link
            fedilink
            arrow-up
            4
            arrow-down
            1
            ·
            11 months ago

            If it isn’t a Microsoft sanctioned solution, then multiple third party solutions exists that fix it.

            That’s not how this works. If it’s not a Microsoft-sancioned solution, it literally cannot be fixed no matter how much effort you put in. You need an API to work with Windows. If Microsoft does not provide you with an API, you can’t do it. And even if you find a way to hack together something, you have zero guarantee an update won’t just come along and fuck it. Linux distros are open source, you can change quite literally any thing about them. That is what that person was talking about.

            • halva@discuss.tchncs.de
              link
              fedilink
              arrow-up
              1
              ·
              11 months ago

              the thing is, microsoft does provide stable, well-documented and backwards-compatible apis for just about anything imaginable, and even if that’s not enough, you can try interacting with the kernel directly

    • LemoineFairclough@sh.itjust.worksOP
      link
      fedilink
      arrow-up
      7
      arrow-down
      3
      ·
      11 months ago

      I can’t say I share this experience as I spend a lot more than half my time using Linux watching documentaries on youtube in a web browser. If you are obsessed with personalization I could see this happening, but I happen to prefer using default (as in “possible to consistently re-apply”) settings on most things.

      Regardless, troubleshooting makes you better at resolving trouble that you didn’t bring about on your own, and life is defined by unexpected troubles. It is better to be antifragile than happy!

      • eee@lemm.ee
        link
        fedilink
        arrow-up
        10
        arrow-down
        3
        ·
        11 months ago

        I guess you’re lucky (or much more tech-savvy than me). I tried to switch to linux once many years ago (pre-COVID, which is like ancient times now). It was horrible. Oh, I now need to learn about file systems and NTFS and ext3/4(?) - i guess i’ll try Linux on a separate, old hard drive. Ok, something didn’t work, I now have to figure out what driver wasn’t supported and what I need to download. Great, people on forums are helpful but they’re asking me a bunch of gibberish. Now I gotta figure out this command line thing. Oh cool some people built GUIs for certain stuff so i don’t need to play with the command line, but then the GUI doesn’t work occasionally and now I have to figure out if it’s the GUI that broke or something else. And then at some point I got stuck because of file permissions.

        • Ooops@kbin.social
          link
          fedilink
          arrow-up
          8
          arrow-down
          1
          ·
          edit-2
          11 months ago

          Ok, something didn’t work, I now have to figure out what driver wasn’t supported and what I need to download.

          Unlike in Windows where you never need to download drivers. As executable binaries you have no chance of checking. Sometimes from very questionable sources. And actually you can be happy if it’s only a driver. Installing random 3rd party tools just to get basic functionality is a thing.

          people on forums are helpful

          Which also happens for Windows. But rarely. And if they really try… then there are still 10 different answers to a single problem and you have to test which one works for your specific version (no, chosing the most recent one sounds logical but is rarely the answer).

          Now I gotta figure out this command line thing. Oh cool some people built GUIs for certain stuff so i don’t need to play with the command line

          Which in what way is worse then editing random obscure values in the registry? Because it’s a window you type in. And in the worst case even the Windows help starts with poweshell nowadays, which is exactly the same.

          And then at some point I got stuck because of file permissions.

          That’s a solveable problem. Unlike in Windows where they put file permissions on top a file system not having them in a weird unintutive way. And don’t ever try to change the wrong permission as an administrator as that’s simply not allowed. After all you don’t own your Windows PC, MS just gratiously allows you to use it.

          So, you see… it’s all a matter of perspective.

          • Hawke@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            11 months ago

            10 different answers

            No there’s only ever one answer and it’s “have you tried ‘sfc /scannow’?” But it never works, even if it finds an alleged problem.

        • Nefyedardu@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          11 months ago

          Trying to use proprietary drivers and NTFS on Linux is trying to fit a square peg in a round hole. People work hard to make it work and maybe it does with a little effort but the proprietary model and Linux distros just don’t mesh well together. If you make it a point to purchase hardware that has open source drivers and use open source software (and as a consumer, you probably should anyway), everything does just work. Obviously this may not suit your use case and Linux may just not be for you.

          • Captain Aggravated@sh.itjust.works
            link
            fedilink
            arrow-up
            2
            ·
            11 months ago

            NTFS is okay if you’re mounting a drive that you share with a Windows machine but don’t actually install Linux to an NTFS partition please. Most of the “beginner friendly” distros I don’t think even let you.

        • LemoineFairclough@sh.itjust.worksOP
          link
          fedilink
          English
          arrow-up
          0
          arrow-down
          1
          ·
          11 months ago

          If I was in your situation, I would try installing openSUSE or Fedora Linux on a computer where you don’t care if the entire disk gets wiped occasionally, using a flash drive you also don’t care about getting wiped occasionally. They probably have sufficiently comprehensive installers and installation instructions for you to succeed in using one of them, and if you don’t care about the content of the disks you use you’ll be more willing to experiment with the installation process (even though it’s unlikely your computer will work worse due to trying to install a Linux distribution). If you use a computer that has become slower and less usable than you’d like you will probably be pleasantly surprised by the results!

          Also, you can back up your product keys and prepare a Microsoft Windows installation disk if being able to go back to Windows 10 makes you more comfortable with experimenting.

          Overall, Linux enhanced my ability to to get productive work done, and also the opportunity to experiment and learn more about how to use computers to solve problems. I think learning how to use a GNU operating system is a good long term investment, though if you still need to keep around at least one computer that runs Microsoft Windows to protect your income I won’t disparage you.

      • gizmonicus@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        The key to customization is not going out of bounds. If you customize, do it the way it was intended to be customized, not by finding weird, hacky shit that works like some kind of digital Rube Goldberg machine. If you find yourself writing convoluted bash scripts, and dredging up plugins on GitHub with the last commit from 2012, you’re on a crash course with destiny.

    • torpak@discuss.tchncs.de
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      11 months ago

      I have to use windows at work. I have to spend a lot more time trouble shooting there than on my bleeding edge rolling release linux at home.

      • Honytawk@lemmy.zip
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        11 months ago

        That is because you perform more work on your work computer instead of browsing lemmy all day.

    • Kusimulkku@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      I’ve had hard time troubleshooting on Windows because everything is obfuscated behind so many layers. And there’s just things you can’t feasibly do. But it does seem to work well most of the time.

      • gizmonicus@sh.itjust.works
        link
        fedilink
        arrow-up
        10
        arrow-down
        1
        ·
        11 months ago

        That’s categorically untrue. As long as you stick with well supported, mainstream distributions, most things just work. Given the vast diversity of window managers, init systems, boot loaders, desktop environments, package managers, graphical interface systems, audio systems, and so on… it’s surprising how well things do just generally work in most cases.

      • southsamurai@sh.itjust.works
        link
        fedilink
        arrow-up
        7
        arrow-down
        2
        ·
        11 months ago

        Gee, I must have imagined writing a novel on a laptop running Linux, with nothing giving any trouble at all.

        I guess my imagination is even better than I thought!

        Sadly, that means that the second novel I’m halfway through must be imaginary too. A shame to have imagined that much imagining.

        Seriously, that’s just this laptop, it doesn’t count the ones on desktop before that, also on Linux.

      • somedaysoon@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        5
        ·
        edit-2
        11 months ago

        And here we have a Windows power user that gave Linux a half-hearted attempt sometime in the last decade, never attempted to learn anything, and failed… so obviously Linux is broken. It surely isn’t his own ineptitude, it’s definitely Linux, it doesn’t matter that 90% of all web and cloud infrastructure runs on. It doesn’t matter tech illiterate people like my 80+ year old grandparents get by without any problems on it. It doesn’t matter it blows Windows out of the water in terms of customization, workflows, reliability, control, and privacy for advanced users. He couldn’t figure out whatever Windows thing he was trying in the first 2 hours he used it, so it obviously is broken.

        I find it hilarious when Windows power users try Linux, realize that they are not actually the computer experts they see themselves as but merely Windows power users. They get salty about it and blame Linux for not being confined to their own limited idea on how an OS should work… you know, like Windows. Then make a bunch of bullshit assumptions and statements that are completely wrong to make themselves feel better about failing to understand an amazing OS.

          • somedaysoon@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            arrow-down
            2
            ·
            edit-2
            11 months ago

            I truly believe Linux is great for basic users, and also Linux is great for advanced users. The only people that have problems with it are insecure Windows power users that want to think they understand how a computer works, but really have no idea.

  • masterofn001@lemmy.ca
    link
    fedilink
    arrow-up
    24
    ·
    edit-2
    11 months ago

    I don’t have a printer.

    I don’t like open ports.

    Decides to remove CUPS.

    “apt list -i *cups*”

    There are like 7 CUPS packages and dependencies.

    for each package “apt remove cups --simulate”

    Get to package 6 and decide ‘Ok. No major issues, looks fine.’

    For the first 6 packages “sudo apt remove CUPS

    This is easy and painless!

    On 7th …

    Removing cups-pk or some shit… Removing mint-common… Removing cinnamon-desktop…

    Oh, fuck

      • masterofn001@lemmy.ca
        link
        fedilink
        arrow-up
        18
        arrow-down
        1
        ·
        edit-2
        11 months ago

        When I was new to Linux I broke EVERYTHING.

        Often.

        The more you break, the more you learn.

        Nobody tells me I can’t modify this file.

        Eg. I once accidentally chmodded the entire root directory. (Recursion incident)

        Linux does not like when the root fs permissions are ALL changed.

        I had no internet at the time. And no idea what timeshift was.

        Thankfully, I had a library card.

        Learned a lot about permissions that month.

        (I enjoy doing things the hard way)

        • Chewy@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          Did you manage to get your system working again? Iirc I did the same on Arch a few years ago and it wasn’t too bad to restore the system after looking at the permissions on a fresh install (maybe a container or vm, idr).

          • masterofn001@lemmy.ca
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            11 months ago

            I tried. It was so long ago now I can’t even remember. It was xubuntu, though.

            But, I’m pretty sure I had to take it down to the local shop and get a copy of the iso since I didn’t have a fresh install to compare. (This wasn’t the only time I absolutely borked my machine)

            Nowadays, I backup everything. I image the partitions. I create a separate partition for home. And I know what to never touch.

            • Chewy@discuss.tchncs.de
              link
              fedilink
              arrow-up
              2
              ·
              11 months ago

              Agreed, backups are important. Before switching to NixOS (or image based OS like Fedora Silverblue) I made use of automatic btrfs snapshots. This makes these kinds of screw-ups simple to revert.

              I’d like to say an overly optimistic chmod -R didn’t happen again but my old Nextcloud instance would like a word.

              Thanks for reminding to do my backups again. I’ve recently build a server with enough storage so I’ll probably setup restic or borg. That means I can bring my external backup HDD over to my family as an offline/offsite backup.

    • cheery_coffee@lemmy.ca
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      For some reason the entire global economy depends on imagemagik working. Only Linus and the Illuminati know why.

  • Swarfega@lemm.ee
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    1
    ·
    11 months ago

    I’m predominantly a Windows user. However I dual boot with Mint as I am trying to get away from Windows. It’s really not easy but I’m trying.

    I gotta say though these types of posts make me cringe. I really don’t know why some Linux users put themselves on a pedestal all the time. You make these sorts of smug posts making out that Linux is perfect. I have never installed Linux and had it just work. There is always something that requires searching the web for a fix and firing up the terminal to start changing something in /etc/.

    I get it. You’re proud of your technology. But vegans are proud they don’t eat animal products. We don’t need to keep selling it to the rest of the world.

    • SpaceScotsman@startrek.website
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      11 months ago

      I’ve found it easier to use KDE to switch from windows as it feels like a more complete ecosystem that I’m familiar with. And it is pretty great, until I install one bad graphics driver and then I’m stuck in a terminal only session until I can fix it. At least windows has safe mode.

      • Polar@lemmy.ca
        link
        fedilink
        arrow-up
        2
        arrow-down
        2
        ·
        11 months ago

        Meanwhile KDE/Fedora gave me the most issues on both my laptop and desktop.

        The UI drops to 1hz refresh rate for some reason.

        My mouse cursor theme was causing issues with Firefox. My mouse would just disappear when using Firefox.

        Konsole and Dolphin kept opening in a tiny window, where I had to expand it every time to see the text. No amount of saving preferences would fix it.

        The logout button hard locked my PC. Only way to fix it was to reboot my PC with the power button.

        Steam constantly locked up, even when trying to play games rated GOLD on Protondb.

        Davinci resolve refused to launch. Kept giving me errors.

        I then gave up. Most of the issues never got fixed, and the ones that I did manage to fix took HOURS of Googling. These are all such basic features/tasks that literally work out of the box on Windows/Mac.

    • LemoineFairclough@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      3
      ·
      edit-2
      11 months ago

      What problems do you have most often? Can you come up with a description of a class of problems you have that would account for most of the time you spend troubleshooting?

      Who provided the documentation you used to install a Linux operating system you had trouble with? I don’t recall having serious issues after installing openSUSE or Fedora Linux or even NixOS, and I certainly don’t recall having any issues of above-average importance that weren’t a direct result of my intentional actions (e.g. trying to permanently change what DNS servers would be used).

  • cheery_coffee@lemmy.ca
    link
    fedilink
    arrow-up
    21
    ·
    11 months ago

    Linux is smiling because he accidentally deleted the file system while trying to check how much space was free, but now he’s free from the hell that is modern computing.

  • nyakojiru@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    14
    ·
    11 months ago

    The last character: I can make you spend an entire day trying to install some software or configuring something specific

      • Abnorc@lemm.ee
        link
        fedilink
        arrow-up
        4
        ·
        11 months ago

        Maybe I’m unique in this regard, but I can’t remember having any issues installing things on windows since Windows 7. Trying out Linux in college was fun and interesting, but I definitely spent more time futzing around with it to make it work the way that I want it to work.

        I think more people would take the Linux community here seriously if people just acknowledged the flaws with Linux based OSes and focused on the actual benefits of Linux over windows. (Which are getting more and more enticing as Microsoft makes windows more annoying.)

        • Black616Angel@feddit.de
          link
          fedilink
          arrow-up
          2
          ·
          11 months ago

          I know what you mean and Linux can be the operating system with less issues as well. E.g. I never had printer issues with my system but have to troubleshoot others’ printers regularly.

          If you only use Linux for browsing and light office work you probably never encounter problems. Even if you play games via steam and Proton there probably will never be something.

          The same is true for Windows. If you only use it for a small subset of tasks (browsing, light office work or playing recent games) you will rarely encounter problems.

          But if you try to do so without a Microsoft account or if you don’t want a bloated start menu, it starts to get tricky.

          And don’t get me started on playing old games or getting some programming dependencies running. This can be hell.

          I know the flaws of windows (I’ve used it up until last year and still have to use it at work) and I also know the limitations of Linux. They are both not perfect, but Linux is free and Windows becomes more and more shit (as you’ve said). And this is where I don’t understand all the people saying, that windows is easier. It really isn’t anymore. It was a few years ago though.

          • TopRamenBinLaden@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            3
            ·
            11 months ago

            I imagine that most people think Windows is easier because the majority of people grew up using Windows machines in schools, workplaces, etc. I think it could have to do with the sense of familiarity there.

            The other problem I think people have with Linux is that the fact that different distros confuses them. Most average people are afraid of the command line, and really want a GUI for everything. Many of these people’s first exposure to Linux could scare them away depending on the distro they happened to choose, I think.

            • Polar@lemmy.ca
              link
              fedilink
              arrow-up
              2
              arrow-down
              2
              ·
              11 months ago

              Most average people are afraid of the command line, and really want a GUI for everything. Many of these people’s first exposure to Linux could scare them away depending on the distro they happened to choose, I think.

              Or it’s the fact the community is so toxic?

              Every computer, doesn’t matter brand or hardware, never works 100% out of the box on Linux. Doesn’t matter which distro.

              You ask online, and people scream at you to run terminal commands or go back to Windows.

              You run a terminal command that breaks your system, and people blame you for running random terminal commands…

              You go back to Windows, and people say “Linux is so friendly, you don’t even have to touch the terminal anymore if you really don’t want to!”

              Rinse and repeat.

      • Polar@lemmy.ca
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        11 months ago

        99.9% of Windows software runs after you run the .exe

        Which programs require so much troubleshooting for you?

        • dave@hal9000@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          I just spent 30+ minutes troubleshooting an MS office installer today that would just shut off after the splash screen, on a friend’s brand new laptop… But then again, I spent two hours trying to get my old Brother network scanner/printer on Manjaro a few weeks ago.

  • atyaz@reddthat.com
    link
    fedilink
    arrow-up
    17
    arrow-down
    3
    ·
    11 months ago

    I think it’s humorous how many people are getting offended at such a silly post

    • Queue@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      4
      ·
      11 months ago

      So many people here are butthurt because of a small meme that pokes fun at what 90% of end users experience.

      Its not Linux’s fault they can’t take a joke about windows. And yet somehow we are the elitist snowflake gatekeepers, or whatever buzzword they wanna use today.

  • SickPanda@lemmy.world
    link
    fedilink
    arrow-up
    18
    arrow-down
    7
    ·
    11 months ago

    Linux users are like Vegans. No one likes them and they won’t stop bratting about being a Linux user.

    • Dizzy Devil Ducky@lemm.ee
      link
      fedilink
      English
      arrow-up
      9
      ·
      11 months ago

      I’m slowly going down the open source rabbit hole, but I have yet to fully go down the part where you preach about it like it’s a God. I hope I never get that far, as I also use Linux from time to time as well. I ain’t looking to be one of those annoying users who constantly brings it up if I can help it.

      • Polar@lemmy.ca
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        11 months ago

        Talking about Linux is fine. Coming into any tech/tech support post, screaming that Linux is the answer, even if the person explains why they need Windows/Mac, is not.

        It’s like the Christians that comment on a dying persons tiktok about how God knows best, and God will heal them lmao. Literally not helpful and extremely ignorant and rude.

        • LemoineFairclough@sh.itjust.worksOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          11 months ago

          The thing is that Unix will solve every problem, the only question is when. Year of the Linux desktop 2070?

          I’m legitimately unsure if it’s appropriate to be running mission-critical systems on the Microsoft Windows platform nowadays, but transitioning will obviously take some time.

  • Hazdaz@lemmy.world
    link
    fedilink
    arrow-up
    13
    arrow-down
    3
    ·
    11 months ago

    On the plus side, even if you did need to update Linux, it’s not like you are running anything on it anyways.

    • Polar@lemmy.ca
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      11 months ago

      I saw a post on Lemmy super recently how Tux Racer is literally better than any other game ever made, and how that’s the power of FOSS gaming. It was not satire.

  • Pyro@programming.dev
    link
    fedilink
    arrow-up
    13
    arrow-down
    4
    ·
    edit-2
    11 months ago

    Isn’t Android just Linux under the hood? You are free to brick your device with root access.

    • russjr08@outpost.zeuslink.net
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      1
      ·
      11 months ago

      Yes, but a lot of devices don’t support getting root access, or come with caveats from doing so (I remember at least on Sony devices in the past, doing so permanently erased the proprietary camera blobs which resulted in forever low quality pictures).

      That being said, you can disable system apps in Android (with exceptions, can’t disable SystemUI obviously) which is about as good as deleting them. Since they’re on the system partition which is separate from the user data partition, it doesn’t actually grant you any usable free space anyways AFAIK.

      • southsamurai@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        Eh, if you have root access, you can move things back and forth to the system partition if you want to make different use of the space. Not that that’s a good idea, but you can do it. You’d be better off going the custom rom route if you need the space that much. Or it used to be better; no idea if the current options for roms actually do it the same.

    • Psythik@lemm.ee
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      11 months ago

      You don’t even need root access to delete system apps. You can do it easily with ADB.

    • Ooops@kbin.social
      link
      fedilink
      arrow-up
      1
      arrow-down
      2
      ·
      11 months ago

      Yes and no. It’s more akin to virtual system based on a running linux.

  • EmperorHenry@discuss.tchncs.de
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    11 months ago

    I can control my updates on windows with the group policy editor.

    Delay “feature” updates by 365 days, delay “quality” updates by 30 days. then the only updates that get installed right away are the security updates, the other two categories will get pulled if a large number of people report problems with them.

    Windows is annoying…unless you know what tools to get to make it work correctly.

    I’m a big fan of Linux, don’t get me wrong QubesOS is the best thing I’ve ever heard of. But almost nothing I use is compatible with any distro of linux.

    Once you use things like O&O shutup 10 and a few other things in the group policy editor, you’ll love your windows machine.

      • EmperorHenry@discuss.tchncs.de
        link
        fedilink
        arrow-up
        5
        ·
        11 months ago

        I’m not so sure if that had any subtext in it or not. It’s hard to detect sarcasm over a medium like this.

        Being autistic doesn’t help detect sarcasm either.

        • radix@lemm.ee
          link
          fedilink
          arrow-up
          8
          ·
          11 months ago

          Sorry, it wasn’t supposed to be sarcastic. As I read it I thought it was ambiguous too, but for some reason I couldn’t think of a way to clarify. Somehow I forgot about the existence of tone indicators.

          I’ve been pretty out of it due to significant physical pain. I’ve been using Lemmy as a way to talk to strangers I treat as friends, as a distraction I don’t think too much about. I’m sorry for any confusion. I send a stranger’s well wishes.

          I’m genuinely happy for you that Windows works. It didn’t for me, but that’s alright. And sometimes an OS is just a tool, not an identity.

  • Romanmir@lemmy.today
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    3
    ·
    11 months ago

    It’s always entertaining when people complain about not being able to stop Windows updates.

    Like, has it occurred to you that you are the reason the MS had to prevent you from being able to update your system?!