Games on Linux are great now this is why I fully moved to Linux. Is the the work place Pc’s market improving.

OQB @RavenofDespair@lemmy.ml

  • bleistift2@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 days ago

    On windows, they have a registration scheme where installers log to a common OS level application management on what to run to uninstall.

    Yup sounds absolute reasonable… Wtf?

    What’s wrong with that? When I was cleaning out Windows recently, I was happy that I didn’t have to hunt down uninstall scripts in every program directory I wanted to remove.

    • macniel@feddit.org
      link
      fedilink
      arrow-up
      1
      ·
      2 days ago

      Maybe I’m a bit jaded as I remember the time where windows application didn’t even came with a basic uninstaller and didn’t relied on InstallShield instead used their own installer.

      Also I don’t think that there is actually such log, and that “OS level application management” is just the good old “Programs and Features” dialog where it simply registers the path to the uninstaller.

      On Linux on the other hand the applications place their stuff in well defined directories and the install script has to deliver the file manifest (and where to copy its content) otherwise the application or library would simply not work. Flatpak kinda does the same but uses a dedicated directory in the users home directory, Snaps uuhm I don’t touch canonical stuff with a ten foot pole, AppImage just delete the file and your are golden.

      • bleistift2@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        “OS level application management” is just the good old “Programs and Features” dialog where it simply registers the path to the uninstaller.

        That’s what I took that to mean, too. And it’s sufficient. It allows the OS to provide a single point from which to uninstall all programs.

        • macniel@feddit.org
          link
          fedilink
          arrow-up
          1
          ·
          2 days ago

          That’s what I took that to mean, too. And it’s sufficient. It allows the OS to provide a single point from which to uninstall all programs.

          Well then, when that’s sufficient. Have you checked %AppData% (Local, Roaming, LocalLow) for any residue?

          • bleistift2@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 days ago

            What I meant is that the “registering with the OS” part is sufficient. If the uninstallers suck, no operating system can do anything about that.