A solução a seguir funciona apenas para vários arquivos de uma vez e não para novas imagens. Mas para fazer isso, eu acredito, você tem que mudar o código fonte do ImageJ.
-
Crie um arquivo de área de trabalho adicionalmente privado
imagej.desktop
.cp /usr/share/applications/imagej.desktop ~/.local/share/applications sudo chown $USER:$USER ~/.local/share/applications/imagej.desktop nano ~/.local/share/applications/imagej.desktop
-
Encontre a linha
Exec
:Exec=imagej %f
e substitua a linha por
Exec=imagej %F
-
Salve o arquivo
-
Reinicie o nautilus
nautilus -q
Add... Accepts...
%f a single filename.
%F multiple filenames.
%u a single URL.
%U multiple URLs.
%d a single directory. Used in conjunction with %f to locate a file.
%D multiple directories. Used in conjunction with %F to locate files.
%n a single filename without a path.
%N multiple filenames without paths.
%k a URI or local filename of the location of the desktop file.
%v the name of the Device entry.