Comment 2 for bug 1070368

Revision history for this message
quazgar (quazgar) wrote :

One small change, the Exec line needs one dummy argument because bash -c fills the command line arguments starting from $0:

Exec=bash -c 'for i in "$@" ; do echo "$i" >> ${HOME}/.safe-rm; done' dummy %F