Hey everyone, I wrote a post about packaging cljfx apps for distribution using Java 14's jpackage
: https://vlaaad.github.io/year-of-clojure-on-the-desktop
You can also check out this sample application: https://github.com/cljfx/hn
Hey so I downloaded the deb file and used dpkg -i to install it but I don't actually know where it installed too. There is nothing in the folder I put it in before running the command. Lol, that is a little embarrassing.
How do I start the application after the dpkg instruction? Or should I unpack that and install it some other way?
I realize this is more Debian related than cljfx but just thought I would ask.
It has desktop entry, so it should be available in program launcher with name cljfx-hn
It's installed in /opt by default
Awesome, that worked! Thank you. I don't actually have a DE setup but did find it in /opt.