Hi,
If I try to launch a desktop / app from the storefront web interface, the open with dialog works and it tries to launch ICAClient.
However, I guess it just launches run.sh, which in turn launches selfservice, and ignores the ICA file argument.
If I save the ICA file and directly run wfica then it runs fine:
flatpak run --command=/app/ICAClient/linuxx64/wfica --filesystem=xdg-download -v ca.dcloud.ICAClient ~/Downloads/file.ica
I guess it should be calling wfica to "run" the ICA file.
Would it make sense for run.sh to detect if it is being called with an ICA file and instead launch wfica?
If so, I can take a stab at implementing it and send a pull request.
Or is there a more canonical way of doing this (I'm new to using flatpak).
Hi,
If I try to launch a desktop / app from the storefront web interface, the open with dialog works and it tries to launch ICAClient.
However, I guess it just launches run.sh, which in turn launches selfservice, and ignores the ICA file argument.
If I save the ICA file and directly run wfica then it runs fine:
flatpak run --command=/app/ICAClient/linuxx64/wfica --filesystem=xdg-download -v ca.dcloud.ICAClient ~/Downloads/file.icaI guess it should be calling wfica to "run" the ICA file.
Would it make sense for run.sh to detect if it is being called with an ICA file and instead launch wfica?
If so, I can take a stab at implementing it and send a pull request.
Or is there a more canonical way of doing this (I'm new to using flatpak).