Thunar/Catfish file search <Solved>
Forum rules
Before you post please read how to get help
Before you post please read how to get help
Thunar/Catfish file search <Solved>
I used to able to using Catfish search for files then right click and be able to delete from the context menu now there is no context menu in Catfish, Is this a known issue or am i missing a package?
Also is there an alternative file search feature/app for Thunar?
Also is there an alternative file search feature/app for Thunar?
Last edited by Kev1105 on Sun Sep 15, 2019 5:25 pm, edited 1 time in total.
Re: Thunar/Catfish file search
Thanks for the reply.
How would I add a search with an option to delete multiple files?
How would I add a search with an option to delete multiple files?
Re: Thunar/Catfish file search
deleted
Last edited by Flemur on Sun Sep 15, 2019 1:49 pm, edited 2 times in total.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Your data and OS are backed up....right?
Re: Thunar/Catfish file search
Hi Kev1105,
For catfish 1.4.4-1 (comes with ubuntu 18.04 and LM 19) there is a fix :
with this terminal-command :
....... this bug was fixed in the package catfish - 1.4.7-1
For catfish 1.4.4-1 (comes with ubuntu 18.04 and LM 19) there is a fix :
with this terminal-command :
Code: Select all
sudo sed -e 's/"key-release-event" handler="on_catfish_window_key_press_event"/"key-release-event" handler="on_catfish_window_key_release_event"/' -i /usr/share/catfish/ui/CatfishWindow.ui
.
Re: Thunar/Catfish file search
I replaced catfish with
Download a .deb file from:
https://pkgs.org/download/gnome-search-tool
Install gnome-search-tool from the .deb.
Then, in thunar:
Menu -> Edit -> config actions -> Search
-- replace "catfish %f"
-- with "gnome-search-tool --path=%f"
gnome-search-tool
, which might do what you want.Download a .deb file from:
https://pkgs.org/download/gnome-search-tool
Install gnome-search-tool from the .deb.
Then, in thunar:
Menu -> Edit -> config actions -> Search
-- replace "catfish %f"
-- with "gnome-search-tool --path=%f"
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Your data and OS are backed up....right?
Re: Thunar/Catfish file search
That's fixed putting
sudo sed -e 's/"key-release-event" handler="on_catfish_window_key_press_event"/"key-release-event" handler="on_catfish_window_key_release_event"/' -i /usr/share/catfish/ui/CatfishWindow.ui
into the terminal resolved it
Thanks very much.
sudo sed -e 's/"key-release-event" handler="on_catfish_window_key_press_event"/"key-release-event" handler="on_catfish_window_key_release_event"/' -i /usr/share/catfish/ui/CatfishWindow.ui
into the terminal resolved it
Thanks very much.