Closed
Description
Most appropriate sub-area of Processing 4?
Other (specify if possible)
Processing version
4.4.1
Operating system
Linux Ubuntu 24.04.2 LTS x86_64
Steps to reproduce this
- Install from source. See a binary called /path/to/source/processing-java. Run this binary with
--help
. It will show help, starting with
Command line edition for Processing 1295 (Java Mode)
(version will differ)
- Now remove it and instead use the new snap to install. Run
snap info processing
name: processing
summary: A friendly software sketchbook
....
commands:
- processing
Notice there is no processing-java
.
running snap run processing --help
launches the GUI an shows an error on the terminal, that --help is not recognized.
Expected behaviour:
snap run processing-java
To run the CLI mode. E.g.
snap run processing-java --sketch /path/to/SomeSketch --run
To compile and run a sketch.
Offering the CLI in a separate snap would be fine as well.
snippet
Not applicable
Additional context
No response
Would you like to work on the issue?
No - I am unfamiliar with the build process of Processing, Gradle, Java
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done