Now, to make this appear when right-clicking. Any idea how I can achieve that?

    • MrOzwaldMan@lemmy.mlOP
      link
      fedilink
      arrow-up
      19
      arrow-down
      1
      ·
      edit-2
      8 months ago

      Because that’s what I learned from Uni, didn’t want that skill to go to waste. I was thinking about how it would be easier to make the apps (plain applications that use executables and shell to run) .desktop file without any hassle (for new Linux users).

      Also, Python was two semesters ago, so I forgot all about it.

    • Skull giver@popplesburger.hilciferous.nl
      link
      fedilink
      arrow-up
      18
      arrow-down
      3
      ·
      8 months ago

      Easy to make, cross platform GUI toolkit.

      I dislike the look of standard Java applications myself, but it still makes a lot of sense for a quick form based application like this.

        • Skull giver@popplesburger.hilciferous.nl
          link
          fedilink
          arrow-up
          14
          ·
          8 months ago

          I believe some BSDs use it too, and WSL2 will make Linux applications automatically appear on Windows, so editing desktop files may be useful there too. Plus, you don’t need to deal with different architectures (aarch vs amd64).

          • vredez@discuss.tchncs.de
            link
            fedilink
            arrow-up
            1
            ·
            8 months ago

            Alright, but maybe take a look into something like Zenity. The task done by your tool doesn’t really justify installing a huge JRE, when a simple bash script would suffice.

            • Skull giver@popplesburger.hilciferous.nl
              link
              fedilink
              arrow-up
              1
              ·
              8 months ago

              I didn’t make the tool, I merely answered a question.

              Had I wanted to develop such a tool myself I probably would’ve gone Python + Qt6 or used some Rust GTK wrapper, or maybe dust off Gambas if all I want it a a few buttons and text fields.

    • ulkesh@beehaw.org
      link
      fedilink
      English
      arrow-up
      16
      arrow-down
      1
      ·
      8 months ago

      Because despite the popular bandwagon belief, there’s nothing wrong with using Java. It’s just a tool, like so many others.

      This is like saying, “Why that Philips head screwdriver? Why not this other Philips head screwdriver?”

    • 30p87@feddit.de
      link
      fedilink
      arrow-up
      6
      arrow-down
      3
      ·
      8 months ago

      Because it works, does not have any drawbacks that I could see, and is universal, but not from Microsoft, and does not require you to install pip or npm to run.