nemo_actions_and_cinnamon_scripts icon indicating copy to clipboard operation
nemo_actions_and_cinnamon_scripts copied to clipboard

I am using nemo 5.6.4 and %F is not working

Open nakhla opened this issue 1 year ago • 2 comments

hello I am using nemo 5.6.4 and %F is not working only %f and it get the filename but the path is home diectory, so where ever the file is in my machine, its full path is ~/filename.ext

how to resolve this as i need the path as well as the filename tried %u %d also not working

nakhla avatar Jan 24 '25 11:01 nakhla

kindly close the issue ,i found that i should use \"%F\" my bad i am new to nemo actions

nakhla avatar Jan 24 '25 12:01 nakhla

For posterity, it's:

~/.local/share/nemo/actions/attach_to_email_tbird.nemo_action :
Exec=thunderbird -compose to=,"attachment='\"%F\"'"

amstelchen avatar Jan 25 '25 14:01 amstelchen