• Honestly I dislike a lot of the KDE default app names. Default apps should have simple, descriptive names.

    The fact that the file explorer is called “Dolphin” instead of just “File Explorer” or “Files” or something descriptive just makes KDE harder to use for no good reason.

    I wish I could just easily reconfigure the name and icon of the default apps so it’s fixable at least.

    • Damage@feddit.it
      link
      fedilink
      arrow-up
      2
      ·
      7 days ago

      For me it’s the opposite, generic names make searching for issues on the web stupidly difficult.

      No one has problems figuring out that Dolphin is the file explorer, and if you search for “file” in the KDE menu, it returns Dolphin as a result.

      • I find it hard to believe “File Manager KDE” would be unsearchable for, given that it already returns results related to Dolphin. I just don’t believe this is difficult at all, sorry.

        I shouldn’t have to figure out the file manager is called Dolphin, the name should be descriptive by itself. The fact that you have to rely on the keyword search to figure it out is imo just bad naming.

        • xor@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          7 days ago

          well if just watched Johnny Pneumonic, you’d know that a dolphin is the best animal for navigating files.
          (seriously, watch it).
          “explorer” is the name for the windows file MANAGER… but still, whatever name they choose could reflect the thing it does a little better.
          while we’re on it, the name “Lemmy” is terrible for this app. Sure, the musician is cool… but has nothing to do with it, and i think a big thing holding it back. (as far as social animals go, Lemmings have a terrible fake legend about running off cliffs together… they don’t do that, but it’s what most people think about).

          e.g. Mastodon has been around for years, is actually really federated, not owned by a corporation, and a lot more features than BlueSky… but bluesky already has more users and i think largely because: marketing… how are people going to talk about “Mastodon” when they’ve probably never even heard the word before? (also named after a cool band, but not suitable for the masses).
          GIMP is an awful name…
          these things usually start as one person’s pet project, and they name it what they want… which is fine but once it starts to gain traction, they should rebrand it.

    • Björn Tantau@swg-empire.de
      link
      fedilink
      arrow-up
      1
      ·
      7 days ago

      I don’t remember where, but you can configure the app launcher to show the descriptive name instead of the app name by default.

    • iopq@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      7 days ago

      They should just rename Gnome to Desktop Environment and rewrite it in Rust Programming Language

      • lime!@feddit.nu
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 days ago

        yakuake, for “yet another kuake”, from “kuake”, which is a kde-ification of “quake”. because the console in quake dropped down like that.

          • Novaling@lemmy.zip
            link
            fedilink
            English
            arrow-up
            0
            ·
            7 days ago

            I really need these lore dumps for linux stuff because I will be highly confused at the names. Still can’t get over when I learned that GIMP is not just a perverted or derogatory name, but GNU Image Manipulation Program (and I had to look up what GNU meant too… which was named after a song about a gnu, aka wildebeest)

            i do love the personality of FOSS naming, but please give me a short tidbit about the etymology in the about page, or else I’ll be forced to do an hour long Wikipedia deep dive because I simply can’t help myself!

            • Jankatarch@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              edit-2
              5 days ago

              Here is just the history of vim off the top of my head.

              Ken Thompson wrote ed the editor (pronounced by spelling each letter) and still is the standard text editor in unix. He also worked majorly on original Unix and C.

              You could only see the line you are typing and had to rewrite whole line to change one letter.

              Then Bill Joy wrote ex as an improvement to ed. But wanted to keep improving. As he improved ex it got a visual editor and became vi. (read by spelling each letter) Bill Joy later led BSD Unix.

              Ken Thompson improved vi to make stevie. (for atari ST) There were further improvements and ports like Amiga.

              Stevie wasn’t as close to original vi as Steve Kirkendall wanted so he wrote elvis as an alternative improvement.

              AT&T still owned UNIX at the time and famously sued BSD Unix. They had to replace all Unix tools to not get in trouble.

              So even tho Bill Joy who is leading BSD wrote original vi, they had to find an alternative. At first they were gonna use elvis but Keith Bostic wanted a bug-to-bug compatible version and wrote nvi.

              Then in 1991 Bram Moolinar wrote “vi improved” or “vim” for short by basing source code on Amiga’s stevie port to raise awareness about Uganda.

              He was also a “benevolent dictator for life” which is a term used for opensource devs that always have the final say in the project. Opensource leaders must be benevolent as disagreements result in forks.

              So far these were mostly few years apart but much later in 2014 vim rejected multithreading and we got the fork neovim which doesn’t have a wikipedia page and where my original research stopped.

              Fun fact at the end. The nvi editor was forked in dragonfly BSD with name nvi2 and bsd systems still have nvi.