Not opens file from ftp in external editor
Hi! Thank you for your application. In new version 3, not open any file from ftp, becouse sunflower transmit bad file path. Example: sunflower transmit path "/home/user/ftp:/user@myserver/file.txt", but right path something like "/run/user/1000/gvfs/ftp:host=myserver,user=file.txt". I test in Archlinux 64 bit.
Refinement, it concerns the opening of a file by "Enter". Opent file by F4 not work now.
Thanks for reporting this issue. We'll see what can be done with this. Hardest problem with this is detecting whether editor supports URI or not. For example GEdit will open ftp:// but some others won't. Partial solution is to download file to /tmp and then edit, reupload if timestamp changes but detecting whether this operation is needed is the hard part.
I work in geany. In the previous version it worked fine.
Maybe it bad work - i replace command open editor in associations.py, take it from previos version. Now open file by F4 work. Sorry that got into your code.
Okay thanks.