View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002581 | Double Commander | Logic | public | 2020-12-15 21:04 | 2021-08-30 13:48 |
| Reporter | Skif_off | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | acknowledged | Resolution | open | ||
| Projection | none | ETA | none | ||
| Target Version | 1.0.4 | ||||
| Summary | 0002581: External editor with additional parameters and VFS (archives, wfx-plugins and so on) | ||||
| Description | If filename cannot be the last parameter, DC cannot add it correctly. See command line example with flatpak here https://doublecmd.sourceforge.io/mantisbt/view.php?id=2549 path-to: /usr/bin/flatpak params: run --branch=stable --arch=x86_64 --command=geany --file-forwarding org.geany.Geany @@ %p @@ works fine with local file system: DC will replaced %p by selected filename and we will get command /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=geany --file-forwarding org.geany.Geany @@ FILENAME @@ But when we try to open file inside virtual file system (file inside archives, wfx-plugins and so on), then we will get command /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=geany --file-forwarding org.geany.Geany @@ %p @@ FILENAME i.e. fail. In this case DC should replace %p by filename too (also %pN, %f, %fN). | ||||
| Tags | No tags attached. | ||||
| Fixed in Revision | |||||
| Operating system | Windows, Linux, MacOSX, BSD | ||||
| Widgetset | |||||
| Architecture | |||||