AsciidocFX icon indicating copy to clipboard operation
AsciidocFX copied to clipboard

Proper installers for Linux

Open GregJohnStewart opened this issue 3 years ago • 2 comments

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

GregJohnStewart avatar Mar 08 '22 21:03 GregJohnStewart

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"

life888888 avatar Mar 16 '22 12:03 life888888

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.

life888888 avatar Nov 08 '22 14:11 life888888

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.

rahmanusta avatar Jan 11 '23 15:01 rahmanusta