You are not logged in.
Having created a Launcher icon on my desktop, how is it possible to drag-and-drop a file (or files) onto that launcher icon and have the file(s) passed as aguments/parameters to the Launcher's command?
For example, if my launcher's command is /usr/bin/bladeenc I want to be able to drag a bunch of WAV files onto the launcher icon, and for /usr/bin/bladeenc to be invoked with those WAV files as command arguments/parameters.
Offline
Append the parameter %U after the command, this is a specific argument of the desktop entry standard.
Mike
Offline
It turns out I needed the %F option rather than %U because the executable needed filenames rather than URLs, and that worked fine.
Thanks
Offline
[ Generated in 0.011 seconds, 8 queries executed - Memory usage: 521.42 KiB (Peak: 522.27 KiB) ]