Last Selected File Not Uploaded When Selecting Multiple #20
Closed
fictitiousexistence
started this conversation in
General
Replies: 3 comments
-
I totally forgot about this LF bug. I'll fix it in the next update. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed with db68ad7 |
Beta Was this translation helpful? Give feedback.
0 replies
-
It works. I really appreciate it Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry I was not sure where to put this.
I'm using lf and the lf-wrapper.sh script.
When selecting multiple files to upload, the last one of the list is not uploaded.
The /tmp/termfilechooser.portal does not have a new line after the last entry.
In lf-wrapper.sh I added
printf "\n" >> /tmp/termfilechooser.portal
aftereval "$termcmd -- $cmd $@"
and all files get uploaded.Not sure if this is an issue with all file managers or just lf.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions