You are not logged in.
Pages: 1
I've made a custom action to set a particular emblem on highlighted files. However, whenever I run it, I have to also press Ctrl+R to refresh the view. Is there any way I could force that to happen automatically in the custom action?
Offline
You can use:
xdotool key F5
...in the custom action as well to automate the refresh. xdotool must be installed.
So something like (guessing):
gio set %f metadata......emblem && xdotool key F5
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.006 seconds, 7 queries executed - Memory usage: 517.49 KiB (Peak: 529.53 KiB) ]