rkd77
rkd77
@amanvm please, check now and show log, File is not removed, at least not it in exec_thread.
Please, try once again. This time fork "version" of exec_no_stdin will be run. I uncommented unlink, so this time the temporary file will be removed. If ok, we found solution....
@amanvm what if add -W to mailcap: `open -W -a 'Preview' %s`
I guess `Preview` is running in background, and `open` only pass filename to it and exits immediately. When `open` exits, the temporary file is removed. If you propose algorithm how...
I've got an idea. Add another config option "postpone unlink temporary files till exit". Remember all temporary files, and remove them at elinks's exit. What do you think?
To test set ui.sessions.postpone_unlink = 1 on master branch. I like the idea, it can be useful not only on MacOS.
There is no yet possibility to clear cache when reload, but there is progress. Images are cached when ui.sessions.postpone_unlink = 1. There is no check if file exists, but can...
If you want parallel build use meson. If make must be used, make -j1 is the only solution. I doubt that ever parallel make worked with elinks. No, and it...
https://formulae.brew.sh/formula/felinks
It is not so easy. There is many Windows versions. Also js implementation in ELinks is not "usable" yet.