Page 1 of 1

File search in PorteuX

Posted: 19 Aug 2023, 11:42
by roro
Hi all,
in Porteus there is a program pfilesearch.
This is missing in PorteuX.
Which good and fast file search program is recommended for porteuX ?

File search in PorteuX

Posted: 20 Aug 2023, 19:23
by porteux
Which desktop environment are you using?

File search in PorteuX

Posted: 21 Aug 2023, 11:57
by roro
Hi porteux,
I am using Xfce

File search in PorteuX

Posted: 21 Aug 2023, 16:04
by roadie
roro wrote:
21 Aug 2023, 11:57
Hi porteux,
I am using Xfce
@roro,

I'm not in PorteuX at the moment, but you should already have "mate-search-tool". Porteus has it, but it doesn't show in the applications menu as the file /usr/share/applications/mate-search-tool.desktop needs to be edited to add the Xfce desktop......it currently allows showing only in Mate desktop on line 176 of the desktop file.

Code: Select all

OnlyShowIn=MATE;
Change to XFCE; and it will appear in the applications menu. You can also use the "Run Program" menu item to start mate-search-tool if you prefer not to do any editing.

EDIT: Yes, looking at the Xfce module shows that the PorteuX version has the same bug.

File search in PorteuX

Posted: 21 Aug 2023, 19:41
by porteux
Additionally, you can access the search tool in Xfce by pressing F3 while using Xfce's file manager (Thunar).

@roadie, thanks for the bug report. It's fixed for the next release :)

File search in PorteuX

Posted: 07 Sep 2023, 10:13
by Rava
XFCE's thunar has its own file search as is implemented in the context menu in Porteus.

Code: Select all

thunar -B FILENAME1 FILENAME2 […]  FILENAMEn
or

Code: Select all

thunar --bulk-rename FILENAME1 FILENAME2 […]  FILENAMEn
opens the bulk rename dialog.

I agree that for XFCE version of PorteuX there should be a setting in thunar that gives the option via thunar's context menu (just like it is solved in Porteus by default)