cljfx

https://github.com/cljfx/cljfx
vlaaad 2020-03-28T11:50:03.001100Z

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

🦜 4
🎉 2
vlaaad 2020-03-28T11:50:36.001700Z

You can also check out this sample application: https://github.com/cljfx/hn

Chase 2020-03-28T16:01:39.003600Z

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.

Chase 2020-03-28T16:01:54.003800Z

How do I start the application after the dpkg instruction? Or should I unpack that and install it some other way?

Chase 2020-03-28T16:02:14.004Z

I realize this is more Debian related than cljfx but just thought I would ask.

vlaaad 2020-03-28T16:38:01.004300Z

It has desktop entry, so it should be available in program launcher with name cljfx-hn

vlaaad 2020-03-28T16:38:18.004500Z

It's installed in /opt by default

Chase 2020-03-28T17:15:09.004700Z

Awesome, that worked! Thank you. I don't actually have a DE setup but did find it in /opt.