AsciidocFX
AsciidocFX copied to clipboard
Proper installers for Linux
The app seems usable on Linux, but lacks a lot of proper integrations that would make it great to use. Specifically citing "open with" integration as my most-missed feature.
Providing a proper installer for Linux (recommend .deb and .rpm) that set everything up for you would greatly improve user experience
In Ubuntu create file asciidocfx.desktop put in ~/.local/share/applications/
asciidocfx.desktop
[Desktop Entry]
Encoding=UTF-8
Name=AsciidocFX
Comment=
Exec=/bin/sh "/home/demo/TOOLS/AsciidocFX/AsciidocFX" %f
Icon=/home/demo/TOOLS/AsciidocFX/conf/public/logo.png
Categories=Application
Version=1.0
Type=Application
Terminal=0
Name[zh_TW]=AsciidocFX
change /home/demo/TOOLS/AsciidocFX to your AsciidocFX install folder
then you can use "open with"
https://github.com/life888888/AsciidocFX_Linux_INSTALLER_BUILD/releases/tag/v0.1.0 I am use jpackage repack AsciidocFX Linux only, add Splash Screen. I do not change any code or recompile, just repack it. You can download rpm or deb.
Hi, dep and rpm installers available from version 1.8.4. You can test it here https://github.com/asciidocfx/AsciidocFX/releases/tag/v1.8.4 . Please let me know if you notice any issue.