rimerosolutions / entrusted

Sanitize documents to safe PDFs, for active content removal
GNU General Public License v3.0
26 stars 0 forks source link

GUI: Linux: Stop wrapping the desktop graphical interface inside an AppImage #77

Closed yveszoundi closed 1 year ago

yveszoundi commented 1 year ago

Background

As of now, the Linux GUI artifact is an AppImage file. This is achieved with linuxdeploy. The original goal was creating a fully self-contained binary, but this was never done properly (time constraints and current AppImage knowledge).

Request

Do not create an AppImage file for the GUI, as most of the dependencies are not currently embedded anyway.

Anticipated changes

yveszoundi commented 1 year ago

See commit https://github.com/rimerosolutions/entrusted/commit/6077a664dcacd89078381baaad02a6483b523b9a for build scripts and such