You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Jacalz, I'd like to work on this. But first I need more clarifications on the expected solution to the problem. The expected solution that I'm thinking of is one of the followings:
Add multiple file send option -> prompting user with an entry and let user to fill it with multiple file paths.
Add an option which will allow user to select file, similar to what existing file selection. But since AFAIK Fyne doesn't yet support multiple files selection, the selection will reappear until user confirming that these selected files are ought to be sent.
I'm currently prototyping on the second solution, which I'd be happy to continue to work on (and submit the PR) if it's the solution you are expecting—though I'll be okay if the first one is selected 😄 .
Hi @GalihFajar. Thanks for looking into this. This issue is not necessarily as big as you might think. Sorry, I realise now that the description might not be entirely explaining everything.
We already support passing in files and folders as command line parameters. This is just about supporting that those file uris that begin with file://. I.e. changing the desktop file to use %U instead of %F (one or more uris instead of one or more file paths).
I don’t necessarily know if there is much to gain from implementing this to be honest. I’d recommend you to have a look at something else if you don’t mind ;)
Checklist
Is your feature request related to a problem?
We only support passing files though the command-line at the moment. It would be good to also support passing (or switch to) use one or multiple uris.
Describe the solution you'd like to see.
We should add the proper code to handle being passed a uri and also then replace
%F
with%U
in the desktop file on Linux and BSD.The text was updated successfully, but these errors were encountered: