Call for testing: The XSLT C library for GNOME

I would like to announce a call of testing for the libxslt snap. The XSLT C library for GNOME is an XSLT C library developed for the GNOME project.

Installation

(Don’t have snapd installed?)

# Install the snap #
sudo snap install libxslt

# Connect the snap to optional security confinement interfaces #
## For accessing files under `/media`, `/run/media` or `/mnt` ##
sudo snap connect libxslt:removable-media

# Launch the application #
libxslt.xsltproc

## If you want to use the `xsltproc` alias
snap alias libxslt.xsltproc xsltproc
xsltproc

What to Test

  • Can you properly launch the application?
  • Do your previous workflow with the xsltproc command involved, do you notice any problems during running the xsltproc command?

How to Contribute

Here’s the source repository of the snap: https://github.com/Lin-Buo-Ren/libxslt-snap