-
-
Notifications
You must be signed in to change notification settings - Fork 157
Description
Fresh install of Mint 22.3, as I'm leaving Windows world...
I initially hadn't applied the fixes on your installation page for Debian since this was Mint. Indeed, those do alleviate the libv8 issue. However, once those are resolved, it still will not start due to a dependency on long ago deprecated SSL1 library.
I found that, as with the libv8 hack, this can be hacked similarly using:
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
Once this is done, the program runs.
I think the above should be added to the Debian installation notes.
In the end, adding a Flatpak to the releases would be most helpful. No need for proprietary snap, but just a simple flatpak.