Skip to content
Snippets Groups Projects
Commit 510781ea authored by ac_fx's avatar ac_fx
Browse files

updated leversc readme with linux X launch issue

parent 7feb4275
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,6 @@ Note: The Windows install will generate a security warning because the App is no
2. Extract the downloaded MATLAB class and support folders to a convenient location.
3. Add the folder to your MATLAB path, for example by adding the statement ```addpath('path/to/extracted/folder')``` to your ```startup.m``` file.
## Basic Usage Examples
### Fiji/ImageJ
1. Download the [sample OME TIFF image](https://git-bioimage.coe.drexel.edu/opensource/leverjs/-/blob/master/leversc/sampleImages/lscSampleImage.ome.tiff "LEVERSC Sample OME TIFF Image").
......@@ -83,7 +82,13 @@ error, check your firewall and be sure there are no LEVERSC specific rules, and
are enabled.
2. Examine any errors or warnings from the LEVERSC visualization tool. From the View menu, choose 'toggle developer tools'. Select console. Any debug output here can be submitted as part of a bug report.
### Bug Reporting
## Linux MATLAB over X issues with app launch
On some Linux distros, launching from MATLAB while running via X windows may not work. As a workaround, launch the app separately from the command line:
```
leverjs --port=3001 --title="alt figure 1"
```
After the app is launched, use regularly from within MATLAB.
# Bug Reporting
Please submit any bugs or issues via email to andrew.r.cohen 'at' drexel.edu. Mark the subject line as 'leversc bug report'. Include your operating system and version, what client you are using (e.g. MATLAB, Python, ImageJ), and any
debug output.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment