View Issue Details

IDProjectCategoryView StatusLast Update
0002581Double CommanderLogicpublic2021-08-30 13:48
ReporterSkif_off Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
ProjectionnoneETAnone 
Target Version1.0.4 
Summary0002581: External editor with additional parameters and VFS (archives, wfx-plugins and so on)
DescriptionIf 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).
TagsNo tags attached.
Fixed in Revision
Operating systemWindows, Linux, MacOSX, BSD
Widgetset
Architecture

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2020-12-15 21:04 Skif_off New Issue
2020-12-20 16:03 Alexx2000 Status new => acknowledged
2020-12-20 16:03 Alexx2000 Target Version => 1.0.0
2021-08-30 13:48 Alexx2000 Target Version 1.0.0 => 1.0.4