You are not logged in.
Pages: 1
I am trying to make a custom keyboard shortcut to use in Thunar for "Find in this Folder". Thunar seems to let me set it up but instead of finding in the folder it always goes to my home folder not a search box in the current folder. I can't inset a screenshot (please enable this feature) but here is what I put, the command was inserted by thunar when I chose find in this folder:
Name Find in this folder
Description Search for files within this folder
Command catfish --path=%f
keyboard Shortcut Super+F
I also tried putting the current folder path in place of path to no result the path I put in was in format /user/home/Documents/Chess
Offline
What happens if you run the catfish command in a terminal window:
catfish --path=~/Documents
Does it open catfish with the search folder set to Documents?
If not, are there any error messages in the terminal window or in ~/.xsession-errors?
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
Cool that works. My mistake was to substitute path with the actual path rather than adding the actual path after path=
Thanks!
Offline
So then your original shortcut should work. %f would be replaced with the directory name of the directory you clicked on in thunar.
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.011 seconds, 7 queries executed - Memory usage: 523.86 KiB (Peak: 524.7 KiB) ]